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

Date        : 2016/10/18 11:54
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_debian?rev=1444291241
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/latest/install_debian
Edit Summary: 
User        : coudot

@@ -1,13 +1,40 @@
- ====== Installation from debian package ======
+ ====== 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-get update
+ </code>
+ 
+ You are now ready to install:
+ <code>
+ # apt-get install self-service-password
+ </code>
+ 
+ ===== From package =====
  
  Debian package can be downloaded from [[:download#self_service_password| this 
page]]. Choose the file with the .deb extension.
  
  Install it:
  <code>
- # dpkg -i self-service-password_0.9-1_all.deb
+ # dpkg -i self-service-password_VERSION_all.deb
  </code>
  
  You will maybe be asked to install dependencies before:
  <code>
- # aptitude install apache2 php5 php5-ldap php5-mcrypt
+ # aptitude install apache2 php php-ldap php-mcrypt
  </code>



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/
_______________________________________________
ltb-changes mailing list
ltb-changes@lists.ltb-project.org
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to