This is a quick self-study guide to learning how to setup and use Joomla CMS.
Basically, first we would need to understand a bit about the internet basics:
- http://en.wikipedia.org/wiki/Internet
- http://en.wikipedia.org/wiki/HTML
- http://en.wikipedia.org/wiki/Css
- http://en.wikipedia.org/wiki/Ftp
- http://en.wikipedia.org/wiki/Web_content_management_system
- http://en.wikipedia.org/wiki/Php
- http://en.wikipedia.org/wiki/Mysql
- http://en.wikipedia.org/wiki/Joomla
- http://en.wikipedia.org/wiki/Web_template
Then we move to Joomla specific information:
Download the latest version of Joomla.
Download a FTP tool, like Total Commander:
Find a suitable free host:
Or paid, like:
You can use a WHOIS service to find out a free domain name:
For our example it suffices to create an account with:
This will provide you with you login data for the control panel of your server space and FTP login/password and a domainname (eg.
www.cmskurs.netne.net). Use these to set up an entry in the connections of your FTP client (Total Commander->New Connection)
Now unpack the Joomla installation file and upload the file to the webroot (html) of your server. Use binary mode.
Navigate with your favorite browser (IE, Firefox, Chrome, ...) to the URL of your serverspace, eg. www.cmskurs.netne.net
From here you will have to follow the instructions of the installation script provided with Joomla. Find the MySQL database connection data in the control panel of your webserver. Remember the admin password and delete the installation directory after the installation is completed.
More info:
- http://help.joomla.org/content/category/15/99/132/ about installing Joomla, follow Browser installation.
Now that you are on the Joomla site, try and find answers to your questions yourself.
Under Extentions you can find components, modules and plugins.
Find a nice template:
- http://joomlaos.de/
- http://www.google.de/#hl=en&source=hp&q=joomla+templates&aq=f&aqi=g10&aql=&oq=&gs_rfai=&fp=11ca44edbe82f19c
Creating your own template or adjusting an existing one is the next step:
- http://docs.joomla.org/Joomla!_1.5_Template_Tutorial
- http://docs.joomla.org/Tutorial:Creating_a_basic_Joomla!_template
Use a good texteditor to edit the code:
Try using a free WYSIWYG html editor:
There are some helpfull extentions:
Tools for graphic manipulation and batch processing:
Tools to check you pages:
A security tool and infomation:
- http://sourceforge.net/projects/joomscan/
- http://www.joomlatutorials.com/joomla-tips-and-tricks/29-joomla-security.html
- http://www.rsjoomla.com/presentation/Joomla!%20security%20presentation%20-%20Joomladagen%202010.pdf
- http://www.slideshare.net/neokim/joomla-web-security
For almost everything there is a reference to be found in Google. Just ask the right question.
Good luck!


