Questions tagged [engineyard]

Engine Yard is a cloud application platform for Ruby based on Amazon Web Services.

Engine Yard is a cloud application management platform for deploying Ruby, PHP, Java and Node.js applications of all sizes on Amazon Web Service EC2 instances as well as on Windows Azure and Terremark.

Build in features include:

  • Automated deployment tools
  • Server customization with Chef
  • Cloning of whole environments
  • Application load balancing
  • Master-Slave MySQL replication
  • memcached

Environments can be as small as 1 server running the application and database to large environments with multiple application, database, and utility servers.

110 questions
3
votes
3 answers

Can not get remote ip in Rails 3

I am trying to get client ip in Rails 3. Application is installed in cloud hosting, with SSL, and nginx server. I wrote some code to get client ip. request.remote_ip request.env['HTTP_X_FORWARDED_FOR'] But it returns wrong address, like…
engel0088
  • 203
  • 3
  • 12
3
votes
1 answer

iOS Push Notifications with NodeJS - credentials

I have a requirement to implement the server side code for pushing notifications to an iOS app. I have followed this link. The problem is I always get 'Insufficient credentials' message. I am using the apnagent node module. Has anyone tried this…
user3080098
  • 355
  • 1
  • 5
  • 13
2
votes
1 answer

TypeError (no marshal_dump is defined for class OpenSSL::Digest::Digest) on EngineYard Rails 3 app

Our app runs without issue in development and test (all rspec and cucumber tests run) When deployed to EngineYard Cloud, however, I repeatedly get the "We're sorry, but something went wrong" message. When I receive the error, tailing the log files…
TDH
  • 392
  • 3
  • 14
2
votes
2 answers

Engineyard using postgis

I have an instance in Engineyard and I want to install postgis. I tried several things with chef but had no success at all. Has anyone installed postgis on Engineyard successfully? and can you tell me how you did it?
chopi321
  • 1,383
  • 1
  • 11
  • 23
2
votes
2 answers

Cron job on EngineYard

Can someone give me direction how to setup a cron job on EngineYard that checks the database every x minutes and performs a task on them? Most basically, I'm not sure how to have the script access the database.
99miles
  • 10,942
  • 18
  • 78
  • 123
2
votes
1 answer

Deploying PhantomJS or headless gem on Engine Yard

I currently have an app deployed to Engine Yard. I am not familiar with importing chef recipes to Engine Yard's repo, etc. like a PhantomJS install. It appears the instance uses Amazon Linux. Is there a best practice, or even walkthrough, that would…
2
votes
1 answer

Doing git pull in Engine Yard

I am deploying my rails app to Engine Yard. What i had so far: 1. created SSH hey 2. Install public key to Engine Yard app. 3. ssh deploy@my.server.ip.address I was put at home/deploy, which is not a right place to perform git pull. The reason I…
VHanded
  • 2,079
  • 4
  • 30
  • 55
2
votes
2 answers

Jenkins Deployment to Staging

I'm trying to find a way for Jenkins to deploy to my staging server on Engine Yard when all all tests have passed? Are there any plugin for this post-build action from Jenkins?
RubyFanatic
  • 2,241
  • 3
  • 22
  • 35
2
votes
2 answers

Adding output messages to deploy hooks

I'd like to add some messages to a deploy/before_bundle.rb hook in order to output extra details of the progress to the command-line when deploying. Is this possible?
Si Wilkins
  • 23
  • 3
1
vote
0 answers

engineyard deploy block in replace_bin_path: can't find executable rake error

my application is on rails 3.2.1 ,rake 0.9.2.2, gems 1.8.15 it is working fine on local host. As i trying to deploy on engineyard am getting the error message in there log file /usr/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in…
MAK
  • 773
  • 4
  • 9
  • 30
1
vote
0 answers

Application unresponsive - Works Locally - Not on Deploy to EY

I have a Ruby on Rails application that works locally using Trinidad Server and Jruby 1.6.5 (ruby 1.9.2) However when I deploy to Engine Yard the application is unresponsive. I can make no connections to it at all. And the odd thing is that the…
Charlie Davies
  • 1,814
  • 4
  • 29
  • 50
1
vote
1 answer

Delayed_Job won't die despite my incessant murdering

I recently added a delayed_job rap to my after_restart phase. Like so : system "script/delayed_job stop" system "script/delayed_job start -n 3" Which works for the most part. Until I ran into a little snag today. I found an instance of delayed_job…
Trip
  • 26,756
  • 46
  • 158
  • 277
1
vote
1 answer

Default an EngineYard Jruby instance to 1.9.2

I have a Rails app I am trying to test in Jruby on Engineyard. I can get it locally working when i switch ruby version in rvm to 1.9.2 (jruby) However when on engineyard a deploy fails: syntax error, unexpected ':' I solved this error locally using…
Charlie Davies
  • 1,814
  • 4
  • 29
  • 50
1
vote
1 answer

Where to put this Chef Recipe to downgrade gems (on EngineYard)?

I am hosting my app on EngineYard's Appcloud -- gotta say that its a wonderful setup except that you have to use Chef to automate your configuration. And they don't quite take the time to tell the whole answer :) even with paid support!! Hope that…
rst
  • 31
  • 2
1
vote
2 answers

Use Heroku DB into Engine Yard

I am using postgresql database for my Heroku Application. I have very large database on AmazonAws as heroku not providing the Postgresql Database. Now my client want to switch to EngineYard from Heroku. Can i use same database (w/o taking backup and…
Salil
  • 46,566
  • 21
  • 122
  • 156