
admin
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
Activity overview
Latest activity by admin-
admin created an article,
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...
-
admin created an article,
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...
-
admin created an article,
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...
-
admin created a post,
Configuring Action Mailer in Rails for use on 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...
-
admin created a post,
How to define environment variables in your manifest.yml and use them in your application.
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...
-
admin created a post,
Connect to Swift Service instance with Cyberduck
When using the anynines Swift service with an application, it might be handy to browse the anynines Swift storage with a GUI client. The program Cyberduck is such a great GUI client that can be use...
-
admin created an article,
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...
-
admin created an article,
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...
-
admin created a post,
How to cancel your anynines account?
We hope this will not happen but in case you don’t need your anynines account anymore here is a how you can cancel it. Because there is no possibility to cancel your account within our customer pan...
-
admin created a post,
Debugging the Cloud Foundry Java Buildpack
Introduction This article describes a local debugging process for the Cloud Foundry Java Buildpack. For more information on buildpacks in general please refer to the official Cloud Foundry document...