Skip to content

piotrmasior/lethal

Repository files navigation

Lethal

Build Status Dependency Status Code Climate

  • Using RVM
rvm install ruby 2.0.0-p247
rvm gemset create lethal
gem install bundler --no-ri --no-rdoc
git clone https://github.com/piotrmasior/lethal.git
cd lethal
bundle

  • Adjust database config
cp config/database.yml.sample config/database.yml
#edit via nano or whatever
nano config/database.yml
rake db:create && rake db:migrate
  • Linux post-install
sudo apt-get install libnotify-bin
  • Start
bundle exec guard

rails s

#current staging / demo

http://lethal.railsutils.com/

#production notes

rvm wrapper 2.0.0-p247@lethal lethal unicorn

About

rails 4.0.0 codebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published