1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Adding TODO list

This commit is contained in:
aquaxp 2014-03-21 00:11:19 +07:00
parent 9a4476cba3
commit 30b39c66cc
2 changed files with 6 additions and 1 deletions

5
TODO.md Normal file
View file

@ -0,0 +1,5 @@
TODO
----
Adding LDAP usernames
Auto setup admin account and other system defined things.

View file

@ -30,7 +30,7 @@ sudo chmod 755 $final_path/Specific/db/db.sqlite
sudo sed -i "s@PATHTOCHANGE@$path@g" /etc/nginx/conf.d/$domain.d/baikal.conf
sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" /etc/nginx/conf.d/$domain.d/baikal.conf
sudo sed -i "s@PROJECT_BASEURI_@$path@g" $final_path/Core/Frameworks/Baikal/Model/Config/System.php
sudo sed -i "s@PROJECT_BASEURI_@\"$path/\"@g" $final_path/Core/Frameworks/Baikal/Model/Config/System.php
# Reload Nginx and regenerate SSOwat conf
sudo service php5-fpm restart