mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 22:47:59 +01:00
12 lines
233 B
Bash
12 lines
233 B
Bash
|
mkdir /vagrant/logs
|
||
|
/vagrant/vagrant/copy-and-restart-configs.sh
|
||
|
|
||
|
cd /vagrant
|
||
|
|
||
|
/usr/local/bin/composer self-update
|
||
|
composer install
|
||
|
|
||
|
cp -r /vagrant/vagrant/config/* "/vagrant/app/config/local"
|
||
|
|
||
|
php artisan migrate
|
||
|
php artisan db:seed
|