Install the Self-Hosted version
Check out how to deploy Packmind Locally
Last updated
Was this helpful?
Check out how to deploy Packmind Locally
Last updated
Was this helpful?
The self-hosted can run offline and aims to meet your security requirements.
Check our Helm Chart guide if you plan to deploy Packmind on Kubernetes:
If you'd rather install it locally or on a server, you can do so with Docker Compose.
This is not recommended for a deployment at scale. Contact us to see how it can fit your context.
Here is a basic docker-compose.yaml
file:
Then, can you start the whole stack with:
If you run Promyze in an airgap environment, we recommend that you indicate it with the environment variable OFFLINE_MODE=true
during the first start in the container api
.
Indeed, by default, Packmind activates a Freemium version but will connect with our license server to see if a new license is valid. Once you get a regular license from Packmind, this environment variable won't be useful anymore.
This part is crucial to ensure that plugins will work correctly. At the first start of Packmind, you'll be asked to input Packmind's public URL.
If the URL evolves in the future, you'll have to update it in Settings -> Configuration.
In the Administration -> License menu, you'll find info on your licensing.
If you've purchased Packmind or asked for a freemium extension, you'll be asked for your Packmind Serial Number. It can be obtained at the bottom of the License page. Just send this information to our so that we can send you a valid license key.