Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Rails et Heroku

Rails et Heroku

Démonstration de bootstrap d'application Rails avec Heroku au Startup Weekend Bordeaux (30 Juin 2012).

Vidéo :
http://vimeo.com/45066575

Avatar for Damian Le Nouaille

Damian Le Nouaille

July 03, 2012
Tweet

More Decks by Damian Le Nouaille

Other Decks in Programming

Transcript

  1. DEMO (vidéo) git init git add . git commit -m

    ‘all’ heroku apps:create swbx (change ‘sqlite3’ to ‘pg’ in Gemfile) bundle install