Skip to content

Deploying a New NIEM Release

Matt Ward edited this page Aug 16, 2018 · 1 revision

After updating movement for a new NIEM release you will want to deploy the tool on https://beta.movement.niem.gov/.

Deploy the 3 repos or git fetch the latest updates on yellowkiwi04: movement-solr movement-backend movement-frontend

Deploy the docker-compose.yml file from the niem-movement repo to yellowkiwi04.

SSH into yellowkiwi04 and

build with: sudo docker-compose build --no-cache

run with: sudo docker-compose up -d

or rebuild and run: sudo docker-compose up --build -d

Clone this wiki locally