-
Notifications
You must be signed in to change notification settings - Fork 134
Quickstart
Casey Lee edited this page Mar 8, 2017
·
11 revisions
After installing mu, you can initialize your mu.yml configuration file with:
mu init
To override the mu.yml config to match the port that your Dockerfile exposes, run:
mu init --port 80
To also initialize the environments, run:
mu init --env
Watch the 90 second demo below to see mu in action!