Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 334 Bytes

File metadata and controls

18 lines (16 loc) · 334 Bytes

Backend for ICML app.

Renew SSL certificate

Link to certbot.

sudo certbot renew --dry-run
sudo certbot renew

Run uwsgi

cd /home/icmlapp/backend/server/icml # Optional
uwsgi --ini /home/icmlapp/backend/server/icml/icml_uwsgi.ini

Start nginx

sudo /etc/init.d/nginx restart