stepheno / brewtronic-5000

Brewery Management Rails app
GNU General Public License v3.0
3 stars 0 forks source link

Missing Installation Instructions #8

Closed blkperl closed 9 months ago

blkperl commented 12 years ago

Here's what I have so far for Ubuntu Precise

sudo apt-get install libpq-dev sqlite3 libsqlite3-dev 
git clone git://github.com/stepheno/brewtronic-5000.git
cd brewtronic-5000/
gem install bundler --no-ri --no-rdoc
bundle install
rails server