Technologies
We say we’re polyglots because we offer support to a wide list of programming languages and services deployed through a cartridge. Cartridges can be web frameworks, databases, monitoring services or connectors to external backends.
Delivering services and frameworks through a cartridge offers developers and system administrators a way to get more productivity and standardization. Focus on your code, that’s the message!
MySQL
MySQL is an open-source relational database management system.
With Getup you can easily deploy and run applications bacled by MySQL using your favorite servers and frameworks.
Simplify the lifecycle
Deploying PHP application with MySQL is as easy as it can be:
$ rhc app-create App php-5.5 mysql-5.1
The command will create your gear (server), install and configure PHP, MySQL and git repository on the server. Access your application on the web at http://App-namespace.getup.io - HTTPS works just fine as well, and all applications have a SSL certificate.
Tools
Would like to work with PHPMyAdmin?
$ rhc cartridge add phpmyadmin -a App
Access at https://App-namespace.getup.io/phpmyadmin
Or use your favorite client to get access through a SSH tunnel
$ rhc port-foward -a App