2009-03-19 14:28:33 -04:00
|
|
|
CMS Made Simple has been installed into ${INSTDIR}
|
|
|
|
|
|
|
|
You should point this to the DocumentRoot of your web-server:
|
2010-08-18 11:21:30 -04:00
|
|
|
# ln -s ../cms /var/www/htdocs/cms
|
2009-03-19 14:28:33 -04:00
|
|
|
(make sure you use a relative symlink since Apache is chrooted)
|
|
|
|
|
|
|
|
You will also need to add these lines to you php.ini file:
|
|
|
|
extension=mysql.so
|
2010-08-18 11:21:30 -04:00
|
|
|
extension=gd.so
|
2009-03-19 14:28:33 -04:00
|
|
|
|
|
|
|
and proceed to complete the installation by reading the INSTALL.txt
|
|
|
|
which has been installed as ${INSTDIR}/doc/INSTALL.txt, starting from
|
|
|
|
step 2.
|
|
|
|
|
|
|
|
You can ensure you have a working install by accessing:
|
|
|
|
http://<localhost>/cms/
|