Ceci est une ancienne révision du document !
Installation par commande Shell
Créez une base de données vide
tar -zxf cmsmadesimple-1.5.1-base.tar.gz
tar -zxf cmsmadesimple-1.5.1-langpack-fr_FR.tar.gz
chmod 777 tmp/templates_c; \
chmod 777 tmp/cache; \
chmod 777 uploads; \
chmod 777 uploads/images
touch config.php; chmod 666 config.php
mv install/ install.origine
$config['admin_dir'] = 'administrationcmsms';
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = 'php';
$config['use_hierarchy'] = true;
chmod 444 config.php