Skip to content

Commit

Permalink
new relic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Butsko committed Jan 7, 2013
1 parent 08541b1 commit 0ea56eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "oauth-plugin", "~> 0.4.0"

gem 'twitter-bootstrap-rails'
gem 'less-rails'
gem 'newrelic_rpm'

# use Devise for login
gem 'devise'
Expand Down Expand Up @@ -55,4 +56,4 @@ gem 'merit'
gem 'ambry'

# Use gravatar's on profile pages
gem 'gravatar_image_tag'
gem 'gravatar_image_tag'
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ GEM
net-ssh (2.6.2)
net-ssh-gateway (1.1.0)
net-ssh (>= 1.99.1)
newrelic_rpm (3.5.4.34)
nokogiri (1.5.6)
oauth (0.4.7)
oauth-plugin (0.4.1)
Expand Down Expand Up @@ -204,6 +205,7 @@ DEPENDENCIES
libv8
merit
mysql2
newrelic_rpm
nokogiri
oauth-plugin (~> 0.4.0)
omniauth
Expand Down
2 changes: 2 additions & 0 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
set :branch, 'master'
role :app, "mooculus-1.asc.ohio-state.edu"
role :web, "mooculus-1.asc.ohio-state.edu"
role :web, "mooculus-2.asc.ohio-state.edu"
role :db, "mooculus-1.asc.ohio-state.edu", :primary => true
end

Expand All @@ -53,6 +54,7 @@
"ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml",
"ln -nfs #{shared_path}/config/piwik.yml #{release_path}/config/piwik.yml",
"ln -nfs #{shared_path}/config/secret_token.rb #{release_path}/config/initializers/secret_token.rb",
"ln -nfs #{shared_path}/config/newrelic.yml #{release_path}/config/newrelic.yml",
"ln -fs #{shared_path}/uploads #{release_path}/uploads",
"ln -fs #{shared_path}/tmp/pids #{release_path}/tmp/pids",
"rm #{release_path}/public/system"
Expand Down

0 comments on commit 0ea56eb

Please sign in to comment.