Description
e107 - Content management system written in PHP
Property |
Value |
Distribution |
FreeBSD 11 |
Repository |
FreeBSD Ports Latest i386 |
Package filename |
e107-2.2.1.txz |
Package name |
e107 |
Package version |
2.2.1 |
Package release |
- |
Package architecture |
i386 |
Package type |
txz |
Category |
www |
Homepage |
http://www.e107.org/ |
License |
- |
Maintainer |
wen@FreeBSD.org |
Download size |
11.96 MB |
Installed size |
32.72 MB |
e107 is a content management system written in PHP and using the
popular open source MySQL database system for content storage.
It's completely free, totally customisable and in constant development.
WWW: http://www.e107.org/
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:
Alias /e107 /usr/local/www/e107/
AcceptPathInfo On
<Directory /usr/local/www/e107/>
AllowOverride None
Require all granted
</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 !
=========================================================
Alternatives
Requires
Download
Type |
URL |
Mirror |
pkg.freebsd.org |
Binary Package |
e107-2.2.1.txz
|
Source Package |
www/e107
|
Install Howto
Install e107 txz package:
# pkg install e107
See Also