Created intellij project, added bash script for reloading server configuration

This commit is contained in:
Nelson LaQuet 2015-04-13 01:09:53 -05:00
parent 0452b25683
commit 842dbee5b7
4 changed files with 2 additions and 10591 deletions

File diff suppressed because it is too large Load diff

Binary file not shown.

View file

@ -15,5 +15,4 @@ bower install --allow-root
cp -r /vagrant/vagrant/config/* "/vagrant/app/config/local" cp -r /vagrant/vagrant/config/* "/vagrant/app/config/local"
php artisan migrate php artisan migrate
php artisan migrate:refresh
php artisan db:seed php artisan db:seed

2
vagrant/reload-config.sh Normal file
View file

@ -0,0 +1,2 @@
cd ../
vagrant ssh -c /vagrant/vagrant/copy-and-restart-configs.sh