binary debian run and upgrade instructions
This commit is contained in:
parent
d9a2cf7549
commit
51c7b5a30d
|
@ -77,6 +77,15 @@ oncen checked it works, stop the process.
|
|||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
- enable and run the service `sudo systemctl enable listmonk.service` and then `sudo systemctl start listmonk.service`
|
||||
|
||||
#### upgrade (the binary install)
|
||||
- Download the [latest release](https://github.com/knadh/listmonk/releases) and extract the listmonk binary.
|
||||
- stop `listmonk` or it's service if run as so `sudo systemctl stop listmonk.service`
|
||||
- move the binary to executing destination.
|
||||
- change ownership of the files to `www-data` or whatever user you have assigned the webserver `chown -R www-data:www-data listmonk`
|
||||
- `./listmonk --upgrade` to upgrade an existing DB. (Upgrades are idempotent and running them multiple times have no side effects).
|
||||
- start again the binary or the service `sudo systemctl start listmonk.service`
|
||||
__________________
|
||||
|
||||
### Heroku
|
||||
|
|
Loading…
Reference in New Issue