Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 234 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 234 Bytes

Curator App

git pull cd client yarn install yarn build cd sudo mv curator/client/dist/* /var/www/html/ sudo systemctl stop nginx sudo systemctl start nginx sudo systemctl restart curator.service sudo systemctl restart celery.service