All Projects → autopilotpattern → hello-world

autopilotpattern / hello-world

Licence: MPL-2.0 License
hello world example application

Programming Languages

shell
77523 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Nginx
273 projects

Hello World using the Autopilot Pattern

  1. git clone [email protected]: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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].