Skip to content

netantho/cloudifier

Repository files navigation

Cloudifier

Build Status Coverage Status Dependency Status Dependency Status

Cloudifier provides a web interface to help you manage your cloud hosting (currently only AWS). We rely on sails for the backend and angular for the frontend.

Installation

  • Install node.js and mongodb

  • Install javascript dependencies with npm install

  • create a config/aws.json file with your AWS keys

    { "accessKeyId": "akid", "secretAccessKey": "secret", "region": "us-west-2" }

  • Launch the server with sails lift

  • Go to http://localhost:1337

Updating notes

angular-seed: revision 238b1a9aaa34e6ef98c6aaa0418c24c0c19dd2e3

License

This is project is under the MIT license.

About

App to manage your cloud hosting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published