File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,37 +36,39 @@ Full local Development has not been tested for Windows computers. Setup assumes
3636
37371 . [ Install Docker Desktop] ( https://www.docker.com/products/docker-desktop )
3838
39- 2 . Clone the project to your local machine.
39+ 2 . Start docker (by opening it)
40+
41+ 3 . Clone the project to your local machine.
4042
4143``` sh
4244$ git clone https://github.com/codeforsanjose/open-disclosure.git
4345```
4446
45- 3 . Go into the project folder.
47+ 4 . Go into the project folder.
4648
4749``` sh
4850$ cd open-disclosure/
4951```
5052
51- 4 . Enable ` entrypoint.sh ` to be executable
53+ 5 . Enable ` entrypoint.sh ` to be executable
5254
5355``` sh
5456$ chmod +x entrypoint.sh
5557```
5658
57- 5 . Build Docker images.
59+ 6 . Build Docker images.
5860
5961``` sh
6062$ docker-compose build
6163```
6264
63- 6 . Run Docker images to start local development
65+ 7 . Run Docker images to start local development
6466
6567``` sh
6668$ docker-compose up
6769```
6870
69- 6 . Open webpage in http://localhost:8000 .
71+ 8 . Open webpage in http://localhost:8000 .
7072
7173### Use Production API to build the UI
7274Edit ` docker-compose.yml `
You can’t perform that action at this time.
0 commit comments