mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Created intellij project, added bash script for reloading server configuration
This commit is contained in:
parent
0452b25683
commit
842dbee5b7
4 changed files with 2 additions and 10591 deletions
10590
bootstrap/compiled.php
10590
bootstrap/compiled.php
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -15,5 +15,4 @@ bower install --allow-root
|
|||
cp -r /vagrant/vagrant/config/* "/vagrant/app/config/local"
|
||||
|
||||
php artisan migrate
|
||||
php artisan migrate:refresh
|
||||
php artisan db:seed
|
2
vagrant/reload-config.sh
Normal file
2
vagrant/reload-config.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
cd ../
|
||||
vagrant ssh -c /vagrant/vagrant/copy-and-restart-configs.sh
|
Loading…
Reference in a new issue