A workout of the book Flask-Mega-Tutorial.
Warning: Don't do this in the production environment.
Summary:
- Start a terminal and
cdto the project dir - Start the virtual environment
- Start the Elasticsearch container, this enables searching the posts, on port 9200
- Start the Redis server, this enables a task queue
- Start at least one RQ worker to execute the tasks from the task queue
- Start the web app with the Flask command.
The web app itself will use a sqlite database (defined in the JSON config files).