0.1.0 • Published 12 months ago

ghost-automation v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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.

0.1.0

12 months ago