- Create a new file in the root of this project named
config.json - Copy the content of the file
config.example.jsoninto the previously created file - Fill the variables:
DEBUGGER: Turn on the remote debuggerWAKANDA_BIN: Full path ofwakanda serverbinaryLICENSE_PATH: Full path of the license fileSOLUTIONS: List of solutions to run. Each solution have a processnameand asolutionattribute that contains the full path of the.waSolutionfile.
- Install dependencies
npm i- Start processes
npm startNB: Verify that all projects have different port to run them properly.
npm start: Start all solutionsnpm run restart -- [name]: restart a specific solution (nameis the name that you have specified inconfig.jsonfile)npm run restart:all: restart all solutionsnpm run stop -- [name]: stop a specific solution (nameis the name that you have specified inconfig.jsonfile)npm run stop:all: stop all solutionsnpm run list: List the status of all solutionsnpm run logs: Display standard outputnpm run show -- [name]: Show details of a specific solution (nameis the name that you have specified inconfig.jsonfile)