matmar10 / ghost-automation

Various tool soft automating ghost hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghost-automation

Various tool soft automating ghost hosting

Pre-Requisites

Deploying Ghost to New Subdomain

./bin/deploy-site.sh \
  --domain "yourdomain.com" \
  --site-name "newsite" \
  --ssl-email "yourname@email.com" \
  --godaddy-api-key "yourkey" \
  --godaddy-api-secret "yoursecret" \
  --mysql-root-password "yourmysqlrootpassword"

This will deploy a new ghost site under /var/www/newsite/ hosted on the domain newsite.yourdomain.com.

About

Various tool soft automating ghost hosting

License:MIT License


Languages

Language:Shell 100.0%