-
Notifications
You must be signed in to change notification settings - Fork 2
theefer/semantification
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Installation
- Install Ruby
- Install Rubygems
- Install Bundler:
gem install bundler
- Install the application
$ bundle
# Run
Start the app:
$ rackup
Then open a browser to:
http://localhost:9292
If you want it to auto-reload your app when files change, use Shotgun:
$ gem install shotgun
$ shotgun myapp.rb
http://stackoverflow.com/questions/1247125/how-to-get-sinatra-to-auto-reload-the-file-after-each-change
# Deploy to Heroku
Deploy to heroku by following this tutorial:
https://devcenter.heroku.com/articles/ruby
# OBSOLETE - Deploy to EC2
Update to latest version from Git:
$ cap deploy:update
Start:
$ cap deploy:start
About
Guardian Discovery Week experiment in adding more semantics to news
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published