-
Notifications
You must be signed in to change notification settings - Fork 0
setup
Kevin Wang edited this page Jan 8, 2020
·
3 revisions
- Install Docker
-
sudo pacman -S docker: install docker package -
sudo usermod -a -G docker <username>: add user to the docker group
-
- First time setup
-
make devup: Runs local services -
make devsetup-setup: Sets up core service dependencies -
make devup: Restarts local services -
make devsetup: Sets up remaining services
-
- Start up
-
make devup: start services -
make dev: start governor
-
- Stop
-
^C: initiate graceful shutdown -
make devdown: stop services
-