simple-tasks icon indicating copy to clipboard operation
simple-tasks copied to clipboard

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

Open RajaParikshit opened this issue 4 years ago • 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.

RajaParikshit avatar Feb 29 '20 11:02 RajaParikshit

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.

pplonski avatar Mar 03 '20 08:03 pplonski