Setting up Drupal

From ULYSSIS documentation
Revision as of 20:49, 24 February 2015 by Covert (talk | contribs) (Created page with "==Installing Drupal on our servers is definitely easy== Installing Drupal on our servers is deffinately easy. You download the install components from the http://drupal.org ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installing Drupal on our servers is definitely easy

Installing Drupal on our servers is deffinately easy.

You download the install components from the http://drupal.org drupal-site.

Here you get a compressed file (.tar.gz or .zip) which you have to extract..

You get a folder with files, those files (so no the folder) you copy via filezilla or an other ftp programme to your www-map on your shellaccount.

Afterwards you go to your account, I.E username.ulyssis.be, here you get a notification telling you to select a profile, if you do not know which to choose select the standard one.

Afterwards click on Save and Continue which will prompt you for your langauge settings. Click on Save and Continue again when finished. follow the steps detaild in the Verify requirements page and continue. Now the installer will ask you for your database configuration:

  • Database Name: if you haven't created a mysql database or user on UCC then you have to create it there. The default database is: username_username.
  • 'User Name: this is the name you gave during the creation of your mysql account, often this is the same as your username with ULYSSIS.
  • Password: the password hat you gave during the creation of your mysql account
  • Database Host: this is mysql.ulyssis.org

When you're done click on “Save and Continue” Here you can give the last few details.

Afterwards the install will run by it own and ask you some basic questions about the site and login for drupal,there it is your Drupal installation.

Setting up multiple instances of Drupal

If you want to have multiple instances of a Wordpress site then you the create a new folder in your homedir from your shell account. Then you make a new virtual host for this directory in UCC.

Name: alias.username.ulyssis.be Document root: /home/user/username/new_folder

From now on you do al the same steps as for a regular wordpress installation.