Closed marckunze closed 10 years ago
Need to do
gem install bundler
# installs bundler gem (which will fix others)
bundle install
# installs all other required gems
rackup
# starts application http://rack.github.io/
Closing, but see note above on how to do initial running of the application.
Need to create an intiial gemfile to resolve whatever dependencies, also needs to be updated as we go on.