Skip to content

lasp-lang/nuages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuages

Build Status

Automated Erlang application deployment for multiple datacenters, facilitated by Mesosphere's DC/OS.

Deployment of a stack

To deploy/provision a stack with a given name in a given region, use the following command.

ok = nuages:provision('dcos', 'us-west-2')

Stack names must be unique and both the region and stack name must be an atom. This command will deploy the dcos named stack in the us-west-2 region using the Mesosphere DC/OS CloudFormation template.

Application deployment

ok = nuages:deploy("lasp", lasp)

This command will deploy the task named "lasp" based on the application definition provided by the lasp module. This deployment will happen in all stacks that are currently provisioned.

Copyright

Copyright 2016 Christopher S. Meiklejohn

About

Cloud computing orchestration for Erlang and Amazon Web Services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published