Installing Drupal on Your Local Computer



Similar documents
Installation Instructions

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

Build it with Drupal 8

MOODLE Installation on Windows Platform

MySQL Quick Start Guide

MySQL quick start guide

Livezilla How to Install on Shared Hosting By: Jon Manning

1. Product Information

Online Backup Client User Manual Linux

How to Install and Setting Up Drupal

INTRODUCTION TO WEB TECHNOLOGY

RecoveryVault Express Client User Manual

Address Collector. - Tutorial -

Online Backup Linux Client User Manual

Online Backup Client User Manual

Installation Instructions

How to install phpbb forum on NTU student club web server

eyeos Web System User Manual

Online Backup Client User Manual

Virtual Office Remote Installation Guide

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com.

MAMP 3 User Guide! March 2014 (c) appsolute GmbH!

Connecticut Hazardous Waste Manifests Database

Git - Working with Remote Repositories

MANAGING OUTLOOK PERSONAL DATA FILES

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : rtharoth@yahoo.

Setting up a local working copy with SVN, MAMP and rsync. Agentic

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Outlook Data File navigate to the PST file that you want to open, select it and choose OK. The file will now appear as a folder in Outlook.

Installing Drupal 8 on Windows 7 with XAMPP. I am trying to install Drupal 8 on my Windows machine as a development system.

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS

Your complete guide to installing the Self-Service Portal and estore.

CEFNS Web Hosting a Guide for CS212

Getting Started with Dynamic Web Sites

Online Backup Client User Manual

Publish Joomla! Article

OxyClassifieds Installation Handbook

Technical Bulletin. SQL Express Backup Utility

How to Setup, Install & Run a Website on your Local Computer. For WordPress - on an Offline Server - WAMP

Installing CPV Lab Version 2.17

Installing The SysAidTM Server Locally

We begin with a number of definitions, and follow through to the conclusion of the installation.

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

FireBLAST Marketing Solution v2

Migrating helpdesk to a new server

Installing a Personal Server on your PC

Census. di Monitoring Installation User s Guide

MySQL Quick Start Guide

educ Office Remove & create new Outlook profile

Sugar Open Source Installation Guide. Version 4.5.1

Usage Tracking for IBM InfoSphere Business Glossary

How to install and use the File Sharing Outlook Plugin

Version of this tutorial: 1.06a (this tutorial will going to evolve with versions of NWNX4)

Web Hosting Wordpress, Joomla, Drupal Integration

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier.

This installation guide will help you install your chosen IceTheme Template with the Cloner Installer package.

Scala InfoChannel Content Manager 5 Backup and Restore Instructions

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

Getting started with PrestaShop 1.4

Content Management System

Archiving Your Mail in Outlook 2007

HP Quality Center. Software Version: Microsoft Word Add-in Guide

MIS Export via the FEM transfer software

File Manager Pro User Guide. Version 3.0

HowTo. Planning table online

Grand Blanc Community Schools

DRUPAL: DEVELOPING LIBRARY PORTAL USING OPEN SOURCE CONTENT MANAGEMENT SYSTEM

TAO Installation Guide v0.1. September 2012

How to Configure Windows 8.1 to run ereports on IE11

Document History Revision Date: October 30, 2006

Installing a local web server José Manuel Bouzán Matanza

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 22 Ref: GC349_v1.1

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Before You Begin: NOTE: Please read each step of these instructions carefully as not all steps include accompanying pictures.

Sharing and Delegating Access to Calendars in Outlook 2010

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8

TIMETABLE ADMINISTRATOR S MANUAL

Tips & Tricks SSL VPN - Windows

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

Configuring your client to connect to your Exchange mailbox

GoDaddy (CentriqHosting): Data driven Web Application Deployment

Customer Control Panel Manual

Montefiore Portal Quick Reference Guide

Technote 20 Using MSIE to FTP into an AcquiSuite

HOW TO SILENTLY INSTALL CLOUD LINK REMOTELY WITHOUT SUPERVISION

Lab 5 Managing Access to Shared Folders

Getting Started using the SQuirreL SQL Client

Installation Guidelines (MySQL database & Archivists Toolkit client)

42goISP Documentation

How to Install MediaWiki on Windows Server 2003

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

MailEnable Connector for Microsoft Outlook

Install and configure server

How to Use Your New Online Client Vault

GWAVA Inc. Retain. Retain Outlook Plugin

