幽灵蔚蓝
此模块允许您将媒体文件存储在Azure上,而不是存储在本地计算机上。
安装
您需要在安装ghost的目录中输入以下命令。 例如,如果您遵循了,它将位于/var/www/ghost 。
*尼克斯
sudo npm install ghost-azure-storage (注意缺少--save )
sudo mkdir -p content/adapters/storage (如果尚不存在,请创建存储文件夹)
sudo cp -vR node_modules/ghost-azure-storage content/adapters/storage/ghost-azure-storage (将模块复制到正确的位置)
sudo chown -R ghost:ghost ./content为文件夹设置正确的权限。
电源外壳
npm install ghost-azure-storage (注意缺少--save )
mkdir content/adapters/storage (如果尚不存在,请创建存储文件夹)
cp -Recurse node_modules/ghost-az
1