You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a Terminal. Change the directory to trainingportal:
cd trainingportal
Automatic Setup
Run the devSetup.sh script (Mac/Linux).
This will configure the dev environment with a SQLITE database
chmod +x devSetup.sh
./devSetup.sh
Manual Setup
Install npm dependencies:
npm install
Run npm audit fix to fix any vulnerabilities in 3rd party dependencies.
Setup your dojo configuration file config.json. config.json.sample contains a bunch of examples but if you need a quick config to get you started use the Docker config from /build/trainingportal