___
# Tags
#blog
#ghost
#ghost-cli
#homelab
# Notes
[Link to documentation](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-ghost-on-ubuntu-16-04)
- Logging in as the **ghost-mgr** user
```txt
sudo -i -u ghost-mgr
```
- Upgrading to the latest **ghost-cli** configuration, run this as root
```txt
sudo npm install -g ghost-cli@latest
```
- Upgrade the host to the latest versions of software
```txt
sudo apt upgrade -y
```
- Run an upgrade as the **ghost-mgr** user when inside of the install directory - **/var/www/ghost**
```txt
ghost update
```