A page in your DokuWiki was added or changed. Here are the details:

Date        : 2016/11/24 11:16
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_debian
Edit Summary: created
User        : coudot

====== Installation for Debian/Ubuntu ======

===== From LTB repository =====

Configure the repository:
<code>
# vi /etc/apt/sources.list.d/ltb-project.list
</code>
<file>
deb [arch=amd64] http://ltb-project.org/debian/jessie jessie main
</file>

Import repository key:
<code>
# wget -O - http://ltb-project.org/wiki/lib/RPM-GPG-KEY-LTB-project | sudo 
apt-key add -
</code>

Then update:
<code>
# apt update
</code>

You are now ready to install:
<code>
# apt install white-pages
</code>

===== From package =====

Debian package can be downloaded from [[:download#white-pages| this page]]. 
Choose the file with the .deb extension.

Install it:
<code>
# dpkg -i white-pages_VERSION_all.deb
</code>

You will maybe be asked to install dependencies before:
<code>
# apt install apache2 php php-ldap php-gd smarty3
</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

Reply via email to