-
Create the credential files below:
- app/config/aws/{environment}.json
{ "accessKeyId": "your key", "secretAccessKey": "your secret key" }- app/config/mongo/{environment}.json
{ "host": "host", "port": "port", "user": "user name", "pwd": "password", "database": "database name for identification and retrieving data" }- app/config/omim/{environment}.json
"your omim key"- app/config/recaptcha/{environment}.json
"reCAPTCHA key" -
Install Python packages
requirements.txtand run setupTransVar.sh to install and configure TransVar.$ pip install -r requirements.txt $ ./setupTransVar.sh
-
Install packages with npm:
$ npm install
Command to build
$ ng build --prodCommand to run the server:
$ node app