PrCore Documentation
AI Assistant GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Enable

To enable the plugin, we need to build and run the system with the new plugin.

First, we need to stop the system:

cd prcore
docker compose down

Then, build and run new system:

docker compose -f docker-compose-custom.yml build
docker compose -f docker-compose-custom.yml up -d

Congratulations! Now the system is running with the new plugin.