
admin
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
Articles
Recent activity by admin-
Getting Started with anynines
To interact with anynines you will have to install a small CLI (Command Line Interface) which allows you to deploy and manage your applications on Cloud Foundry. The following instructions will sho...
-
Setting environment variables in your manifest.yml
To avoid adding sensitive password information to your application code, you should consider reading this information from the environment. You can simply add environment variables to the inside of...
-
Configure Rails ActionMailer to use with anynines
When you deploy an app into production, you usually have to configure the application for the mail server you plan to use and how the application authenticates. The following code is an exemplary f...
-
Heroku buildpack compile failure: App staging failed in the buildpack compile phase
Error description: App staging failed in the buildpack compile phase If your deployment using the heroku ruby buildpack fails with an error like this: -----> Downloaded app package (32K)-----> Do...
-
Staging error: "An app was not successfully detected by any available buildpack"
Please specify a concrete buildpack for your application when the following error occurs: Server error, status code: 400, error code: 170003, message: An app was not successfully detected by any a...
-
Fog gem Swift connection: Unauthorized error
Problem description When using ruby and the fog gem (http://github.com/fog/fog) or higher level object store gems using fog under the hood (paperclip, carrierwave) with the anynines Swift service ...
-
Staging error: failed to stage application: Requires Ruby version >= 1.9.3
In some cases it might be necessary to explicitly name the desired ruby version in your Gemfile. Especially when new Ruby versions come up, such as the latest Ruby 2.0, this article might apply. ...
-
Rails Asset Pipeline: Serve static assets from the public directory
If you run into problems with assets located under the public directory of your rails application, please have a look at your production.rb located at <your_rails_home>/config/environments/producti...
-
Git error: command git clone failed - Host key verification failed
In case you encounter a git error like the following, please check your Gemfile for gems with :git attributes. Problem When using ssh URLS such as git@github.com:anynines/cfoundry_helper.git git ...