-
Notifications
You must be signed in to change notification settings - Fork 4
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.json
file, under the key "db" (see the example atconfig/default.json
) - Run
yarn install
- Run
yarn init_db
to create all the required tables in your db - Run
yarn create_operator --email [email protected] --pwd 1234
- Run
yarn dev
and go to http://localhost:5000