https://github.com/levicook/torquebox-developer
Minimal sane torquebox development environment.
https://github.com/levicook/torquebox-developer
Last synced: 10 months ago
JSON representation
Minimal sane torquebox development environment.
- Host: GitHub
- URL: https://github.com/levicook/torquebox-developer
- Owner: levicook
- Created: 2011-05-11T13:47:32.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-11T14:06:29.000Z (about 15 years ago)
- Last Synced: 2024-04-15T09:13:19.688Z (over 2 years ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assumptions
===========
- You're looking for a relatively straight forward development environment.
- You're happy using the 1.0.0 binary distribution of torquebox, including the JRuby it brings along.
- You're willing to install and symlink torquebox within your $HOME. (~/torquebox-current => ~/torquebox-1.0.0)
- You're not willing to give up bundler.
Install torquebox
------------------
- git clone https://levicook@github.com/levicook/torquebox-developer.git
- cd torquebox-developer
- ./script/torquebox/install
Run torquebox
-------------
- source ./script/torquebox/environment
- rake torquebox:run
Deploy this app into torquebox
------------------------------
- source ./script/torquebox/environment
- rake torquebox:deploy[/hello]
- curl http://localhost:8080/hello/