Menu

Tree [r536] /
 History

HTTPS access


File Date Author Commit
 admin 2009-10-30 cedseven [r528]
 classes 2013-07-13 cedseven [r536] php 5.3 xslt compatibility fix (set xsl output ...
 includes 2009-10-28 cedseven [r526]
 install 2008-11-13 cedseven [r509]
 interface 2011-03-30 cedseven [r531]
 mailing 2008-08-20 cedseven [r437] structuration of debug calls + minor bugs fix
 README.TXT 2011-03-30 cedseven [r532]
 display_img.php 2007-08-21 cedseven [r418] container gallery modification (ignore images f...
 display_text.php 2007-08-28 cedseven [r428]
 easy-mlm.php 2007-08-14 cedseven [r411]
 egConfig.inc.php 2008-08-23 cedseven [r438] logs and debug classes modifications
 index.php 2011-03-30 cedseven [r533]
 install.php 2011-03-30 cedseven [r535]
 license.txt 2006-12-17 cedseven [r234]
 login.php 2008-11-27 cedseven [r516]
 show_dia.php 2007-08-28 cedseven [r428]
 show_pict.php 2008-08-26 cedseven [r440] bug fixing

Read Me

          Installation Notes for easy-CMS 
              released under GNU/GPL 
          Cedric Francoys, september 2008
===================================================


CONFIGURATION
-------------

Minimum requirements
MySQL >= 3.23 
Apache >= 1.3.27
PHP >= 4.3.3

easy-CMS has been successfully tested with the following configurations:

Apache 1.3.27, 1.3.33, 1.3.37
Mysql 3.23.58, 4.0.24
PHP 4.3.3, 4.3.9, 4.3.10

Firefox 1.0, 1.5, 2.0, 3.0
Internet Explorer 6.0, 7.0


Notice : 
easy-CMS uses the sablotron and gd2 libraries, so you will have to check the following: 

PHP must have been compiled with xslt :
	* PHP 4 
	PHP must have been compiled with the options '--enable-xslt', '--with-xslt-sablot'
	php-xslt extension must have been enabled :
		under Linux :
		     install the php4-xslt package
		     install the php4-gd2 package

		under Windows :
		     1) copy sablot.dll, expat.dll and iconv.dll from the DLL folder of PHP/Win32 into the SYSTEM32 windows directory.
		     2) edit php.ini, and remove the ";" at the begining of the lines "extension=php_xslt.dll" and "extension=php_gd2.dll"

	* PHP 5 
	PHP must have been compiled with the options '--enable-xslt', '--with-dom',  '--with-dom-exslt', '--with-dom-xslt

In addition, the following options could also be needed :
'--with-gd', '--enable-gd-native-ttf' and '--enable-gd-imgstrttf'


For more details, see http://pl2.php.net/manual/en/ref.xslt.php 


PRE-INSTALLATION
----------------

1. extract files from the tarball into a web directory 
(example : /home/www/yoursite)

2. ensure that the apache process have write permission on that directory 
(example : chmod 777 /home/www/yoursite)

3. optional : configure the apache httpd.conf file in order to add the new web site and restart apache (*)

4. browse to the newly created website : you'll be redirected to the installation script



INSTALLATION
------------

Before installing this software, you must read and agree with the terms and conditions mentioned in the license.txt file.

A. Using the UI

Browse to the root of you new website. Then the install script should start automatically. 
At the end of the installation process, simply click the 'finish' button to go to the homepage.

If something doesn't work or if you get error messages your are unable to solve, you may try to install the CMS manually.


B. Manual installation
Create a new database.
Populate that database using the easycms_new.sql file.
Copy the file install/config.inc.php to /config.inc.php, edit that file and change the vars to the required values (DB access information).



POST-INSTALLATION
-----------------

Upload capabilities notes

You may want allow biger size for file upload.
Then you can modify the allowed size for uploaded files in the php.ini file:

; Maximum allowed size for uploaded files.
upload_max_filesize = 250M

; Maximum size of POST data that PHP will accept.
post_max_size = 250M




Visit http://www.easy-cms.be for more information.


easy-CMS integrates third-party open-source components : 
- FCKeditor (GPL - Frederico Caldeira Knabben - http://sourceforge.net/projects/fckeditor/)
- JUpload (GPL - Etienne Gauthier - http://sourceforge.net/projects/jupload/)
- easy-GUI (GPL - Cedric Francoys - http://sourceforge.net/projects/easy-gui/)
- silk icon set (CC - Mark James - http://www.famfamfam.com/lab/icons/silk/)
- md5.js (BSD - Paul Johnston - http://pajhome.org.uk/crypt/md5/)
- prototype.js, effects.js, slider.js (MIT - Thomas Fuchs - http://script.aculo.us)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.