/photobook

Web application to upload and share your photos with your friends.

Primary LanguageCSS

Photobook

Web application to upload and share your photos with your friends.

For more information visit Wiki

Installation

Master branch contain the last stable release

$ git clone https://github.com/gmoralesc/photobook
$ cd photobook
$ bundle install
$ rake db:migrate
$ rails server

View all releases

Development

Develop branch contain the last merge release

$ git clone https://github.com/gmoralesc/photobook --branch develop
$ cd photobook
$ bundle install
$ rake db:migrate
$ rails server