gluster / cockpit-gluster

Easy to use management console for Gluster Storage with glusterd2 support.
Apache License 2.0
33 stars 8 forks source link

Please provide RPM #21

Open Yamakasi opened 5 years ago

Yamakasi commented 5 years ago

Hi is it possible for you to provide a an RPM based on latest PR ?

skunkr commented 5 years ago

Hi, I am searching for a rpm as well. Installing the repos as in the tutorial does not allow me to get the package... yum install cockpit-gluster Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile

Any ideeas ? Thank you !

dlabreu commented 5 years ago

+1 I Also Would love have this as an RPM. I assume this is possible as in the Ovirt-Node you can create a Gluster Cluster from Cockpit. https://ovirt.org/documentation/gluster-hyperconverged/chap-Deploying_Hyperconverged.html

sjkeerthi commented 5 years ago

Its a very simple I just did it on my CentOS 7.x

# yum install gcc rpm-build # git clone https://github.com/gluster/cockpit-gluster.git # cd cockpit-gluster # mkdir dist # make rpm

After that you can see the rpm in cockpit-gluster/rpm_build/RPMS/noarch cockpit-gluster-0.0.1-1.noarch.rpm

Try and let me know if any issues

Yamakasi commented 5 years ago

Its a very simple I just did it on my CentOS 7.x

# yum install gcc rpm-build # git clone https://github.com/gluster/cockpit-gluster.git # cd cockpit-gluster # mkdir dist # make rpm

After that you can see the rpm in cockpit-gluster/rpm_build/RPMS/noarch cockpit-gluster-0.0.1-1.noarch.rpm

Try and let me know if any issues

True, but it took quite some time, and you miss mostly some packages so if we have one buildsystem and available RPM's I think it's more solid ?

mostafabarmshory commented 4 years ago

+1