gfdm-server/README.md
2021-01-15 11:20:16 -06:00

705 B

V8 Server

Python Version Code style: black

Simlated eAmuse Server for GFDM V8

Development

To run this in development mode, you should do the following:

# Create a venv and install the package
python -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -e .

# Set the development environment variables
export FLASK_APP=v8_server
export FLASK_ENV=development

# Run the server
flask run

# To run in ssl mode
flask run --cert=adhoc

License

v8_server is provided under an MIT License.