westrup/shotweb
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation ============ $ sudo apt-get install ruby-rvm git libmagickcore-dev libmagickwand-dev $ rvm install 1.9.2 $ rvm --default 1.9.2 $ gem install rails $ git clone git@github.com:westrup/shotweb.git $ cd shotwell $ bundle install $ vi config/app_config.yml $ cp ~/.shotwell/data/photo.db db/development.sqlite3 $ rails server