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

Missing Dependencies in Debian8 #90

Open mweinelt opened 8 years ago

mweinelt commented 8 years ago

When using scripts/setup.sh on Debian 8 the following packages are not being installed through apt:

tschuy commented 8 years ago

Hello!

Are you using a 32- or 64-bit installation (or for that matter, anything non-x86)? The setup.sh script is designed to not install compilers on a system, and instead download precompiled python wheels from the OSL's FTP servers. Unfortunately we've not automated a system to compile these, so they're only available for 64-bit Debian 7/8 and Centos 6/7.

@LyonesGamer

mweinelt commented 8 years ago

It was an x86_64 setup indeed.