Skip to content

emiketic/helloworld-dev

Repository files navigation

Hello World Development

A set of common development tooling.

Contains following services in form of docker-compose configurations:

Contains also a Vagrant configuration for ready-to-use development VM for Node.js, Meteor and Ruby/Rails.

Requirements

Usage

Services

Services can be run collectively or individually:

# start all services
docker-compose up

# start a particular service
cd ./SERVICE
docker-compose up

# stop services
# Control+C

VM

# start
vagrant up

# ssh
vagrant ssh

# stop
vagrant stop