mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Run Composer with HHVM when provisioning the VM.
This commit is contained in:
parent
ac0405a894
commit
33c328fc08
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ mkdir -p /vagrant/storage/logs/system
|
|||
|
||||
cd /vagrant
|
||||
|
||||
/usr/local/bin/composer self-update
|
||||
composer install
|
||||
hhvm /usr/local/bin/composer self-update
|
||||
hhvm /usr/local/bin/composer install
|
||||
|
||||
cp -n "/vagrant/resources/environments/.env.local" "/vagrant/.env"
|
||||
|
||||
|
|
Loading…
Reference in a new issue