DevZero Logo
DevZero

Self hosting a DevZero deployment

Self hosting a DevZero deployment.

Steps involved

Clone the repo

git clone https://github.com:devzero-inc/self-hosted
cd self-hosted

Send an email to support@devzero.io to get

  1. OCI image registry token (to access DevZero images)
  2. License token (to activate the DevZero installation)

Place the OCI image registry token in the dz/docker.txt file (there is a placeholder that says "REPLACE_ME"). It should look like this:

cat dz/docker.txt
REPLACE_ME

Remove the "REPLACE_ME" and paste the token that you have received.

Run the installation script at install.sh.

./install.sh

To learn more about the install.sh script, see the FAQs.

When prompted for a license token, paste the license token that you have received. Alternatively, create a file called dz/.env and paste it in there. Check dz/.env.example for an example.

Visit http://localhost:3000/dashboard to access the DevZero dashboard.

FAQs

On this page