Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A step by step series of examples that tell you how to get a development environment running.

Step 1. Clone Ayu Mindmap repository

Code Block
https://github.com/Intelehealth/mindmap-api

...

1. Create a file named license.json inside public/license/

{"licensekey"“licensekey”:[]}

2. Create a file named setting.json inside public/javascripts/mysql/

{ "host" : "localhost", "user" : ${database_username}, "password" : ${database_password}, "database" : "mindmap_server" }

...