This pull request aims to have a working installation after doing the RPM install rather than requiring a bunch of extra setup. Specifically it:
Adds mod_ssl to Requires so apache does SSL by default
Enables and starts httpd on clean install
Enables and starts cassandra on clean install
Sets-up PostgreSQL database
It also drops the esmond-database-postgresql package since it seemed not to work and we don't have the cycles to support anyways. Migration was already in places and this was just a 3.5 backward compatibility thing anyways.
This pull request aims to have a working installation after doing the RPM install rather than requiring a bunch of extra setup. Specifically it:
It also drops the esmond-database-postgresql package since it seemed not to work and we don't have the cycles to support anyways. Migration was already in places and this was just a 3.5 backward compatibility thing anyways.