Girish Ramakrishnan 11 anni fa
parent
commit
eef7a56527
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      scripts/setup_app.sh

+ 2 - 0
scripts/setup_app.sh

@@ -17,4 +17,6 @@ mysql -uroot -ppassword -e "CREATE DATABASE wordpress;"
 mysqladmin -uroot -ppassword shutdown
 
 cp /app/configs/wp-config.php /app/data/wp-config.php
+mv /app/code/wp-content /app/data/wp-content/
+ln -s /app/data/wp-content /app/code/wp-content