Skip to content

danaf/SimpleNodeApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleNodeApp

This is a simple NodeJS application and a distelli manifest file that can be used to deploy your application to any server using the Distelli Deployment Platform

PreRequisites:

Deploying the SimpleNodeApp

Clone this repo and follow the steps below to deploy the SimpleNodeApp to your server.

  1. Edit the distelli-manifest.yml file and replace <username> at the top of the file with your username from your Distelli Account

  2. Create the Application: (What is this?)

    Replace <username> with your username

    % distelli create <username>/SimpleNodeApp
         Creating App: SimpleNodeApp
         App SimpleNodeApp created successfully
     
  3. Push a new Release: (what is a release?)

    % distelli push -m "Initial Release of SimpleNodeApp"
         Pushing App: SimpleNodeApp
         Uploading: [==========] 100%
         Creating Releases... DONE
     
  4. Deploy the release you just pushed using the Distelli Web Interface. (show me how)

Wait for the deployment to complete. Once the deployment is finished the SimpleNode App will be running on your server on port 8080. To test it out make a request and you should see a hello world message:

curl http://ec2-67-202-47-54.compute-1.amazonaws.com:8080/
Hello World from NodeJS and Distelli!

About

SimpleNodeApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published