blob: 4b50a3f7bde9955f582c4b028161fc828a0fced5 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
POST-UPGRADE INSTRUCTIONS
=========================
Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
POST-INSTALL CONFIGURATION FOR ELGG
===================================
1) Make sure your apache's mod_rewrite extension is working,
and change the AllowOverride setting of the DocumentRoot to
AllowOverride all
2) Create a user and a empty database for Elgg to store all
its tables in (or choose an existing database).
3) Add the following to your Apache configuration, and
restart the server:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /elgg %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride All
Options Indexes FollowSymLinks
Order Allow,Deny
Allow from all
</Directory>
4) Visit your Elgg site with a browser (i.e.,
http://your.server.com/elgg/), and you should
be taken to the install.php script, which will lead
you through creating a config.php file and then
setting up Elgg.
When ask for the site URL, please input:
http://your.server.com/elgg/
and for uploaded URL, please input:
/usr/local/www/elggdata/
For more information, see the INSTALL DOCUMENTATION:
http://docs.elgg.org/wiki/Installation
http://docs.elgg.org/wiki/Troubleshooting
=====================================
|