Files
market/README.md

26 lines
847 B
Markdown
Raw Normal View History

# Market
Market simulator.
Details coming soon...
# Disclaimer
This is currently in-development. I'm actively deleting migrations, because I want to avoid a lot of
migrations as I feel out what the models should look like for the initial release. Until this
software reaches a point release, don't expect your database to be compatible from one commit to the
next.
# Running
1. Install pipenv with `pip3 install --user pipenv` (make sure `$HOME/.local/bin` is in your `PATH`)
2. Run `pipenv run ./local-manage.sh migrate` to create a local database
3. Run `pipenv run ./local-manage.sh createsuperuser` to create a superuser.
4. Run `pipenv run ./local-manage.sh runserver` to run a local server.
Navigate to the address given to you in the terminal, and log in from there.
# License
GPL 3.0 Affero (AGPL) - see LICENSE file for details.