updated start up scripts for bower addition
This commit is contained in:
parent
fcf59edfc4
commit
4f99d4eb12
1
Gemfile
1
Gemfile
@ -24,7 +24,6 @@ group :development do
|
|||||||
gem 'rails-erd'
|
gem 'rails-erd'
|
||||||
gem 'web-console'
|
gem 'web-console'
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
if [ -d '/usr/app' ]; then
|
if [ -d '/usr/app' ]; then
|
||||||
cd /usr/app
|
cd /usr/app
|
||||||
bundle
|
bundle
|
||||||
|
bower install
|
||||||
|
cd vendor/assets/ && bitters install && cd /usr/app
|
||||||
|
|
||||||
service mysql start
|
service mysql start
|
||||||
rails db:setup
|
rails db:setup
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
if [ -d '/usr/app' ]; then
|
if [ -d '/usr/app' ]; then
|
||||||
cd /usr/app
|
cd /usr/app
|
||||||
bundle
|
bundle
|
||||||
|
bower install
|
||||||
|
cd vendor/assets/ && bitters install && cd /usr/app
|
||||||
|
|
||||||
service mysql start
|
service mysql start
|
||||||
rails db:setup
|
rails db:setup
|
||||||
|
Loading…
Reference in New Issue
Block a user