./host/bin/docker-build.sh
-
Upgrades the ubuntu distribution
-
Installs dev related linux packages. See here
-
Installs the node version meteor depends on globally. See here
-
Installs dev related npm packages globally. See here
-
Creates the meteor user, and gives it permissions for password-less sudo.
-
Installs meteor for the meteor user.
./host/bin/docker-run.sh <repos-path> <METEOR_ENV>
-
Mounts repos-path to repos under meteor's home directory.
-
Adds 'export METEOR_ENV=...' to meteor's .bashrc
./host/bin/docker-exec.sh
Will open a bash shell for the meteor user.