Ghost version
This commit is contained in:
parent
8f80033313
commit
f7a1fbbdd5
|
@ -38,7 +38,7 @@ GHOST_DOMAIN_NAME=
|
|||
GHOST_CODE=
|
||||
GHOST_ONION_PORT=8104
|
||||
GHOST_PORT=2368
|
||||
GHOST_VERSION='0.11.8'
|
||||
GHOST_VERSION='0.11.10'
|
||||
GHOST_HASH='244faad0b16eb1b90c8095f1e536db65299a3a2d85a20af76342be3707522b38'
|
||||
GHOST_DOWNLOAD_URL="https://github.com/TryGhost/Ghost/releases/download/${GHOST_VERSION}/Ghost-${GHOST_VERSION}.zip"
|
||||
|
||||
|
@ -348,12 +348,12 @@ function ghost_create_config {
|
|||
echo ' }' >> $ghost_config
|
||||
echo ' },' >> $ghost_config
|
||||
echo ' database: {' >> $ghost_config
|
||||
echo " client: 'mysql'," >> $ghost_config
|
||||
echo " client: 'mariadb'," >> $ghost_config
|
||||
echo ' connection: {' >> $ghost_config
|
||||
echo " host : '127.0.0.1'," >> $ghost_config
|
||||
echo " user : 'root'," >> $ghost_config
|
||||
echo " password : '${MARIADB_PASSWORD}'," >> $ghost_config
|
||||
echo " database : 'ghost'," >> $ghost_config
|
||||
echo " db : 'ghost'," >> $ghost_config
|
||||
echo " charset : 'utf8'" >> $ghost_config
|
||||
echo ' }' >> $ghost_config
|
||||
echo ' },' >> $ghost_config
|
||||
|
@ -488,6 +488,7 @@ function install_ghost {
|
|||
npm install showdown-ghost@0.3.6
|
||||
npm install superagent@3.5.2
|
||||
npm install mysql@2.1.1
|
||||
npm install mariasql@0.2.6
|
||||
|
||||
npm install --production
|
||||
|
||||
|
|
Loading…
Reference in New Issue