Ghost をmacOSにインストール。
14.x (Node v14 Fermium LTS) | Recommended |
手元の Node.js が少し古かったようでインストールが進まず。
nodenv install 14.17.1
nodenv rehash
nodenv global 14.17.1
npm install ghost-cli@latest -g
ghost-cli がインストールできたので作業用の空のフォルダに移動して
ghost install local
ダッシュボードはこのような感じです。
サーバーのIPアドレス、ポート番号の設定を確認。config.development.json
...
"server": {
"port": 2368,
"host": "127.0.0.1"
},
...
ローカルに作成したサイトは
~/.ghost/config
このファイルで管理されている様子。