diff --git a/install.php b/install.php old mode 100755 new mode 100644 index fda8952..ed4fc6b --- a/install.php +++ b/install.php @@ -17,7 +17,7 @@ shell_exec("chown -R www-data:www-data /data /var/www/html/var/cache"); // import reference material print "Importing Bible and Eccumenical Creeds".PHP_EOL; -shell_exec("symfony console app:ingest-bible /var/www/html/references/esv-bible"); +shell_exec("symfony console app:import-bible /var/www/html/references/esv-bible"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Apostles 'Apostles Creed' creed apc"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Athanasian 'Athanasian Creed' creed ath"); shell_exec("symfony console app:import-ref /var/www/html/references/creeds/Chalcedon 'Definition of Chalcedon' creed dc"); @@ -33,7 +33,7 @@ $dutchStandards = ( if ($dutchStandards) { print "Importing Dutch Standards".PHP_EOL; shell_exec("symfony console app:import-ref /var/www/html/references/bc Belgic belgic BC{\$ndx}"); - shell_exec("symfony console app:import-heidelberg"); + shell_exec("symfony console app:import-heidelberg /var/www/html/references/hc"); shell_exec("symfony console app:import-ref /var/www/html/references/cd Canons cd CD"); }