|
@@ -420,6 +420,7 @@ function install_ghost {
|
420
|
420
|
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
|
421
|
421
|
|
422
|
422
|
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
|
423
|
+ npm install -g jison@0.4.13 --save
|
423
|
424
|
npm install moment-timezone@0.5.13
|
424
|
425
|
npm install express@4.15.3
|
425
|
426
|
npm install lodash@4.17.4
|
|
@@ -458,7 +459,6 @@ function install_ghost {
|
458
|
459
|
npm install image-size@0.5.4
|
459
|
460
|
npm install passport-oauth2-client-password@0.1.2
|
460
|
461
|
npm install -g passport-http-bearer@1.0.1
|
461
|
|
-
|
462
|
462
|
npm install --production
|
463
|
463
|
|
464
|
464
|
function_check install_mariadb
|