mirror of
https://github.com/friendica/friendica
synced 2024-11-09 17:02:54 +00:00
do not import test sql for the moment
This commit is contained in:
parent
2bf6b15833
commit
663b6e9300
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
|
|||
# create the friendica database
|
||||
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | mysql -u root -proot
|
||||
# import test database
|
||||
$MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
|
||||
# $MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
|
||||
|
||||
#create cronjob
|
||||
echo "*/10 * * * * cd /vagrant; /usr/bin/php include/poller.php" >> friendicacron
|
||||
|
|
Loading…
Reference in a new issue