Fix forbidden error
parent
174794591f
commit
99c73b712f
|
@ -12,8 +12,6 @@ description:
|
||||||
text: MightyBox standalone WordPress kit with built-in tools for optimizing application servers and advanced features for running websites efficiently. The lightweight WordPress CMS is deployed in its own container with minimal resources to keep costs low.
|
text: MightyBox standalone WordPress kit with built-in tools for optimizing application servers and advanced features for running websites efficiently. The lightweight WordPress CMS is deployed in its own container with minimal resources to keep costs low.
|
||||||
short: MightyBox WordPress Standalone with built-in kit for choosing optimal application servers and a set of advanced features for running websites and blogs
|
short: MightyBox WordPress Standalone with built-in kit for choosing optimal application servers and a set of advanced features for running websites and blogs
|
||||||
|
|
||||||
baseUrl: https://deploy.mightybox.io/kits/wp-mb-kit/raw/branch/main
|
|
||||||
|
|
||||||
onBeforeInit: /scripts/beforeInit.js?_r=${fn.random}
|
onBeforeInit: /scripts/beforeInit.js?_r=${fn.random}
|
||||||
onBeforeInstall: /scripts/beforeInstall.js?_r=${fn.random}
|
onBeforeInstall: /scripts/beforeInstall.js?_r=${fn.random}
|
||||||
nodes: definedInOnBeforeInstall
|
nodes: definedInOnBeforeInstall
|
||||||
|
@ -144,10 +142,10 @@ actions:
|
||||||
createUserDB:
|
createUserDB:
|
||||||
- log: Create user for DataBase
|
- log: Create user for DataBase
|
||||||
- cmd [cp]: |-
|
- cmd [cp]: |-
|
||||||
wget ${baseUrl}/configs/sqldb/wordpress.cnf -O /etc/mysql/conf.d/wordpress.cnf &>> /var/log/run.log;
|
wget https://raw.githubusercontent.com/jelastic-jps/wordpress-cluster/master/configs/sqldb/wordpress.cnf -O /etc/mysql/conf.d/wordpress.cnf &>> /var/log/run.log;
|
||||||
wget scripts/setupUser.sh -O ~/setupUser.sh &>> /var/log/run.log;
|
wget https://deploy-proxy.mightybox.io/kits/wp-mb-kit/raw/branch/main/scripts/setupUser.sh -O ~/setupUser.sh &>> /var/log/run.log;
|
||||||
bash ~/setupUser.sh ${globals.DB_USER} ${globals.DB_PASS} &>> /var/log/run.log;
|
bash ~/setupUser.sh ${globals.DB_USER} ${globals.DB_PASS} &>> /var/log/run.log;
|
||||||
jem passwd set -p ${globals.DB_PASS} &>> /var/log/run.log;
|
jem passwd set -p ${globals.DB_PASS} &>> /var/log/run.log;
|
||||||
user: root
|
user: root
|
||||||
|
|
||||||
startPage: ${env.url}
|
startPage: ${env.url}
|
Loading…
Reference in New Issue