forked from lirantal/daloradius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.win
78 lines (47 loc) · 1.97 KB
/
INSTALL.win
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
daloRADIUS Copyright (C) 2007 by Liran Tal. All rights reserved.
For release information and license, read LICENSE.
daloRADIUS version 0.9 stable release
by Liran Tal of Enginx <[email protected]>
=========================================
Preface
=======
These installation notes have been put up by Gustavo Mariani,
an active member of the daloRADIUS team and community.
Gustavo Mariani <[email protected]>
Windows Installation Notes
==========================
Installation notes as described by Gustavo for daloRADIUS 0.8 are as follows:
Necessary packages to install dalo
* apache_2.2.3-win32-x86-no_ssl.msi
* php-5.2.3-win32-installer.msi
* mysql-5.0.45-win32.zip
Installation tips:
After install packages and run the mysql script to create radius
database do the next,
- change localhost to 127.0.0.1 in config.php (version 0.8), It will
looks like this
<?php
// Database configuration file for daloRADIUS
// Please fill in the details that match your setup configuration.
$dbhost = '127.0.0.1:3306'; // set the mysql port too
$dbuser = 'root';
$dbpass = 'root'; // set your preferred password
$dbname = 'radius';
?>
This is necessary because by default when mysql detects localhost, It
try to connect via pipeline in case of tcp/ip.
- For the first tipe, until dalo runs, create a daloradius folder
C:\Program Files\Apache Software Foundation\Apache2.2\daloradius, and
restart httpd service.
- Don't forget to select the Mysql connector and GD2 library in PHP
installation wizard.
Support
=======
IRC chat available at #daloradius on freenode (irc.freenode.net)
But most developers and users of daloRADIUS are always available on #freeradius as well.
Mailing-List: [email protected]
Register here: https://lists.sourceforge.net/lists/listinfo/daloradius-users
I do my best to reply quickly to emails on my spare time, so if
all else fails you may contact me at [email protected]
Sincerely,
Liran Tal.