Article: Installation > Wizard Insalation
Posted: Fri Sep 30, 2005 6:54 am
The Wizard
For the wizzard installation you need a textfile and a little help.
Download the sourcefile from http://www.cmsmadesimple.org/downloads.shtml
OR
check out the latest version from subversion - svn co http://svn.cmsmadesimple.org/cms/trunk
Step 1
* Linux -- Untar the source package to document root dir on your webserver - cd DOCUMENT_ROOT - tar xvfz cms-VERSION.tar.gz
* Windows -- Unzip cms-VERSION.zip into your document root dir on your webserver
Step 2
Create an empty config.php file and make it writable by your webserver's user:
* - touch config.php
* - chmod 666 config.php
Step 3
Create the cms database if you don't have already one and grant a user rights to use it:
* Linux- login to mysql: mysql -u root -p create database cms; grant all privileges on cms.* to cms_user@localhost identified by 'cms_pass'; quit
* Windows - login into your databasems and create a database cms; gave all privileges on the database cms to a cms_user@localhost identified by 'cms_pass', save and quiet
Step 4
* Linux - Fix the permissions on the cache and template compilation directories so the web server has access to them
o chmod 777 tmp/templates_c
o chmod 777 tmp/cache
o chmod 777 uploads
o chmod 777 uploads/images
* Windows - Set the permission on the cache and template compilation directorie so the webserver has access to them
o tmp/templates_c
o tmp/cache
o uploads
o uploads/images
Step 5
Open up your new CMS site in your webbrowser and you will be guided through a short install.
If Installationwizard don't start go to http://yourdomain.tld/install/install.php
Step one of the installation wizard check if folder exists and if they have the correct permission
If not he will show failure:
install1.jpg
If everything is correct the installer whould say that everything was succesful
install1succesj.jpg
After this you must insert your Username and Password and some other stuff
install2.jpg
After you press continue you come to the Database setting
databaseconnectionsetup.jpg
After you type your setting into this and press continue the Wizard will try to Connect to the database and create the tables.
installdokumentroot.jpg
After Install the tables in the database , the wizard ask for your Dokumentroot, Dokumentpath, Querystring
Most of the time its recommendable to leave the things as they are.
endinstall.jpg
Hit CMS site and you will be redirected to your new CMS -site.
Step 6
After install, for security sake, you should set your config.php back to a read-only state. - chmod 444 config.php
and remove the folder install
Step 7
Login to your Adminsite at http://yourdomain.tld/admin/ with your username and password.
your CMS is now up and running if you have problem come visit us at forum.cmsmadesimple.org or
Read more here at the Documentationpage
For the wizzard installation you need a textfile and a little help.
Download the sourcefile from http://www.cmsmadesimple.org/downloads.shtml
OR
check out the latest version from subversion - svn co http://svn.cmsmadesimple.org/cms/trunk
Step 1
* Linux -- Untar the source package to document root dir on your webserver - cd DOCUMENT_ROOT - tar xvfz cms-VERSION.tar.gz
* Windows -- Unzip cms-VERSION.zip into your document root dir on your webserver
Step 2
Create an empty config.php file and make it writable by your webserver's user:
* - touch config.php
* - chmod 666 config.php
Step 3
Create the cms database if you don't have already one and grant a user rights to use it:
* Linux- login to mysql: mysql -u root -p create database cms; grant all privileges on cms.* to cms_user@localhost identified by 'cms_pass'; quit
* Windows - login into your databasems and create a database cms; gave all privileges on the database cms to a cms_user@localhost identified by 'cms_pass', save and quiet
Step 4
* Linux - Fix the permissions on the cache and template compilation directories so the web server has access to them
o chmod 777 tmp/templates_c
o chmod 777 tmp/cache
o chmod 777 uploads
o chmod 777 uploads/images
* Windows - Set the permission on the cache and template compilation directorie so the webserver has access to them
o tmp/templates_c
o tmp/cache
o uploads
o uploads/images
Step 5
Open up your new CMS site in your webbrowser and you will be guided through a short install.
If Installationwizard don't start go to http://yourdomain.tld/install/install.php
Step one of the installation wizard check if folder exists and if they have the correct permission
If not he will show failure:
install1.jpg
If everything is correct the installer whould say that everything was succesful
install1succesj.jpg
After this you must insert your Username and Password and some other stuff
install2.jpg
After you press continue you come to the Database setting
databaseconnectionsetup.jpg
After you type your setting into this and press continue the Wizard will try to Connect to the database and create the tables.
installdokumentroot.jpg
After Install the tables in the database , the wizard ask for your Dokumentroot, Dokumentpath, Querystring
Most of the time its recommendable to leave the things as they are.
endinstall.jpg
Hit CMS site and you will be redirected to your new CMS -site.
Step 6
After install, for security sake, you should set your config.php back to a read-only state. - chmod 444 config.php
and remove the folder install
Step 7
Login to your Adminsite at http://yourdomain.tld/admin/ with your username and password.
your CMS is now up and running if you have problem come visit us at forum.cmsmadesimple.org or
Read more here at the Documentationpage