Commit 4aa8d670 authored by Romain Loth's avatar Romain Loth

update README to account for github.com/moma/legacy_php_comex/commit/fcf81362

parent 0c689f1d
...@@ -182,6 +182,10 @@ sudo apt install php7.0-sqlite3 ...@@ -182,6 +182,10 @@ sudo apt install php7.0-sqlite3
# for new mysql base # for new mysql base
sudo apt install php7.0-mysql sudo apt install php7.0-mysql
# for the helper app
sudo apt install libmysqlclient-dev
sudo pip3 install mysqlclient
``` ```
Then installing the site itself is from repository: Then installing the site itself is from repository:
...@@ -195,8 +199,15 @@ git clone https://github.com/moma/legacy_php_comex ./ ...@@ -195,8 +199,15 @@ git clone https://github.com/moma/legacy_php_comex ./
# checkout the branch that uses our new SQL # checkout the branch that uses our new SQL
git checkout mysql_refacto_prototype git checkout mysql_refacto_prototype
# correct permissions
sudo chown -R $USER:www-data .
# edit ini file to put the correct SQL_HOST # edit ini file to put the correct SQL_HOST
nano parametres_comex.ini nano parametres_comex.ini
# start helper service
cd comex_install/
nohup python3 main.py &
``` ```
NB: The communityexplorer.org app was using a separate DB from legacy wiki csv (cf. master branch of the `moma/legacy_php_comex` repository) NB: The communityexplorer.org app was using a separate DB from legacy wiki csv (cf. master branch of the `moma/legacy_php_comex` repository)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment