This commit is contained in:
hauke 2014-09-05 23:57:17 +02:00
parent 7eef05e4f5
commit 0349127473
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ if [ -f /vagrant/.htconfig.php ]
rm /vagrant/.htconfig.php
fi
#change ownership of dir where sessions are stored
chown -R www-data:www-data /var/lib/php5
#create the friendica database
echo "create database friendica" | mysql -u root -proot