Drupal Install
Instructions on drupal.org/node/628292
Setting up FileZilla
Install files for Drupal (CPanel)
Download latest version from drupal.org - link at top right of page (save to hard drive) . This downloads a file that is a .tar.gz file . We cannot use filezilla to un-compress files, so we will use the CPanel for this.
(This is basically a double-compressed file, so for use on your PC, you will need to use 7-Zip and extract this file, then extract the resulting .tar file. On the server you can do this in one step)
Go to cpanel, sign in as webclass with password wwu!362z
- go to File Manager then navigate to home/public_html
- Upload drupal package to server /public_html
- Extract downloaded .tar.gz package to /public_html
- Rename folder to the url you want :
- webclass.wwu.openaccess.org/drupal for group use
- webclass.wwu.openaccess.org/project for project use
- Go to sites/default
- Copy default.settings.php to settings.php by checking the default.settings.php file and selecting Copy, then entering ./sites/default/settings.php as the destination file (replacing "." with public_html/project or whatever site it is)
Create Database for Drupal (CPanel)
- Go to cpanel and select MySQL databases from Databases section
- Create New Database. Type sitename as new database to create and press Create Database (this can be anything, but for clarity we'll have the db name include the folder name for the site. Note that the full name of the database will be webclass_sitename as the hosting service always puts the user in the first half of the name)
- suggest drupal and project as names for our 2 databases
- Add New User:
- type student as new user; use sql!362z as password, press Create User. Note the new user will actually be webclass_student .
- Add user to database, give user All Privileges
- Select Home from upper left to go back to cpanel after verifying that you can see this indicating you've created a database and associated a user with it. This is how Drupal will access the database. The screenshot below will have as its Database webclass_project rather than what's shown.
Install Drupal
From here on ./ refers to the root directory of the drupal site which is /public_html/drupal/ or /public_html/project
Set Permissions
- Set-up permissions using FileZilla:
- Create a new folder ./sites/default/files
- Navigate in FZ to ./sites/default .
- Right-click on the default folder and select Create Directory
- Add a directory named files: ./sites/default/files
- Create two new folders in ./site/all/
- ./sites/all/themes
- ./sites/all/modules
- Change permissions to give Drupal access during the install process
- Right click on the Permissions column of the files directory, select File Permissions... and change the value to 777 to allow write access by Drupal.
- For ./sites/default/settings.php, change permissions to 666 and select OK. This allows the system to modify this file during installation. Once installation is complete we'll change it back.
- Create a new folder ./sites/default/files
Start the Drupal Install
- Go to the new drupal site: http://webclass.wwu.openaccess.org/project
If you get a permission error See 1.2 above to change permisions
- Database configuration:
- choose mysqli
- database name: webclass_project
- username: webclass_student
- password: sql!362z
-
Configure site:
- Site Name: weblass.wwu.openaccess.org/project
- Site email: webclass@webclass.wwu.openaccess.org
- Administrator account: (also called the "user-1" account - has all privileges automatically)
- username: Admin
- email: same as above or for project site use your own
- password: Admin!362z make sure to use capital for first letter
- Make sure time zone matches
- Enable Clean URLs

Next - See Setup Drupal
Page Updated
04.21.2010
