Difference between revisions of "Ross Bayer"

From WLCS
Line 3: Line 3:
 
1. Chose a CMS (Content Management System)
 
1. Chose a CMS (Content Management System)
  
I decided on Joomla. Mainly because I Wordpress and ModX didn't fit my needs for a simple website meant for my TaeKwonDo studio.
+
:I decided on Joomla. Mainly because I Wordpress and ModX didn't fit my needs for a simple website meant for my TaeKwonDo studio.
  
 
----
 
----
Line 11: Line 11:
 
[[Image:Screenshot.png|left|thumb|150px|Installed Xampp]]
 
[[Image:Screenshot.png|left|thumb|150px|Installed Xampp]]
  
I installed Xampp for linux by downloading it from here[http://www.apachefriends.org/en/xampp-linux.html#374] and moving it to the suitable directory. Onece it was set up I had to tweak a few settings. At first I messed up and put security passwords on it and had to uninstall and then reinstall. Once everything was up and running I opened MySQL and made a database for my site. (this was used later for the Joomla Setup)
+
:I installed Xampp for linux by downloading it from here[http://www.apachefriends.org/en/xampp-linux.html#374] and moving it to the suitable directory. Onece it was set up I had to tweak a few settings. At first I messed up and put security passwords on it and had to uninstall and then reinstall. Once everything was up and running I opened MySQL and made a database for my site. (this was used later for the Joomla Setup)
  
 
----
 
----
Line 17: Line 17:
 
3. Install Joomla
 
3. Install Joomla
  
This was a bit of a challenge, After much trial and error and finally google, I found where to move the file with joomla in it. For me running Ubuntu 10.10 the directory was /opt/lampp/htdocs. All that was left was to start Xampp with the terminal command <nowiki>sudo /opt/lampp/lampp start</nowiki> and navigate to http://localhost/JOOMLAFILENAME and run through the install.
+
:This was a bit of a challenge, After much trial and error and finally google, I found where to move the file with joomla in it. For me running Ubuntu 10.10 the directory was /opt/lampp/htdocs. All that was left was to start Xampp with the terminal command <nowiki>sudo /opt/lampp/lampp start</nowiki> and navigate to http://localhost/JOOMLAFILENAME and run through the install.
  
 
----
 
----
Line 23: Line 23:
 
4. Fix Error Messages in Joomla
 
4. Fix Error Messages in Joomla
  
When I had sucessfully
+
:When I had sucessfully

Revision as of 14:15, 26 October 2010

10 Goals:

1. Chose a CMS (Content Management System)

I decided on Joomla. Mainly because I Wordpress and ModX didn't fit my needs for a simple website meant for my TaeKwonDo studio.

2. Install Xampp (to create a localhost)

Installed Xampp
I installed Xampp for linux by downloading it from here[1] and moving it to the suitable directory. Onece it was set up I had to tweak a few settings. At first I messed up and put security passwords on it and had to uninstall and then reinstall. Once everything was up and running I opened MySQL and made a database for my site. (this was used later for the Joomla Setup)

3. Install Joomla

This was a bit of a challenge, After much trial and error and finally google, I found where to move the file with joomla in it. For me running Ubuntu 10.10 the directory was /opt/lampp/htdocs. All that was left was to start Xampp with the terminal command sudo /opt/lampp/lampp start and navigate to http://localhost/JOOMLAFILENAME and run through the install.

4. Fix Error Messages in Joomla

When I had sucessfully