Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.5 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.5 KB

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.