Skip to content

SQL Database Installation

jabbrass edited this page Sep 4, 2014 · 1 revision
  1. Install MySQL; do not install with a password
  2. Go to MySQL commandline using - 'mysql -u root'
  3. From MySQL commandline create database called 'curates'
  4. Check connection details in server/dbconfig.js is correct for your particular environment. ie. use environmental url, not localhost when deploying.
  5. Run 'node server/dbconfig.js';
  6. Now your db, table schema are set up!!

Clone this wiki locally