KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ruby-sample
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
vbox-service-template
:
init.d script template for running a VirtualBox machine as a service
md-sort
:
Sort multi-dimensional arrays in Pawn. Modifies the array's internal pointers instead of copying around data.
node-ws-multi-proxy
:
Many to many WebSocket proxy with pluggable routing logic
paragliding-articles
:
No description available.
UniBot
:
One Bot to rule them all, One Bot to find them, One Bot to bring them all and in the darkness bind them
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ruby-sample
?
Download (.md)
# ruby-sample This is a barebones Ruby app using the [Sinatra](http://www.sinatrarb.com) framework. ## Running Locally Make sure you have [Ruby](https://www.ruby-lang.org), [Bundler](http://bundler.io) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed. ```sh git clone git@github.com:heroku/ruby-sample.git # or clone your own fork cd ruby-sample bundle heroku local ``` Your app should now be running on [localhost:5000](http://localhost:5000/). ## Deploying to Heroku ``` heroku create git push heroku master heroku open ``` Alternatively, you can deploy your own copy of the app using the web-based flow: [](https://heroku.com/deploy) ## Documentation For more information about using Ruby on Heroku, see these Dev Center articles: - [Ruby on Heroku](https://devcenter.heroku.com/categories/ruby) - [Getting Started with Ruby on Heroku](https://devcenter.heroku.com/articles/getting-started-with-ruby) - [Getting Started with Rails 4.x on Heroku](https://devcenter.heroku.com/articles/getting-started-with-rails4) - [Heroku Ruby Support](https://devcenter.heroku.com/articles/ruby-support)