Transcription:

Installing Drupal on Your Local Computer This tutorial will help you install Drupal on your own home computer and allow you to test and experiment building a Web site using this open source software. This is advantageous in crafting a site to your satisfaction before publishing live on the Internet through a web hosting service. The installation involves the download of necessary accompanying software enabling you to use your own local computer as a web server. Installing WAMP Before installing Drupal, we ll need to download and install the platform and software that will enable it to run and communicate with the Web. Specifically, you ll need to download WampServer (http://www.wampserver.com/en/download.php). WAMP is an acronym for: Windows Apache Web server software MySQL Relational database system that stores all of a Web site s content PHP scripting language that interacts with both MySQL and Apache to deliver dynamic Web pages. This software package also includes phpmyadmin, which handles the administration of MySQL via a Web interface. WAMP will install automatically to a folder called C:\WAMP on your machine. For basic installation, just accept all the default values. WAMP will create a subfolder called www which will be used later for Drupal s files.

To test if the installation was successful, type http://localhost in your Web browser and you should see the following screen: Notice that it gives you the versions of Apache, PHP, and MySQL. Clicking the phymyadmin link at the bottom will launch the database software interface that allows you to edit or manage your database if you choose to do so. Knowing these versions is important if you want to migrate your site to an external web hosting service in the future. Now that you have WAMP installed on your machine, you ll need to make sure that it is running before you attempt to install and use Drupal to build Web sites. To do this, go to the Administrative Tools area within Windows (in the Windows control panel). Click Services and look for the wampapache service (i.e. the status of Apache Web server software, whether it is running or not). Right click on the service and select Properties from the pop up menu.

At the General tab, find Startup type and select Automatic, to ensure that your web server software will always be running when your computer is powered on. You can always change these settings at any time. Also, while in the Services area, there may be another Web service running called IIS (Microsoft s Internet Information Services). If this is running on your machine, you ll need to disable it following the same steps outlined before, except selecting the Disabled Startup type in the Properties dialog box.

Next, we ll need to create an empty database for the Drupal install files which we will add later. Back in your browser at http://localhost, click the phpmyadmin link, to bring up the interface for working with MySQL. In the Create new database text box, type in drupal (minus the quotes), and click the Create button. After successfully creating a database, you will notice on the left side the listing of the drupal database but with no tables. Installing Drupal will populate this database with tables containing code and content that constitute the core functionality of the software.

Installing Drupal Next, we need to install Drupal. Visit the Drupal download site at: http://drupal.org/project/drupal. These are the official Drupal Core files which come bundled with a variety of modules and themes to give you a good starting point in helping build your site. On the other hand, though there is a good variety of functionally to begin a site, the total size of the core files is relatively small (only about 1 MB compressed). Next, unzip the files to a folder created during your earlier WAMP installation called C:\wamp\www\. After your files are extracted, rename the folder entitled drupal 6.17 (number indicates the version of Drupal, yours might be different) to simply drupal (minus the quotations again). Note that your folder and the database you created earlier must have the same name. Next, within your new drupal folder, navigate to a file named default.settings.php at the following location: C:\wamp\www\drupal\sites\default\. Make a copy of this file within this same subfolder location (i.e. default ) and rename it settings.php. Next, type http://localhost/drupal/ in your browser to begin the Drupal installation process by clicking the Install Drupal link.

During the installation process, you will be asked for your database name (the one you created via the phpmyadmin interface earlier). Enter drupal, give the database a username of your choice and then continue. After the majority of the installation has completed, you will be asked to for an initial configuration to your site. Here you can give your site a name, though you can always change it later. For now, we left it at the default term localhost. It will also ask for a username. As the person installing Drupal, you will become the overall administrator to the site.

Ignore the warning message about failing to connect to a mailserver. The installation process is complete at this point and you can proceed to your new home page by clicking the your new site text at the bottom right:

The result shows your new home page, you as administrator already logged in via the username supplied earlier, and some links to help you begin customizing your site. The administration section is the instrument panel where the administrator can go to do most anything that Drupal will allow you to do. Here you can add, edit and delete content, change the site design, enable modules to extend the site s functionality, change URL addresses, view the registered users of your site, determine user permissions and much, much more. The site s name was changed below with a quick visit to the site information area within the administration section. The create content link on the left side allows to add a quick message on your new home page. Have fun and explore!