Drupal tutorial – installation
For this install I assume that you have a server that has Apache, PHP and MySQL installed (it doesn’t matter if it’s on Windows or Linux). Also, most modern hosting companies offer Cpanel and PhpMyAdmin so I’ll use them in my tutorials.
Here’s how to install Drupal:
1. Get the latest Drupal release from the official Drupal site. On the right hand side there is a menu with a link to the latest stable package – click on that and download it to your computer.
2. Extract the files from the downloaded archive to the htdocs or public_html folder. If you are on a local server extract them directly to the folder where you want to install it.
If you want to upload it you’ll have to use a FTP client to upload the files to the server.
4. Create a new database. We’ll name ours “test”; make yours a little bit more decriptive
.
5. Create a new user and password from the same page.
6. Add the user to the database you created earlier.
8. If everything is ok you’ll get the same page as below:
9. Now go to the base URL where you’ll see the welcome message and default theme.
That’s all
Filed under: Drupal tutorial | Tagged: cms, drupal











