mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Merge pull request #6143 from tobiasd/20181116-Vagranthtaccess
cp htaccess in Vagrant VM on setup
This commit is contained in:
commit
02aa11fb7a
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ php bin/composer.phar install
|
|||
#cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php
|
||||
cp /vagrant/util/local.ini.vagrant.php /vagrant/config/local.ini.php
|
||||
|
||||
# copy the .htaccess-dist file to .htaccess so that rewrite rules work
|
||||
cp /vagrant/.htaccess-dist /vagrant/.htaccess
|
||||
|
||||
# create the friendica database
|
||||
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot
|
||||
# import test database
|
||||
|
|
Loading…
Reference in a new issue