Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 378 Bytes

Takako

Docker

docker build -t tatako-django .

docker run -p 8000:8000 takako-django

Celery Worker

celery worker -A notes -B --loglevel=debug under takako which has manage.py

Server

npm run build

python manage.py collectstatic

Nginx in Prod

Exec into nginx container to enable wordpress

service php7.3-fpm start