Prepare Projects¶
Prepare Datasource Consumer¶
Open Folder for cloned repository datasource-consumer
View Terminal
Delete old files and data files
Ignore the command output of
make purge.
make purge
Build docker containers
make
Leave the program running in background, open new terminal.
datasource-consumer run scheduled tasks every 1 minutes
Prepare SID Backend API¶
Open Folder for cloned repository sid-backend-api
View Terminal
Delete old files and data files
Ignore the command output of
make purge.
make purge
Build docker containers
make
Leave the program running in background, open new terminal.
Prepare SID Frontend Web¶
Open Folder for cloned repository sid-backend-web
View Terminal
Delete old files and data files
Ignore the command output of
make purge.
make purge
Build docker containers
make
Leave the program running in background, open new terminal.