Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calavera/trytrinidad.com


https://github.com/calavera/trytrinidad.com

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Try Trinidad
------------

http://trytrinidad.com

Try how your Rails application runs on Trinidad without hassle.

This service runs on a Small Amazon EC2 instance from a temporal directory, so don't expect the best performance ever. Your application will desapear as soon as I restart the instance.

This service only clones public repositories using http or git read-only urls.

It doesn't provide any database, so make sure your application uses sqlite3 or any other embedded database.

If your application uses Bundler the service installs the required gems.

Usage
-----

1. Use the form to deploy your application or add this Post-Receive URL on Github:

http://trytrinidad.com/sandbox/deploy?deploy_token=trytrinidad

2. Check the status of your application in the console.

Installation
------------

You can install your own instance following this instructions:

1. Clone this repository
2. Execute `jruby -S bundle install`
3. Modify the parameters `apps_base` and `base_app_dir` for your installation into the file `trinidad.yml`
4. Execute `jruby -S trinidad -f PATH_TO_THE_TRINIDAD_YML`

Copyright
---------

Copyright (c) 2011 David Calavera. See LICENSE for details.