Quickstart
Get Plugwerk running locally in under 5 minutes.
Prerequisites
Section titled “Prerequisites”- Docker and Docker Compose
- A terminal
-
Clone and start
Terminal window git clone https://github.com/plugwerk/plugwerk.gitcd plugwerkdocker compose up -d -
Open the Web UI
Navigate to http://localhost:8080 in your browser.
Log in with the superadmin credentials printed in the server logs:
Terminal window docker compose logs plugwerk-server | grep "Admin password" -
Upload your first plugin
Navigate to the default namespace and upload a PF4J plugin JAR or ZIP through the Web UI.
What’s Next?
Section titled “What’s Next?”- First Plugin Upload — detailed walkthrough
- Configuration — customize your Plugwerk instance
- Deployment — production deployment options