mirror of https://github.com/flarum/flarum
Automatically fetch submodule
parent
626f70c3c7
commit
4ae1159d05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue