Automatically fetch submodule

pull/9/head
Toby Zerner 2015-05-07 21:30:39 +09:30
parent 626f70c3c7
commit 4ae1159d05
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ cp /vagrant/system/.env.example /vagrant/system/.env
mysql -u root -proot -e 'create database flarum'
### Setup flarum/core and install dependencies ###
cd /vagrant
git submodule init
git submodule update
cd /vagrant/system/core
composer install --prefer-dist
cd /vagrant/system