Wiki Info Libre @ Dom

Installation de CMS Made Simple

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'] = 'admincmsms';

$config['url_rewriting'] = 'mod_rewrite';

$config['page_extension'] = '.php';

$config['use_hierarchy'] = true;

Fichier .htaccess

chmod 444 config.php