Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 932 Bytes

QUICKSTART.md

File metadata and controls

23 lines (15 loc) · 932 Bytes

Local Quickstart

Install git. See Install Git.

Open a terminal, clone this repository, and change directory to the repository root:

$ git clone https://github.com/usds/justice40-tool
Cloning into 'justice40-tool'...
$ cd justice40-tool

Install docker. See Install Docker.

Important: To be able to run the entire application, you may need to increase the memory allocated for docker to at least 8096 MB. See this post for more details.

Use docker-compose to run the application:

$ docker-compose up

After it initializes (which may take a while, possibly even an hour or two, since it has to download and process all the data), you should be able to open the application in your browser at http://localhost:8000.