Saturday, 30 November 2013

How to Install Drupal on LAMP

Step 1. Start your Linux server and login. 


Step 2. Enter the following command to download Drupal to your server:


1  “wget http://ftp.drupal.org/files/projects/drupal-7.21.tar.gztar -xvzf drupal-7.21.tar.gz”

Step 3. Enter the following command:“tar -xvzf drupal-7.21.tar.gz”

Step 4. Enter the following command: “sudo mkdir /var/www/drupal2”

Step 5. Enter the following command:“sudo mv drupal-7.21/* drupal-7.21/.htaccess /var/www/drupal2”


Step 6. Enter the following  command:
 “sudo mkdir /var/www/drupal2/sites/default/files”
Step 7. Enter the following command:“sudo chown www-data:www-data /var/www/drupal2/sites/default/files”



Step 8. Enter the following command “sudo cp /var/www/drupal2/sites/default/default.settings.php /var/www/drupal2/sites/default/settings.php”


Step 9. Enter the following command “sudo chown www-data:www-data /var/www/drupal2/sites/default/settings.php”

Step 10. Enter the following command “mysqladmin -u root -p create drupal2”
Step 11. Enter the following command Sudo chown –R www-data:www-data /var/www”

Step 12. Select standard and then click save and continue.

Step 13. Select English and then click save and continue.
Step 14. Enter drupal2 as database name and root as username.
Step 15. Wait for the installation to complete.
Step 16. Enter the site name and your information.
Step 17. Your Drupal site should look like this.
 
 
 
 
 
 

Thursday, 21 November 2013

How to Setup a Fullpage Calendar on Wordpress

Step 1.
On the left menu when you are on your dashboard click on "Plugins" and select "Add New".

Step 2.
In the Search Bar at the top search for "The Event Calendar". Click "Install Now" on the first result as shown below.

Step 3.
Now on the left menu you can click "Events"to add a new event to your calendar.

Simple as that, now you have a Full Page calendar that looks professional and is easy for users to be able to view and understand to keep up to date with events!

Tuesday, 5 November 2013

How to Install Wordpress on IIS

Before you start this tutorial you must already have IIS installed, as well as PHP and mySQL setup on the server.

Step 1:
Open SQL Command Line by going to the start menu and searching for it.




Step 2.
Login into mySQL by entering your password and then enter the command "Create Database Wordpress"

Step 3.
 Go to
http://en-ca.wordpress.org/download/ 
and download the latest version of Wordpress. When you download this it will come down as a zipped folder which you must extract and rename to "Wordpress". Then move this folder to the wwwroot of inetpub (iis).

Step 4.
Open Notepad from the start menu by running it as administrator and fill in your mysql username, password, and database name. In this tutorial I used "wordpress" as my database name, "w0156394" as my username, and "changeme123" as my password.



Step 5.
Go to your web browser and enter your ip address (if you are doing this locally you can just enter localhost) followed by the word "wordpress". Ex. "172.16.144.58/wordpress". this redirects you to a setup page.

Step 6.
Enter your personal information and preferred site details.




Step 7.
Once you have filled in the necessary information you can login to your site using the username and password you set up and your site back-end will look like this.


Congrats you now have a wordpress site!