Deploying Guardian using a specific Environment (QA)
PreviousDeploying Guardian using a specific Environment ( DEVELOP )NextBuilding from Pre-build containers
Last updated
Last updated
The following steps will describe on how to deploy Guardian using the default Environment (QA):
Step 1:
Create the .env file
Set the GUARDIAN_ENV="qa" in the .env file ( Refer .env.template as example)
Step 2 :
Create .env.qa.guardian.system
file inside configs Directory at the root level. ( Refer .env.template.guardian.system as example)
Step 3:
Set OPERATOR_ID , OPERATOR_KEY and IPFS_STORAGE_API_KEY in the .env.qa.guardian.system
file inside configs Directory at the root level
Step 4:
Run
Wait until all the services are started.
Step 5:
Launch localhost:3000