aboutsummaryrefslogtreecommitdiff
path: root/www/freeway/files/pkg-message.in
blob: 576b886fe4d406b0a5a3a9e4a1c84773019aebc3 (plain) (blame)
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

POST-INSTALL CONFIGURATION FOR Freeway
=====================================

1) Add the following to your Apache configuration, and
   restart the server:

   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
   Alias /freeway %%WWWDIR%%/
   AcceptPathInfo On
   <Directory %%WWWDIR%%>
      AllowOverride None
      Order Allow,Deny
      Allow from all
   </Directory>

2) Visit your Freeway site with a browser (i.e.,
   http://your.server.com/freeway/), and you should
   be taken to the install.php script, which will lead
   you through creating a config.php file and then
   setting up Freeway.

For more information, see the INSTALL DOCUMENTATION:

   https://www.openfreeway.org/documentation/TblCont

=====================================