Skip to content

applideveloper/opsworks-hapi-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Opsworks HAPI Tutorial

Step 1

This Repository contains a working hapi server that listens to Port 80. (Opsworks will make sure that the server will listen to the correct domain)

To start this server you can simply start with:

$ sudo npm start

(sudo is required because the server should run on port: 80)

Once started you should see "Hello World" when the server is up and running on:

http://localhost/

Step 2

To continue go to the branch https://github.com/nodejs-osaka/opsworks-hapi-tutorial/tree/step-2

About

Tutorial to setup a hapi instance for opsworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published