...
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" }
...