Self hosting a DevZero deployment
Self hosting a DevZero deployment.
Steps involved
Source repo: https://github.com/devzero-inc/self-hosted
Clone the repo
Send an email to support@devzero.io to get
- OCI image registry token (to access DevZero images)
- 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:
Remove the "REPLACE_ME" and paste the token that you have received.
Run the installation script at
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.