mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
0dba116c8c
popular open source MySQL database system for content storage. It's completely free, totally customisable and in constant development. WWW: http://www.e107.org/ PR: ports/135090 Submitted by: Wen Heping <wenheping at gmail.com>
33 lines
1008 B
Plaintext
33 lines
1008 B
Plaintext
POST-INSTALL CONFIGURATION FOR e107
|
|
=====================================
|
|
|
|
1) Create a user and a database for e107 to store all
|
|
its tables in (or choose an existing database).
|
|
|
|
2) Add the following to your Apache configuration, and
|
|
restart the server:
|
|
|
|
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
|
|
Alias /e107 %%PREFIX%%/%%E107DIR%%/
|
|
AcceptPathInfo On
|
|
<Directory %%PREFIX%%/%%E107DIR%%>
|
|
AllowOverride None
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
3) Visit your e107 site with a browser (i.e.,
|
|
http://your.server.com/e107/), and you should
|
|
be taken to the install.php script, which will lead
|
|
you through creating a config.php file and then
|
|
setting up e107, creating an admin account, etc.
|
|
|
|
For more information, see the INSTALL DOCUMENTATION:
|
|
|
|
http://wiki.e107.org/?title=HOWTO:Install_e107
|
|
http://wiki.e107.org/?title=HOWTO:Install_troubleshoot
|
|
|
|
Enjoying it !
|
|
|
|
=========================================================
|