5forcegees / hello-world

hello world example application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World using the Autopilot Pattern

  1. git clone git@github.com:autopilotpattern/hello-world.git
  2. cd hello-world
  3. docker-compose up -d
  4. open http://localhost

Overview

The application is divided into 4 parts:

  1. nginx - nginx server rendering static assets
  2. consul - service catalog used to keep track of registered services
  3. hello - Node.js service responding with the word "Hello"
  4. world - Node.js service responding with the word "World"

application configuration diagram

Hello World running on Triton

  1. ./triton-docker-setup.sh -k us-east-1.api.joyent.com <ACCOUNT> ~/.ssh/<PRIVATE_KEY_FILE>
  2. docker-compose up -d

About

hello world example application

License:Mozilla Public License 2.0


Languages

Language:Shell 85.0%Language:JavaScript 7.8%Language:HTML 3.7%Language:Nginx 3.6%