Skip to content
alevkon edited this page Oct 13, 2018 · 2 revisions

Welcome to the yaxys wiki!

  1. Download the app
  2. Create PostgreSQL database instance
  3. Put the database requisites into /config/local.json file, under the key "db" (see the example at config/default.json)
  4. Run yarn install
  5. Run yarn init_db to create all the required tables in your db
  6. Run yarn create_operator --email [email protected] --pwd 1234
  7. Run yarn dev and go to http://localhost:5000
Clone this wiki locally