
admin
- Total activity 98
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 54
Posts
Recent activity by admin-
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...
-
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...
-
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...
-
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...
-
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...
-
How to specify the ruby version for your deployment
If you need to use a certain ruby version for your application you can specify the version within your Gemfile. The buildpack will detect the specified ruby version and will install it in your appl...
-
How to retrieve credentials from services using the cf cli v6
In some cases you need to retrieve user credentials for your services from the anynines system. For example if you want to access a swift service instance's containers from outside of the anynines ...
-
How to manage permissions in the customer panel
Introduction In many organizations there are different roles associated to a software project. Anynines allows you to manage different roles within our customer panel. You can manage user roles fo...
-
Rubygems - Deploying applications referencing private repositories to anynines
Since anynines assembles your application's gems during the buildpack's staging phase you have to ensure that it can access all referenced gems within your Gemfile. If your application uses gems fr...
-
Current service software versions
For the moment this is the list of available services: PostgreSQL - 9.1 MySQL - 5.5 MongoDB - 2.0 Elasticsearch - 0.20 RabbitMQ - 2.8 Redis - 2.2 OpenStack Swift - 2013.2 We are working on updati...