Site Application#
Important
Before continuing, make sure that the virtual environment is set up and activated.
To run a site application with Flaskās (insecure!) development server for development purposes on a different port (to avoid conflicting with the admin application):
(venv)$ BYCEPS_CONFIG=../config/development.toml APP_MODE=site SITE_ID=cozylan flask --debug run --port 5001
The application for site cozylan
should now be reachable at
http://127.0.0.1:5001.
For now, every site will need its own site application instance.