DMR is a Digital Media Reserves Tool to manage videos created for the UCSD campus.
- Ruby 2.2.3+
- git
$ git clone git@github.com:ucsdlib/dmr.git
1.Open project.
$ cd dmr
2.Checkout develop branch.
$ git checkout develop
3.Update DB.
$ bundle exec rake db:migrate
4.Update Test DB
$ bundle exec rake db:migrate RAILS_ENV=test
- WEBrick
$ rails s
http://localhost:3000/dmr/
$ bundle exec rake