Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

trinidad/trytrinidad.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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[email protected]. See LICENSE for details.