Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calavera/trytrinidad.com
https://github.com/calavera/trytrinidad.com
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calavera/trytrinidad.com
- Owner: calavera
- License: mit
- Created: 2011-03-07T14:10:42.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-07T22:57:53.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T09:16:05.346Z (9 months ago)
- Language: Ruby
- Homepage: trytrinidad.com
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.