Plume/docs/UPDATE.md

17 lines
558 B
Markdown
Raw Normal View History

2018-09-01 17:34:49 +02:00
# Updating your instance
To update your instance, run these commands with `plume` user if you created it, or with your default user, in the Plume directory.
```
git pull origin master
2018-09-29 15:34:29 +02:00
# If you are using sysvinit
[See section: Sysvinit integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration).
2018-09-29 15:02:17 +02:00
sudo service plume restart
2018-09-01 17:34:49 +02:00
2018-09-29 15:34:29 +02:00
# If you are using systemd [See section: Systemd integration](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration) .
2018-09-29 15:02:17 +02:00
sudo systemctl restart plume
2018-09-01 17:34:49 +02:00
```
That's it!