Prerequisites
An infrastructure is needed for a brand new model. Create a new infrastructure.
AWS-CLI
First You need the AWS Command Line Interface and Credentials.
Contact an Administrator to receive your credentials
you need will need administrator access
Install AWS CLI using this guide
After this, configure your profile with your Credentials running this command in the terminal:
aws configure
AWS Access Key ID [None]: <YOUR_ACCESS_KEY>
AWS Secret Access Key [None]: <YOUT_SECRET_KEY>
Default region name [None]: ca-central-1
Default output format [None]: json
Docker
Install Docker using this guide
you need will need administrator access
Windows
install Docker Desktop. Add local user to docker-users as an administrator. see
you can test that docker is install properly by running this command in the terminal
docker run hello-world
Quetzal-network-editor-backend
Clone this repo on your computer. It should be at the same level as Quetzal and Quetzal models.
.
├─ quetzal-network-editor-backend
│ ├─ docker
│ ├─ infra
│ └─ ...
├─ quetzal
│ ├─ quetzal
│ ├─ syspy
│ └─ ...
├─ quetzal_montreal
│ └─ ...
└─ quetzal_paris
│ └─ ...
...
This is important as scripts used in quetzal-network-editor-backend expect this relative path system