(fix vuil engels)
Line 10: Line 10:
*your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading.
*your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading.
First it will ask you to choose a language and after that a profile. If you do not know what profile
First it will ask you to choose a language and after that a profile. If you do not know what profile
to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requiremen$
to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requirements"" page, then you should just follow the steps described there. Finally the installer will ask you to set your database configuration:
page, then you should just follow the steps described there. Finally the installer will ask you to
set your database configuration:


*'''Database name:''' If you haven't created a MySQL or PostgreSQL database/user on UCC, then you'll$
*'''Database name:''' If you haven't created a MySQL or PostgreSQL database/user on UCC, then you'll have to create it here. The default database is: "username_username".
*'''Database username:''' The name you used during the creation of your database account.
*'''Database username:''' The name you used during the creation of your database account.
*'''Database password:''' The password you used during the creation of your database account.
*'''Database password:''' The password you used during the creation of your database account.
*'''Database host:''' This is <code>mysql.ulyssis.org</code>. You will need to click on "Advanced op$
*'''Database host:''' This is <code>mysql.ulyssis.org</code>. You will need to click on ''Advanced options'' to set this option.
option.


After that you can proceed in the wizard where you can fill in some last few details.
After that you can proceed in the wizard where you can fill in some last few details.

Revision as of 21:22, 8 November 2017

How to install Drupal for your account

First you will need to install Drupal from their website, http://drupal.org. You will receive a compressed file (.tar.gz or .zip) that you'll have to extract.

The files that you've extracted will need to be moved to your www-directory on your shell account. You can do this by copying them there using Filezilla or any other FTP client.

After you've copied those files to your www-directory, you'll have to go to your account on

  • your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading.

First it will ask you to choose a language and after that a profile. If you do not know what profile to choose, you should choose the standard one. If the installer doesn't skip the Verify requirements"" page, then you should just follow the steps described there. Finally the installer will ask you to set your database configuration:

  • Database name: If you haven't created a MySQL or PostgreSQL database/user on UCC, then you'll have to create it here. The default database is: "username_username".
  • Database username: The name you used during the creation of your database account.
  • Database password: The password you used during the creation of your database account.
  • Database host: This is mysql.ulyssis.org. You will need to click on Advanced options to set this option.

After that you can proceed in the wizard where you can fill in some last few details. By then the wizard will do the rest except for asking some basic questions about the site and, congratulations, you have installed Drupal.

Setting up multiple instances of Drupal

If you want to have multiple instances of a Drupal site there are two options. The multiple instances can either share drupal code or be fully seperate.

For fully seperate installs you can simply create a (sub)folder to store another copy of the drupal code in. You can then access it either from your default domain or have us attach another domain to it for you, more info about that on Adding domain names

If you wish for multiple websites to share the same codebase it is easiest to use multiple domains. More information about how to set this up in your drupal is available in the drupal documentation: https://www.drupal.org/documentation/install/multi-site. As soon as you have made your preperations you can contact us about hooking up the domain name, more info about that on Adding domain names