Now that you have gotten yourself set up with both a domain name and a hosting account, you'll want to make sure you have your domain name pointed to your hosting account. After that, you are ready to get started with your Drupal 7 Installation!
View the Full Drupal 7 Install Tutorial on DrupalTutorial.info to see this illustrated with pictures.
Setting up your database for Drupal 7
- Log in to your Hostgator control panel. If you have a different hosting company besides Hostgator, then log into your main hosting control panel.
- Find and click the link for ‘MySQL Databases’
- Enter a short name for your database in the empty spot for ‘New Database: yourname_’
- Click 'Create Database' Be patient.
- Click the ‘Go Back’ link
- Further down the page, under ‘Add New User’, add a short name to the end of ‘Username: yourname_’
- Type in a password(twice) for this user, then click “Create User”.
- Click ‘Go Back’ again
- Towards the bottom of the page under ‘Add User To Database’, change ‘Username:’ to the username you made and change ‘Database:’ to the name of the one you created.
- Click ‘Add’
- Check the box for ‘All Privileges’, then click ‘Make Changes’. Then click ‘Go Back’ one more time.
- Finally, you’ll want to make a note of your database name, and the username and password you just made in the previous steps.
Getting Drupal 7 in your hosting space
- Go to http://drupal.org/project/drupal and download the .zip file for the latest version of Drupal 7. You can also use the .tar.gz file, but most computers can open .zip files without having to install extra software.
- Unzip the drupal folder to your desktop, and within that folder, navigate to /sites/default
- In the ‘default’ folder, make a copy of ‘default.settings.php’ and rename the new copy ‘settings.php’
- Now close that drupal folder, and reopen it. You should now be back at the main level(root) of the drupal folder(you should be able to see the ‘sites’ folder).
- Open your FTP client(like Filezilla) and log in so that you’re able to move files to your server.
- On the server side, navigate to /public_html/
- Highlight and delete the ‘default.html’ file.
- Select everything in the drupal folder you reopened and drag it into the ‘public_html’ folder on your server
Installing Drupal 7
- Navigate to your website address with /install.php added after it. Example: www.MyExampleWebsite.com/install.php
- On the ‘Select an installation profile’ screen, leave ‘Standard’ selected and click ‘Save and Continue’
- Choose the language you wish to install Drupal in and click ‘Save and Continue’
- Drupal will ‘Verify Requirements’ on its own and skip to the next screen
- This is where you’ll want to enter the info you took note of a little while ago. Your database name will be just that(like yourname_drupal1), and your username and password will be the ones you attached to that database
- Drupal will install itself on your database…
- Next you’ll have a short form of site information to fill out; make sure to take a note of your site login. Everything else can be changed later when the site is up and running. Once everything is filled out, click ‘Save and Continue’
- You’re finished! Click the 'Visit your new site' link at the bottom of this page and you’ll be directed to your new Drupal 7 website!