Keeping software up to date - norkator/open-intelligence GitHub Wiki

With these instructions you can keep Open-Intelligence up to date.

Fetch latest code

Go to root folder of open-intelligence where you cloned it and run:

git fetch
git pull

Now you have latest code.

Rebuilding Docker images

At root of project directory run:

sudo docker-compose build
sudo docker-compose up