simple-tasks
simple-tasks copied to clipboard
Please provide steps to for non-docker way of running this app
Can you please provide steps to run this application without docker.
I am able to start django project with only runserver
command.
But rest the
- Worker initialization
- Configuration of daphane, gunicorn with nginx
- Client application initialization this other steps are also need to be clarified.
When running locally (I assume based on runserver
command) without docker please just follow the commands from docker. What is more, you dont need nginx configuration when running locally. Please let me know if it works.