A quick and easy diff generator with support for plaintext and formatted diffs of markdown.
Go to file
2015-02-15 16:20:48 -05:00
.gitignore cleanup and generate mongod-start script 2015-01-26 21:06:38 -05:00
default-packages.sh refactor to allow better integration between container and local command line 2015-02-15 16:17:28 -05:00
Dockerfile refactor to allow better integration between container and local command line 2015-02-15 16:17:28 -05:00
LICENSE Initial commit 2015-01-26 11:52:52 -05:00
mean refactor to allow better integration between container and local command line 2015-02-15 16:17:28 -05:00
README.md fix readme formatting 2015-02-15 16:20:48 -05:00
start-mongodb refactor to allow better integration between container and local command line 2015-02-15 16:17:28 -05:00

docker-mean-dev

A docker container for developing mean stack applications

Usage

Build the container with docker build -t 'tag name' .. Install the mean and start-mongodb to ~/bin or some other location in the path.

To run commands from the container, use mean <command>. For example, to install a new npm package globally:

mean npm install -g generator-polymer

Or to create a yeoman scaffolding in the current folder:

mean yo polymer

Some default npm and gem packages are specified in default-packages.sh. They can be installed with:

mean bash default-packages.sh