Skip to content

Koochr/yaxys

 
 

Repository files navigation

Yaxys – yet another access control system

Installation

  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 --login somebody --pwd 1234
  7. Run yarn dev and go to http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • CSS 0.2%