Skip to content

v1.0 deploy instructions

Muzicius edited this page Aug 24, 2016 · 1 revision

Development mysql version 5.5.50

  1. Run command
mysql -u root -p < database_creation.sql

It will create database, user 'innopoints_user'@'localhost' with password 'innopoints2.0' and tables. 2. Run command

mysql -u innopoints_user -p < database_seed.sql

It will seed tables. Password is 'innopoints2.0'.

Configuration for connection is in config file. Names of parameters starts with MYSQL_ prefix.

Clone this wiki locally