This guide uses the official Ghost CLI installation flow on Ubuntu.
sudo npm install -g ghost-cli
sudo mkdir -p /var/www/ghost
sudo chown $USER:$USER /var/www/ghost
cd /var/www/ghost
ghost install
Follow the prompts to configure the domain, MySQL, and Nginx.
Check the Ghost installation guide or reach out via our contact page.