Browse Source

Update install

pull/1/head
abeudin 12 years ago
parent
commit
7b80dd1489
  1. 2
      scripts/install

2
scripts/install

@ -22,7 +22,7 @@ sudo yunohost app setting wordpress mysqlpwd -v $db_pwd
final_path=/var/www/wordpress final_path=/var/www/wordpress
sudo mkdir -p $final_path sudo mkdir -p $final_path
sudo cp -a ../sources/* $final_path sudo cp -a ../sources/* $final_path
sudo cp ../conf/wp-config.php $final_path/config/
sudo cp ../conf/wp-config.php $final_path/wp-config.php
# Change variables in Wordpress configuration # Change variables in Wordpress configuration
sudo sed -i "s/yunouser/$db_user/g" $final_path/wp-config.php sudo sed -i "s/yunouser/$db_user/g" $final_path/wp-config.php

Loading…
Cancel
Save