| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/www/elgg/files/ |
Upload File : |
[
{ type: install
message: <<EOM
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:
Alias /elgg %%WWWDIR%%/
<Directory %%WWWDIR%%>
AllowOverride all
Require all granted
</Directory>
4) Visit your Elgg site with a browser (i.e.,
http://your.server.com/elgg/).
For more information, see the INSTALL DOCUMENTATION:
http://docs.elgg.org/wiki/Installation
http://docs.elgg.org/wiki/Troubleshooting
EOM
}
{ type: install
message: <<EOM
Please follow instructions in %%WWWDIR%%/UPGRADE.txt.
EOM
}
]