|
@@ -418,6 +418,47 @@ function install_ghost {
|
418
|
418
|
install_nodejs ghost
|
419
|
419
|
|
420
|
420
|
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
|
|
421
|
+
|
|
422
|
+ cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
|
423
|
+ npm install moment-timezone@0.5.13
|
|
424
|
+ npm install express@4.15.3
|
|
425
|
+ npm install lodash@4.17.4
|
|
426
|
+ npm install uuid@3.0.1
|
|
427
|
+ npm install bluebird@3.5.0
|
|
428
|
+ npm install chalk@1.1.3
|
|
429
|
+ npm install intl-messageformat@1.3.0
|
|
430
|
+ npm install validator@7.0.0
|
|
431
|
+ npm install express-hbs@1.0.4
|
|
432
|
+ npm install glob@7.1.2
|
|
433
|
+ npm install unidecode@0.1.8
|
|
434
|
+ npm install csv-parser@1.11.0
|
|
435
|
+ npm install archiver@1.3.0
|
|
436
|
+ npm install fs-extra@3.0.1
|
|
437
|
+ npm install extract-zip-fork@1.5.1
|
|
438
|
+ npm install moment@2.18.1
|
|
439
|
+ npm install nodemailer@4.0.1
|
|
440
|
+ npm install html-to-text@3.3.0
|
|
441
|
+ npm install gscan@1.1.0
|
|
442
|
+ npm install body-parser@1.17.2
|
|
443
|
+ npm install compression@1.6.2
|
|
444
|
+ npm install morgan@1.8.2
|
|
445
|
+ npm install semver@5.3.0
|
|
446
|
+ npm install path-match@1.2.4
|
|
447
|
+ npm install downsize@0.0.8
|
|
448
|
+ npm install rss@1.2.2
|
|
449
|
+ npm install cheerio@1.0.0-rc.1
|
|
450
|
+ npm install passport@0.3.2
|
|
451
|
+ npm install xml@1.0.1
|
|
452
|
+ npm install multer@1.3.0
|
|
453
|
+ npm install oauth2orize@1.8.0
|
|
454
|
+ npm install connect-slashes@1.3.1
|
|
455
|
+ npm install cors@2.8.3
|
|
456
|
+ npm install netjet@1.1.3
|
|
457
|
+ npm install jsonpath@0.2.11
|
|
458
|
+ npm install image-size@0.5.4
|
|
459
|
+ npm install passport-oauth2-client-password@0.1.2
|
|
460
|
+ npm install -g passport-http-bearer@1.0.1
|
|
461
|
+
|
421
|
462
|
npm install --production
|
422
|
463
|
|
423
|
464
|
function_check install_mariadb
|