chore: makefile and readme cleanup

pull/67/head
Artem Golub 3 years ago
parent 15e201c2c6
commit 9fce703aa7

@ -29,9 +29,6 @@ down_clean : down
reset : down reset : down
make up make up
run_server : validate
docker-compose run $(CONTAINER) -c "cd /home/server/ && python manage.py runserver 0.0.0.0:9001"
dev_server : dev_server :
docker exec -ti $(CONTAINER) python /home/server/manage.py runserver 0.0.0.0:9001 docker exec -ti $(CONTAINER) python /home/server/manage.py runserver 0.0.0.0:9001

@ -9,9 +9,10 @@ On a Mac/Linux/Windows you need Docker, Docker Compose installed. Optionally GCC
To get the tool working locally, just run: To get the tool working locally, just run:
```shell script ```shell script
$ make local_setup make up
$ make run_server make local_server_init
$ cd services/frontend && npm run start make dev_server
cd services/frontend && npm i && npm run start
``` ```
... this command will bring up the backend, the database, sync migrations, ... this command will bring up the backend, the database, sync migrations,

Loading…
Cancel
Save