Simulated eAmuse Server for GFDM
Go to file
2021-01-15 11:20:16 -06:00
docs Get basic flask server running 2021-01-15 11:20:16 -06:00
tests Get basic flask server running 2021-01-15 11:20:16 -06:00
v8_server Add lz77 implementation. Work on "local" services 2021-01-15 11:20:16 -06:00
.flake8 Initial Commit 2021-01-15 11:20:09 -06:00
.gitignore Lots of hacking. Got passed the network boot 2021-01-15 11:20:16 -06:00
.mypy.ini Initial Commit 2021-01-15 11:20:09 -06:00
.travis.yml Initial Commit 2021-01-15 11:20:09 -06:00
AUTHORS Initial Commit 2021-01-15 11:20:09 -06:00
CHANGES.md Initial Commit 2021-01-15 11:20:09 -06:00
LICENSE Initial Commit 2021-01-15 11:20:09 -06:00
MANIFEST.in Initial Commit 2021-01-15 11:20:09 -06:00
pyproject.toml Initial Commit 2021-01-15 11:20:09 -06:00
README.md Get basic flask server running 2021-01-15 11:20:16 -06:00
setup.py Add lz77 implementation. Work on "local" services 2021-01-15 11:20:16 -06:00
TODO.txt Added the rest of typing 2021-01-15 11:20:16 -06:00
tox.ini Initial Commit 2021-01-15 11:20:09 -06:00
VERSION Initial Commit 2021-01-15 11:20:09 -06:00

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.