👷‍♂️
Work
  • 💻SNOW
    • Catalog Forms
    • Knowledge Base
  • ☁️Azure
    • Graph Permissions
    • App Registration Auths
      • Postman
      • Graph ROPC Federated Account
        • MSAL UsernamePasswordCredential
        • Java
        • Python
        • C#/VB code Auth
      • Powershell
      • Java Auth x EWS
      • Python Auth x Sharepoint
      • C# Auth x Sharepoint
    • MFA
    • Dynamic Group
    • AAD Device Pending
    • O365 Device Enrollment
    • AAD Device Troubleshoot
    • AAD Mobile Troubleshooting
    • ADO Service Principal
    • External B2B
    • VLSC Admin
    • PowerBI Session Timeout
    • SSO issues
  • 🔓OKTA
    • SVC Account
    • OKTA Integration
    • Access Issues
  • 👷‍♂️Workday
    • Account Lifecycle
    • Coupa
  • 📨O365
    • OOF of Distribution List
    • Mailbox Recovery
    • Mailbox Existence
  • 🦄Misc
    • Windows Terminal
    • Google Auth Export
    • MS Teams Issues
  • 🌥️Cloud Stuff
    • 🚀Benchmarking
      • Vultr
    • 💳Cloud Server
    • ♻️Email and Spams
  • 🔬Open Source
    • Pending
      • Matrix/Synapse
      • Huginn
      • ChangeDetection
    • Tested
      • Codex Docs
      • Ghost Blog
      • n8n Automation
Powered by GitBook
On this page
  1. Open Source
  2. Tested

Ghost Blog

PreviousCodex DocsNextn8n Automation

Last updated 1 year ago

For DB part, refer to below,

usermod -aG sudo <user>
su - <user>

sudo apt-get update
sudo apt-get upgrade

sudo apt-get install nginx
sudo ufw allow 'Nginx Full'
sudo apt-get install mysql-server

sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED with mysql_native_password BY 'Corral6-Arson8-Ambitious5-Canister4';
quit
mysql -u root -p
quit

sudo curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash
sudo apt-get install -y nodejs
sudo npm install ghost-cli@latest -g

sudo mkdir -p /var/www/jianny_net
sudo chown ghostrun:ghostrun /var/www/jianny_net
sudo chmod 775 /var/www/jianny_net
cd /var/www/jianny_net

ghost install 5.60

//Interactive setup
https://jianny.net
localhost
root
Corral6-Arson8-Ambitious5-Canister4
jiannynet
🔬
How to install & setup Ghost on Ubuntu 16.04, 18.04, 20.04 or 22.04Ghost - The Professional Publishing Platform
Logo
How to install Ghost CMS on my VPSGhost Forum
Logo