panic
panic copied to clipboard
Dockerize development environment for PANIC
Technical Story
When developing as a team it would be ideal to standardize the platform we are developing on, as different platforms require different dependencies/requirements.
Description
The aim of this task is to create a docker container that we could ssh into from our IDE in order to develop.
Requirements
- [ ] Create a
developmentdocker container in ourdocker-compose.ymlfile - [ ] Add all Alerter dependencies to the
developmentcontainer - [ ] Add all Substrate-API dependencies to the
developmentcontainer - [ ] Add all PANIC-UI dependencies to the
developmentcontainer - [ ] Add all API dependencies to the
developmentcontainer - [ ] Connect your IDE to the
developmentcontainer
Some resources:
- https://www.tutorialworks.com/container-development-workflow/
Acceptance criteria
When: I code in my IDE Then: The changes are reflected on my container
Scenario: I can run the alerter from the IDE because it is connected to the container
Scenario: I can run the alerter tests from the IDE because it is connected to the container