osuosl / ganeti_webmgr

Ganeti Web Manager is a Django based web application that allows administrators and clients access to their ganeti clusters. It includes a permissions and quota system that allows administrators to grant access to both clusters and virtual machines. It also includes user groups for structuring access to organizations.
https://code.osuosl.org/projects/ganeti-webmgr
GNU General Public License v2.0
64 stars 32 forks source link

CentOS 7 (Oracle 7.1) Missing Dependencies in setup.sh #81

Open aaronbareford opened 9 years ago

aaronbareford commented 9 years ago

When installing on Oracle 7.1, it fails to installs as the following packages are not included in setup.sh libffi-devel openssl-devel

tschuy commented 9 years ago

This, plus the updated links in the README, are included in #70. I'm cutting a release candidate and should hopefully have these in master soon.

aaronbareford commented 9 years ago

Great, thanks!