-
Notifications
You must be signed in to change notification settings - Fork 5
Home
alevkon edited this page Oct 13, 2018
·
2 revisions
Welcome to the yaxys wiki!
- Download the app
- Create PostgreSQL database instance
- Put the database requisites into
/config/local.jsonfile, under the key "db" (see the example atconfig/default.json) - Run
yarn install - Run
yarn init_dbto create all the required tables in your db - Run
yarn create_operator --email somebody@gmail.com --pwd 1234 - Run
yarn devand go to http://localhost:5000