Changes between Version 6 and Version 7 of doc/install/debian/auth-server
- Timestamp:
- 12/11/06 22:40:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install/debian/auth-server
v6 v7 10 10 == Install the distro == 11 11 A minimum install without any specific package is enough, as long as you have internet access and apt installed. 12 12 13 13 14 == Install prerequisites == … … 38 39 }}} 39 40 40 41 42 41 If you want multi-locales support, you will have to install that packages (or configure every one of them). 43 42 {{{ 44 43 apt-get install locales-all 45 44 }}} 46 47 48 45 49 46 Some more libs … … 52 49 cd /tmp 53 50 wget http://ovh.dl.sourceforge.net/sourceforge/phlickr/Phlickr-0.2.5.tgz 54 pear install --alldepsPhlickr-0.2.5.tgz51 pear install Phlickr-0.2.5.tgz 55 52 rm Phlickr-0.2.5.tgz 56 53 }}} 57 58 54 59 55 Some stuff that isn't needed for the install, but still nice to have on a server (and which won't be install by default). If you don't what these are, you might not need them ;-) … … 67 63 {{{ 68 64 svn checkout https://dev.wifidog.org/svn/trunk/wifidog-auth 69 sudomv wifidog-auth/ /var/www/65 mv wifidog-auth/ /var/www/ 70 66 }}} 71 67 … … 119 115 120 116 == Configure mail server == 117 You need to have a valid mailer in order to mail account confirmation! 121 118 122 119 Installing postfix … … 124 121 apt-get install postfix 125 122 }}} 126 Select the "internet site " configuration option.123 Select the "internet site with smart host" configuration option and answer the next series of questions. 127 124 128 125 == Configure the auth server == 129 126 130 Go to http://your _server_adress_here/wifidog-auth/wifidog/install.php and follow the instructions.127 Go to http://your-domaine.com/install.php and follow the instructions.
