For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deploying Guardian using default Environment

The following steps will describe on how to deploy Guardian using the default Environment:

Step 1:

By default GUARDIAN_ENV="" is Blank in the .env.template

Create .env file and leave the variable as Empty

GUARDIAN_ENV=""

Note : If you forget to create the .env file , the docker compose will evaluate the variable as Empty, giving a warning, but the end result will be the same.

Step 2:

Select the .env..guardian.system file which is already provided as in example inside configs Directory at the root level.

/configs/.env..guardian.system

Step 3:

Set OPERATOR_ID , OPERATOR_KEY and IPFS_STORAGE_API_KEY in the .env..guardian.system file inside configs Directory at the root level.

Step 4:

Run

docker-compose up -d --build

Wait until all the services are started.

Step 5:

Launch localhost:3000

Last updated