pplonski/simple-tasks

Please provide steps to for non-docker way of running this app

RajaParikshit opened this issue · 1 comments

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

  1. Worker initialization
  2. Configuration of daphane, gunicorn with nginx
  3. 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.