Skip to content

jpsecher/nodeotto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minimal Node app for testing Otto

Initial setup:

$ otto compile

Development test:

$ otto dev
$ otto dev ssh

Then inside the local virtual machine:

$ npm install
$ npm start

Now you should be able to connect to the app from outside:

$ curl http://`otto dev address`:8080/status

Production setup:

$ otto  infra

Production deployment:

$ otto build
$ otto deploy

Now the deployed app should run on

$ otto deploy info
$ curl http://ec2-...amazonaws.com/status

About

Test of Otto for Node apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published