A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/18 11:57 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: http://ltb-project.org/wiki/documentation/self-service-password/latest/install_rpm?rev=1444291263 New Revision: http://ltb-project.org/wiki/documentation/self-service-password/latest/install_rpm Edit Summary: User : coudot
@@ -1,15 +1,47 @@ - ====== Installation from RPM ====== + ====== Installation for Red Hat/CentOS ====== + + ===== From LTB repository ===== + + Configure the yum repository : + <code> + # vi /etc/yum.repos.d/ltb-project.repo + </code> + <file> + [ltb-project] + name=LTB project packages + baseurl=http://ltb-project.org/rpm/$releasever/$basearch + enabled=1 + gpgcheck=1 + gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LTB-project + </file> + + Then update: + <code> + # yum update + </code> + + Import repository key: + <code> + # rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project + </code> + + You are now ready to install: + <code> + # yum install self-service-password + </code> + + ===== From package ===== RPM can be downloaded from [[:download#self_service_password| this page]]. Choose the file with the .rpm extension. Install it: <code> - # yum localinstall self-service-password-0.9-1.el5.noarch.rpm + # yum localinstall self-service-password-VERSION.noarch.rpm </code> Dependencies should be installed automatically by yum. You should import LTB GPG key first: <code> # rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project </code> -- This mail was generated by DokuWiki at http://ltb-project.org/wiki/
_______________________________________________ ltb-changes mailing list [email protected] http://lists.ltb-project.org/listinfo/ltb-changes
