LEXIPIXEL Site Manager (CMS)
Installation Guide
The LEXIPIXEL Site Manager CMS, (Content Management System), is a Perl scripts that must be installed on a cgi capable web server to run.
Once installed and configured, the script creates other files it needs and provides online editors to edit and reconfigure your installation.
Typical Installation
- download sitemgr.cgi, Perl / CMS script.
- download sitemgr.cfg (sample file, edit with text editor)
- using FTP, access your webserver, in the cgi-bin directory create a directory named siteman
- upload the file siteman.cfg to the /cgi-bin/siteman directory
- create a directory named mgr in the cgi-bin/siteman directory
- upload the file sitemgr.cgi to the /cgi-bin/siteman/mgr directory
- create a directory named obj in the cgi-bin/siteman/mgr directory
- change permissions on the following directories and file to -RWX (CHMOD 777).
- CHMOD 777 /../cgi-bin/siteman
- CHMOD 777 /../cgi-bin/siteman/mgr
- CHMOD 777 /../cgi-bin/siteman/mgr/obj
- CHMOD 777 /../cgi-bin/siteman/mgr/sitemgr.cgi
- CHMOD 777 /../cgi-bin/siteman/siteman.cfg