All Projects → tsuru → rpaas

tsuru / rpaas

Licence: BSD-3-Clause license
Reverse proxy as a service.

Programming Languages

python
139335 projects - #7 most used programming language

Reverse proxy service for tsuru PaaS

Deprecated in favor of https://github.com/tsuru/rpaas-operator

https://travis-ci.org/tsuru/rpaas.png?branch=master

Deploying the API

First, let's create an app in tsuru, from the project root, execute the following:

% tsuru app-create rpaas python
% git remote add tsuru [email protected]
% git push tsuru master

The push will return an error telling you that you can't push code before the app unit is up, wait until your unit is in service, you can check with:

% tsuru app-list

When you get an output like this you can proceed to push.

+-------------+-------------------------+--------------------------------------+
| Application | Units State Summary     | Address                              |
+-------------+-------------------------+--------------------------------------+
| your-app    | 1 of 1 units in-service | your-app.somewhere.com               |
+-------------+-------------------------+--------------------------------------+

Now if you access our app endpoint at "/" (you can check with tsuru app-info cmd) you should get a 404, which is right, since the API does not respond through this url.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].