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.
-
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
angular-seed: revision 238b1a9aaa34e6ef98c6aaa0418c24c0c19dd2e3
This is project is under the MIT license.