1
1
Fork 0

Moved .htconfig file

Extracted install business functions to new Class `Install.php`
This commit is contained in:
Philipp Holzer 2018-04-21 14:10:53 +02:00
commit 346697d771
22 changed files with 350 additions and 324 deletions

View file

@ -86,7 +86,7 @@ cd /var/www
php bin/composer.phar install
# initial config file for friendica in vagrant
cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
cp /vagrant/util/htconfig.vagrant.php /vagrant/config/.htconfig.php
# create the friendica database
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot