Skip to content

practicalmeteor/docker-meteor-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The practicalmeteor/meteor-dev docker image

Building

./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.

Running

./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

Entering

./host/bin/docker-exec.sh

Will open a bash shell for the meteor user.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages