Show last authors
1 = Windows: =
2
3 Download the portable Zip of the current version (at the time of this writing: 7.1.7)
4
5 [[https:~~/~~/sourceforge.net/projects/xampp/files/XAMPP%20Windows/>>url:https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/||shape="rect"]]
6
7 Extract the 'xampp' folder suggesting to use C:/ as the target folder.
8
9 Remove the Semicolon infront of the line
10
11 {{{;extension=php_sockets.dll}}}
12
13 inside of xampp/php/php.ini
14
15 = Linux: =
16
17 Download the installer of the current version (at the time of this writing: 7.1.7)
18
19 [[https:~~/~~/sourceforge.net/projects/xampp/files/XAMPP%20Linux/>>url:https://sourceforge.net/projects/xampp/files/XAMPP%20Linux/||shape="rect"]]
20
21 And run it.
22
23 = Folder link setup =
24
25 Add an entry to xampp/apache/conf/extra/httpd-xampp.conf
26
27 (On Linux this should be /opt/lampp/apache/conf/extra/httpd-xampp.conf)
28
29 \\
30
31 {{{}}}
32
33
34 \\\\\\\\\\\\\\\\\\
35
36 {{{...<IfModule alias_module>        ...    Alias /bahn "<PATH TO YOUR GIT>/code/website"    <Directory "<PATH TO YOUR GIT>/code/website">        AllowOverride AuthConfig        Require local        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var    </Directory></IfModule>}}}
37
38 = Accessing the Website =
39
40 After the setup you can run xampp-control inside the xampp folder and start apache or directly run 'apache_start' inside this folder.
41
42 Now you can open [[http:~~/~~/localhost/bahn/>>url:http://localhost/bahn/||shape="rect"]]