Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Keeping software up to date

Martin Kankaanranta edited this page Oct 25, 2021 · 2 revisions

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
Clone this wiki locally