Skip to content

Commit 0427c80

Browse files
authored
Merge pull request #1741 from companieshouse/remove-references-to-tilt
remove references to tilt
2 parents 8d5d55b + e8ba405 commit 0427c80

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Simplified view of the architecture and does not show all services, components a
2323
- [SuperTest](https://www.npmjs.com/package/supertest)
2424
- [Sonarqube](https://www.sonarqube.org)
2525
- [Docker](https://www.docker.com/)
26-
- [Tilt](https://tilt.dev/)
2726
- [Git](https://git-scm.com/downloads)
2827

2928
## Project Structure
@@ -32,14 +31,13 @@ Simplified view of the architecture and does not show all services, components a
3231

3332
## Running locally on Docker env
3433

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).
3635

3736
1. Clone [Docker CHS Development](https://github.com/companieshouse/docker-chs-development) and follow the steps in the README.
3837
2. Run `./bin/chs-dev modules enable overseas-entities`
3938
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).
4341

4442
Environment variables used to configure this service in docker are located in the file `services/modules/overseas-entities/overseas-entities-web.docker-compose.yaml`
4543

0 commit comments

Comments
 (0)