Launch Cares & Disi
Cares + Disi.
As we said, Cares meant to work with Disi, so only two easy steps are required:
Edit & check your Environment Variables
To launch Cares + Disi, we're going to use .env.local-combo file.
This file is initialized and have default values to work in single mode locally.
Please make sure you go through it and not forget to update the variables that should be updated.
Example: in single mode, the instances should have a value = 1 also Mongo and Postgres URLs should ping to one host:
Launch Cares + Disi
In this section, we're assuming that you already followed the steps in Getting started page.
In that case, to to launch Cares and Disi all you have to do is to run the command:
./deploy-local-combo.sh init
The following options can be passed to the ./deploy-local-combo.sh
command:
init
for initializing the servicesdown
for stopping the servicesup
for bringing the services updestroy
for removing the services
Last updated