dubdiff/README.md

22 lines
607 B
Markdown
Raw Normal View History

2015-01-26 17:52:52 +01:00
# docker-mean-dev
2015-01-27 03:54:44 +01:00
2015-01-26 17:52:52 +01:00
A docker container for developing mean stack applications
Usage
2015-01-27 03:53:18 +01:00
======
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:
2015-02-15 22:20:48 +01:00
mean npm install -g generator-polymer
Or to create a yeoman scaffolding in the current folder:
2015-02-15 22:20:48 +01:00
mean yo polymer
Some default npm and gem packages are specified in `default-packages.sh`. They can be installed with:
2015-02-15 22:20:48 +01:00
mean bash default-packages.sh