README.pdf
wget http://linuxweb.net/dwnld/cms.tar.gz
JavaScript must be On by default.
recommended MySQL 5.x and PHP 5.4.x (gd,pdflib lite)- tested on apache2 and lighttpd, debian and gentoo, nginx=?
install apache-tools!
mod_rewrite!
edit config.php
then run ./INSTALL.sh
for manual database setup run SETUP.php from your webspace.
for lighty use:
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/var/www/localhost/htdocs/members/.htpasswd"
auth.require = ( "/members" =>
(
"method" => "basic",
"realm" => "member realm",
"require" => "valid-user"
),
#enable mod_access!
#$HTTP["useragent"]
$HTTP["remoteip"] =~ "91.232.96.*" {
url.access-deny = ( "" )
}
)
$SERVER["socket"] == ":443" {
#server.document-root = "/var/www/localhost"
ssl.engine = "enable"
ssl.pemfile = "/var/www/localhost/htdocs/certs/lighttpd.pem"
}
get the latest version with:
rsync rsync://linuxweb.net/cms/cms.tar.gz
or
wget https://www.linuxweb.net/cms/cms.tar.gz