directus tmux et caddy 9
This commit is contained in:
parent
d7e78014ee
commit
0e46ad8168
|
@ -256,6 +256,8 @@ if [[ "$answer" == "y" ]]; then
|
|||
echo \"KEY='${key}'\" >> ${env_file} &&\
|
||||
echo \"ADMIN_EMAIL='${directus_admin_email}'\" >> ${env_file} &&\
|
||||
echo \"ADMIN_PASSWORD='${directus_admin_password}'\" >> ${env_file} &&\
|
||||
echo \"CORS_ENABLED='true'\" >> ${env_file} &&\
|
||||
echo \"CORS_ORIGIN='true'\" >> ${env_file} &&\
|
||||
cd ${cms_folder} &&\
|
||||
npm init -y &&\
|
||||
npx directus bootstrap" $username
|
||||
|
|
Loading…
Reference in New Issue