Fix up Vagrant setup script

pull/26/head
Franz Liedke 2015-10-19 15:00:41 +02:00
parent 25cfc56a89
commit d637522ad5
1 changed files with 1 additions and 7 deletions

View File

@ -65,13 +65,7 @@ echo "source ~/.aliases" >> ~/.bashrc
mysql -u root -proot -e 'create database if not exists flarum'
### Setup flarum/core and install dependencies ###
cd /vagrant/flarum/core
git pull
composer install --prefer-dist
bash scripts/compile.sh
cd /vagrant/flarum
cd /vagrant
composer install --prefer-dist
composer dump-autoload
php flarum install --defaults