Skip to content
kryali edited this page Nov 7, 2011 · 3 revisions
  1. rake db:drop
  2. sudo apt-get install libmysql-ruby libmysqlclient-dev (this MAY not be neccesary)
  3. sudo apt-get install mysql-server
  4. add gem gem 'mysql2' to Gemfile
  5. ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
  6. gem update rake
  7. bundle update rake
  8. rake db:create
  9. rake db:schema:load
  10. rake db:seed
  11. DRINK!!!!
Clone this wiki locally