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