You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,14 +31,13 @@ Simplified view of the architecture and does not show all services, components a
32
31
33
32
## Running locally on Docker env
34
33
35
-
The only local development mode available, that includes account, redis and other important service/dependency is only possible through our development orchestrator service in [Docker CHS Development](https://github.com/companieshouse/docker-chs-development), that uses [tilt](https://tilt.dev/).
34
+
The only local development mode available, that includes account, redis and other important service/dependency is only possible through our development orchestrator service in [Docker CHS Development](https://github.com/companieshouse/docker-chs-development).
36
35
37
36
1. Clone [Docker CHS Development](https://github.com/companieshouse/docker-chs-development) and follow the steps in the README.
38
37
2. Run `./bin/chs-dev modules enable overseas-entities`
39
38
3. Run `./bin/chs-dev development enable overseas-entities-web` (this will allow you to make changes in real time).
40
-
4. Run docker using `tilt up` in the docker-chs-development directory.
41
-
5. Use spacebar in the command line to open tilt window - wait for overseas-entities-web to become green.(If you have credential errors then you may not be logged into `eu-west-2`.)
42
-
6. Open your browser and go to <http://chs.local/register-an-overseas-entity/starting-new> for the ROE Registration journey, <http://chs.local/update-an-overseas-entity/continue-with-saved-filing> for the ROE Update journey or <http://chs.local/update-an-overseas-entity/continue-with-saved-filing?journey=remove> for the ROE Remove journey (each of these is the first page that would be displayed, if navigating from the GOV UK external ROE guidance screens).
39
+
4. Run docker using `chs-dev up` in the docker-chs-development directory.
40
+
5. Open your browser and go to <http://chs.local/register-an-overseas-entity/starting-new> for the ROE Registration journey, <http://chs.local/update-an-overseas-entity/continue-with-saved-filing> for the ROE Update journey or <http://chs.local/update-an-overseas-entity/continue-with-saved-filing?journey=remove> for the ROE Remove journey (each of these is the first page that would be displayed, if navigating from the GOV UK external ROE guidance screens).
43
41
44
42
Environment variables used to configure this service in docker are located in the file `services/modules/overseas-entities/overseas-entities-web.docker-compose.yaml`
0 commit comments