updated start up scripts for bower addition

This commit is contained in:
Mark Moser 2016-07-28 16:14:41 -05:00
parent fcf59edfc4
commit 4f99d4eb12
3 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,6 @@ group :development do
gem 'rails-erd'
gem 'web-console'
gem 'better_errors'
gem 'binding_of_caller'
end
group :development, :test do

View File

@ -2,6 +2,8 @@
if [ -d '/usr/app' ]; then
cd /usr/app
bundle
bower install
cd vendor/assets/ && bitters install && cd /usr/app
service mysql start
rails db:setup

View File

@ -2,6 +2,8 @@
if [ -d '/usr/app' ]; then
cd /usr/app
bundle
bower install
cd vendor/assets/ && bitters install && cd /usr/app
service mysql start
rails db:setup