This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
services:pulpito [2020/04/24 18:53] djgalloway [Starting/Restarting service] |
services:pulpito [2020/08/04 17:13] (current) djgalloway [Updating Pulpito] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| ==== Updating Pulpito ==== | ==== Updating Pulpito ==== | ||
| <code> | <code> | ||
| + | ssh ubuntu@pulpito.front.sepia.ceph.com | ||
| cd /home/ubuntu/pulpito | cd /home/ubuntu/pulpito | ||
| git pull | git pull | ||
| sudo supervisorctl restart pulpito | sudo supervisorctl restart pulpito | ||
| - | sudo /etc/init.d/apache2 restart | + | sudo systemctl restart nginx |
| </code> | </code> | ||