Getup Cloud

Menu

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!

Perl

Perl is a family of high-level, general-purpose, interpreted, dynamic programming languages. The Perl languages borrow features from other programming languages including C, shell scripting (sh), AWK, and sed. They provide powerful text processing facilities without the arbitrary data-length limits of many contemporary Unix commandline tools, facilitating easy manipulation of text files.

With Getup you can easily deploy and run Perl applications using your favorite framework and databases. Auto-Scale to millions of users without breaking a sweat about server setup and administration. Forget about servers and focus on the code.

Simplify the lifecycle

Deploying Perl application with MySQL is as easy as it can be:

$ rhc app-create App perl-5.10 mysql-5.1

The command will create your gear (server), install and configure Perl, 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.

Auto scale

What about scale? Don't worry about it, we are specialists in high traffic, simple add the -s parameter when creating your application and voilá - the platform will scale your application.

$ rhc app-create App perl-5.10 -s

The scalability is based on simultaneous connections. The platform will add new gears every time your application receives a traffic spike, automatically.

Frameworks, databases and other tools

Would like to work with Dancer framework?

$ rhc app-create dancer perl-5.10 --from-code=https://github.com/openshift/dancer-example.git

Work with database like MySQL, PostgreSQL or MongoDB through cartridges

$ rhc cartridge add mysql-5.1 -a App

750 free hours to test Getup: create your account and take it, it's free.

Free Trial
Create Account

750h small gear - create an app, add a database and run it free for 1 month.

Welcome aboard. We sent you a email confirmation. Thank you!