Moved .htconfig file
Extracted install business functions to new Class `Install.php`
This commit is contained in:
parent
fa7bed8929
commit
346697d771
22 changed files with 350 additions and 324 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue