A web application for managing virtual machines in the cloud
After checking out the repository,
- Install the AWS SDK for .Net
- The configured profile should be named "default"
- Follow the instructions in /src/WebPortal/PrivateSettings.config.template
- ???
- Profit
There are currently two authentication modes.
- Development - no external dependencies
- Login with user/user-password i.e. john.smith/john.smith-password.
- Crowd - Login with Crowd credentials.
To change authentication methods, open the web.config and change /appSettings/add[@key="AuthenticationProvider"]/@value to "Crowd".