Install ghost packages
This commit is contained in:
parent
8ac55a346e
commit
07adddaf1f
|
@ -418,6 +418,47 @@ function install_ghost {
|
|||
install_nodejs ghost
|
||||
|
||||
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
|
||||
|
||||
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
||||
npm install moment-timezone@0.5.13
|
||||
npm install express@4.15.3
|
||||
npm install lodash@4.17.4
|
||||
npm install uuid@3.0.1
|
||||
npm install bluebird@3.5.0
|
||||
npm install chalk@1.1.3
|
||||
npm install intl-messageformat@1.3.0
|
||||
npm install validator@7.0.0
|
||||
npm install express-hbs@1.0.4
|
||||
npm install glob@7.1.2
|
||||
npm install unidecode@0.1.8
|
||||
npm install csv-parser@1.11.0
|
||||
npm install archiver@1.3.0
|
||||
npm install fs-extra@3.0.1
|
||||
npm install extract-zip-fork@1.5.1
|
||||
npm install moment@2.18.1
|
||||
npm install nodemailer@4.0.1
|
||||
npm install html-to-text@3.3.0
|
||||
npm install gscan@1.1.0
|
||||
npm install body-parser@1.17.2
|
||||
npm install compression@1.6.2
|
||||
npm install morgan@1.8.2
|
||||
npm install semver@5.3.0
|
||||
npm install path-match@1.2.4
|
||||
npm install downsize@0.0.8
|
||||
npm install rss@1.2.2
|
||||
npm install cheerio@1.0.0-rc.1
|
||||
npm install passport@0.3.2
|
||||
npm install xml@1.0.1
|
||||
npm install multer@1.3.0
|
||||
npm install oauth2orize@1.8.0
|
||||
npm install connect-slashes@1.3.1
|
||||
npm install cors@2.8.3
|
||||
npm install netjet@1.1.3
|
||||
npm install jsonpath@0.2.11
|
||||
npm install image-size@0.5.4
|
||||
npm install passport-oauth2-client-password@0.1.2
|
||||
npm install -g passport-http-bearer@1.0.1
|
||||
|
||||
npm install --production
|
||||
|
||||
function_check install_mariadb
|
||||
|
|
Loading…
Reference in New Issue