Skip to content

Commit

Permalink
Begin restructure of NConf
Browse files Browse the repository at this point in the history
  • Loading branch information
NEMS Linux committed Dec 10, 2019
1 parent 897fae0 commit d00ea94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/130-nconf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apt update
# Need to be able to use the MySQL database from PHP
apt install -y libdbi-perl libdbd-mysql-perl
/bin/systemctl restart apache2
git clone https://github.com/Cat5TV/nconf && chown -R www-data:www-data nconf
git clone --branch 1.6 https://github.com/Cat5TV/nconf && chown -R www-data:www-data nconf
# Import nConf Configuration
cp -f /root/nems/nems-migrator/data/1.4/nconf/deployment.ini /var/www/nconf/config/
cp -f /root/nems/nems-migrator/data/1.4/nconf/authentication.php /var/www/nconf/config/
Expand Down

0 comments on commit d00ea94

Please sign in to comment.