title | layout | summary |
---|---|---|
Aeolus Conductor |
page |
Aeolus Conductor |
{::options parse_block_html="true" /}
Aeolus Conductor provides a web-based user interface for managing your Cloud instances.
Either ensure that your data is backed up and restorable, or consider installing Aeolus Conductor on a box that does not need PostgreSQL for any other purpose.
-
Set up an Aeolus repository, following the instructions on the Get It page.
-
Install the Conductor:
$ sudo yum install aeolus-conductor-daemons
-
Open ports 80 and 443 on the firewall, so that (secure) web traffic may be served.
-
Ensure that the time is set correctly. Failure to do so causes connectivity issues with Amazon Elastic Cloud Compute (EC2).
-
Clean up any existing remnants from an older installation.
WARNING: This will destroy any existing data in the PostgreSQL database.
$ sudo /usr/sbin/aeolus-cleanup
-
Configure Aeolus Conductor:
$ sudo /usr/sbin/aeolus-configure -p mock
Browse to http://<machine_name>/conductor.
The login page for Aeolus Conductor should appear. A default administrative account has been created with a username "admin" and a password "password" (no quotes).