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:02:17 +02:00
|
|
|
# If you are [not using systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#sysvinit-integration)
|
|
|
|
sudo service plume restart
|
2018-09-01 17:34:49 +02:00
|
|
|
|
2018-09-29 15:02:17 +02:00
|
|
|
# If you are using [systemd](https://github.com/Plume-org/Plume/blob/master/docs/INSTALL.md#systemd-integration)
|
|
|
|
sudo systemctl restart plume
|
2018-09-01 17:34:49 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
That's it!
|