A page in your DokuWiki was added or changed. Here are the details: Date : 2016/11/24 11:22 Browser : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0 IP-Address : 193.248.50.71 Hostname : LStLambert-656-1-262-71.w193-248.abo.wanadoo.fr Old Revision: --- New Revision: http://ltb-project.org/wiki/documentation/white-pages/latest/install_rpm Edit Summary: created User : coudot
====== Installation for Red Hat/CentOS ====== <note important>You need the package [[https://pkgs.org/download/php-Smarty|php-Smarty]] which is not in official repositories</note> ===== From LTB repository ===== Configure the yum repository : <code> # vi /etc/yum.repos.d/ltb-project.repo </code> <file> [ltb-project-noarch] name=LTB project packages (noarch) baseurl=http://ltb-project.org/rpm/$releasever/noarch 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 white-pages </code> ===== From package ===== RPM can be downloaded from [[:download#white-pages|this page]]. Choose the file with the .rpm extension. You should import LTB GPG key first: <code> # rpm --import http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project </code> Install the package: <code> # yum localinstall white-pages-VERSION.noarch.rpm </code> Dependencies should be installed automatically by yum. -- 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
