<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Casper</id>
	<title>ULYSSIS documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.ulyssis.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Casper"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Casper"/>
	<updated>2026-04-17T19:51:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1583</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1583"/>
		<updated>2021-10-16T08:26:22Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Installing Drupal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received the zip file, you will need to upload it to the server in the www directory. This can be done easily by using Cyberduck and following the steps on [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
After uploading, you can extract the archive file on the server by using the Cyberduck &amp;quot;Expand Archive&amp;quot; feature. Simply right click the archive and click &amp;quot;Expand Archive&amp;quot;.&lt;br /&gt;
[[File:Cyberduck expand.png|left|thumb|502x502px]]&lt;br /&gt;
This will give you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal. If you followed all steps correctly, you should have the drupal directory inside your www directory on the server.&lt;br /&gt;
&lt;br /&gt;
The next step will be to move all the contents from the 'drupal-x.x.x' folder to the www directory. The easiest way to do this using Cyberduck is by going into your drupal folder, and drag-and-dropping all files and directories in your www folder.&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instructions on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL ([[Using PostgreSQL]]) as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Port number:''' 3306 (default)&lt;br /&gt;
*'''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1582</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1582"/>
		<updated>2021-10-16T08:26:06Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Installing Drupal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received the zip file, you will need to upload it to the server in the www directory. This can be done easily by using Cyberduck and following the steps on [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
After uploading, you can extract the archive file on the server by using the Cyberduck &amp;quot;Expand Archive&amp;quot; feature. Simply right click the archive and click &amp;quot;Expand Archive&amp;quot;.&lt;br /&gt;
[[File:Cyberduck expand.png|left|thumb|502x502px]]&lt;br /&gt;
This will give you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal. If you followed all steps correctly, you should have the drupal directory inside your www directory on the server.&lt;br /&gt;
&lt;br /&gt;
The next step will be to move all the contents from the 'drupal-x.x.x' folder to the www directory. The easiest way to do this using Cyberduck is by going into your drupal folder, and drag-and-dropping all files and directories in your www folder.&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instructions on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL ([[Using PostgreSQL]]) as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Port number:''' 3306 (default)&lt;br /&gt;
*'''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1581</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1581"/>
		<updated>2021-10-16T08:25:45Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Installing Drupal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received the zip file, you will need to upload it to the server in the www directory. This can be done easily by using Cyberduck and following the steps on [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
After uploading, you can extract the archive file on the server by using the Cyberduck &amp;quot;Expand Archive&amp;quot; feature. Simply right click the archive and click &amp;quot;Expand Archive&amp;quot;.&lt;br /&gt;
[[File:Cyberduck expand.png|left|thumb|502x502px]]&lt;br /&gt;
This will give you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal. If you followed all steps correctly, you should have the drupal directory inside your www directory on the server.&lt;br /&gt;
&lt;br /&gt;
The next step will be to move all the contents from the 'drupal-x.x.x' folder to the www directory. The easiest way to do this using Cyberduck is by going into your drupal folder, and drag-and-dropping all files and directories in your www folder.&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instructions on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL ([[Using PostgreSQL]]) as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1579</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1579"/>
		<updated>2021-10-10T18:51:41Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Putting setup files in place */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received the zip file, you will need to upload it to the server in the www directory. This can be done easily by using Cyberduck and following the steps on [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
After uploading, you can extract the archive file on the server by using the Cyberduck &amp;quot;Expand Archive&amp;quot; feature. Simply right click the archive and click &amp;quot;Expand Archive&amp;quot;.&lt;br /&gt;
[[File:Cyberduck expand.png|left|thumb|502x502px]]&lt;br /&gt;
This will give you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal. If you followed all steps correctly, you should have the drupal directory inside your www directory on the server.&lt;br /&gt;
&lt;br /&gt;
The next step will be to move all the contents from the 'drupal-x.x.x' folder to the www directory. The easiest way to do this using Cyberduck is by going into your drupal folder, and drag-and-dropping all files and directories in your www folder.&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instructions on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL ([[Using PostgreSQL]]) as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1578</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1578"/>
		<updated>2021-10-10T18:37:09Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Setting up a database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received the zip file, you will need to upload it to the server in the www directory. This can be done easily by using Cyberduck and following the steps on [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
After uploading, you can extract the archive file on the server by using the Cyberduck &amp;quot;Expand Archive&amp;quot; feature. Simply right click the archive and click &amp;quot;Expand Archive&amp;quot;.&lt;br /&gt;
[[File:Cyberduck expand.png|left|thumb|502x502px]]&lt;br /&gt;
This will give you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal. If you followed all steps correctly, you should have the drupal directory inside your www directory on the server.&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instructions on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL ([[Using PostgreSQL]]) as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1572</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1572"/>
		<updated>2021-09-16T17:12:23Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Installing WordPress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Joomla, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup-files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Joomla from their website, https://downloads.joomla.org/. After you've received a zip file, you have to extract it using your file manager (Windows: use right-click and select &amp;quot;extract all&amp;quot;; OSX: double-click the zip, it automatically extracts; Linux: right-click the file, and select &amp;quot;extract here&amp;quot;). This will give you some files and directories so preferably, you want to extract this zip in a new empty directory. &lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''extracted contents''' of the zip to your webroot directory on our servers. In most cases this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Joomla on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&lt;br /&gt;
{{notice| Warning| Postgresql databases can be used for Joomla as well, but they often bring many different issues, so we recommend to use MySQL instead.}}&lt;br /&gt;
&lt;br /&gt;
== Installing Joomla ==&lt;br /&gt;
Now we are ready to install Joomla, so we need to go to the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
On the first tab you have to create a name and optionally a description for your Joomla website. Besides that, you also have to fill in the information of the &amp;quot;Super User Account&amp;quot;, this is the administrator account of your website. Finally, there is also a switch if you'd want your site to be offline after the installation (this can be changed later), but it's better to leave the switch on &amp;quot;NO&amp;quot; by default. When you are done with the configuration, you click on next.&amp;lt;br&amp;gt; &lt;br /&gt;
The following image is an example screenshot of the configuration, so you will need to replace this with your own settings:&lt;br /&gt;
[[File:Joomla Installer.png|center|thumb|674x674px]]&lt;br /&gt;
Moving to the second tab, this is where we will select what database the website will use. You will need to follow our configuration here:&lt;br /&gt;
*'''Database Type:''' select MySQL in the drop-down menu&lt;br /&gt;
*'''Host Name/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of Joomla in your database&lt;br /&gt;
*'''Connection Encryption:''' leave this on default&lt;br /&gt;
Any other settings you leave on default.&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&lt;br /&gt;
[[File:Joomla db.png|center|thumb|663x663px]]&lt;br /&gt;
Now we are done configuring the database and we can click next.&lt;br /&gt;
{{notice| Warning | It is possible that you get the error:  &amp;lt;code&amp;gt;To confirm that you are the owner of this website please delete the file named &amp;quot;_JoomlaXXXXXXXXXXXXXXX.txt&amp;quot; we have created in the &amp;quot;installation&amp;quot; folder of your Joomla site.&amp;lt;/code&amp;gt; This means you need to go back to one of our shell servers and delete that file inside the directory &amp;lt;code&amp;gt;installation&amp;lt;/code&amp;gt; of the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder. (For information about going to our webservers, you can use this guide: [[Accessing your files]].) After doing this you can just click next again and it will continue to the last tab.}}&lt;br /&gt;
The last tab will give you an overview of the installation. We can leave anything here by default and scroll down to the button 'install' and click it.&lt;br /&gt;
&lt;br /&gt;
== Finishing up installation ==&lt;br /&gt;
Congratulations, you have installed your own Joomla website. There are just a few small things that need to be done. For example, you can install extra languages using the button on the page after the installation if you want.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are done setting up the configurations, you can go to your website at &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; where you will be welcomed by a standard Joomla webpage.&lt;br /&gt;
&lt;br /&gt;
To start building your own website, it can be very interesting to check https://docs.joomla.org/Special:MyLanguage/Tutorials:Beginners for some beginner tutorials.&lt;br /&gt;
&lt;br /&gt;
If you have any problems regarding your installation, feel free to contact us at ulyssis@ulyssis.org&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1571</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1571"/>
		<updated>2021-09-16T17:12:00Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Drupal, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup-files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
== Installing Drupal ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1570</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1570"/>
		<updated>2021-09-16T17:10:17Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of Joomla, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup-files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download Joomla from their website, https://downloads.joomla.org/. After you've received a zip file, you have to extract it using your file manager (Windows: use right-click and select &amp;quot;extract all&amp;quot;; OSX: double-click the zip, it automatically extracts; Linux: right-click the file, and select &amp;quot;extract here&amp;quot;). This will give you some files and directories so preferably, you want to extract this zip in a new empty directory. &lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''extracted contents''' of the zip to your webroot directory on our servers. In most cases this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install Joomla on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&lt;br /&gt;
{{notice| Warning| Postgresql databases can be used for Joomla as well, but they often bring many different issues, so we recommend to use MySQL instead.}}&lt;br /&gt;
&lt;br /&gt;
== Installing WordPress ==&lt;br /&gt;
Now we are ready to install Joomla, so we need to go to the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
On the first tab you have to create a name and optionally a description for your Joomla website. Besides that, you also have to fill in the information of the &amp;quot;Super User Account&amp;quot;, this is the administrator account of your website. Finally, there is also a switch if you'd want your site to be offline after the installation (this can be changed later), but it's better to leave the switch on &amp;quot;NO&amp;quot; by default. When you are done with the configuration, you click on next.&amp;lt;br&amp;gt; &lt;br /&gt;
The following image is an example screenshot of the configuration, so you will need to replace this with your own settings:&lt;br /&gt;
[[File:Joomla Installer.png|center|thumb|674x674px]]&lt;br /&gt;
Moving to the second tab, this is where we will select what database the website will use. You will need to follow our configuration here:&lt;br /&gt;
*'''Database Type:''' select MySQL in the drop-down menu&lt;br /&gt;
*'''Host Name/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of Joomla in your database&lt;br /&gt;
*'''Connection Encryption:''' leave this on default&lt;br /&gt;
Any other settings you leave on default.&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&lt;br /&gt;
[[File:Joomla db.png|center|thumb|663x663px]]&lt;br /&gt;
Now we are done configuring the database and we can click next.&lt;br /&gt;
{{notice| Warning | It is possible that you get the error:  &amp;lt;code&amp;gt;To confirm that you are the owner of this website please delete the file named &amp;quot;_JoomlaXXXXXXXXXXXXXXX.txt&amp;quot; we have created in the &amp;quot;installation&amp;quot; folder of your Joomla site.&amp;lt;/code&amp;gt; This means you need to go back to one of our shell servers and delete that file inside the directory &amp;lt;code&amp;gt;installation&amp;lt;/code&amp;gt; of the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder. (For information about going to our webservers, you can use this guide: [[Accessing your files]].) After doing this you can just click next again and it will continue to the last tab.}}&lt;br /&gt;
The last tab will give you an overview of the installation. We can leave anything here by default and scroll down to the button 'install' and click it.&lt;br /&gt;
&lt;br /&gt;
== Finishing up installation ==&lt;br /&gt;
Congratulations, you have installed your own Joomla website. There are just a few small things that need to be done. For example, you can install extra languages using the button on the page after the installation if you want.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are done setting up the configurations, you can go to your website at &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; where you will be welcomed by a standard Joomla webpage.&lt;br /&gt;
&lt;br /&gt;
To start building your own website, it can be very interesting to check https://docs.joomla.org/Special:MyLanguage/Tutorials:Beginners for some beginner tutorials.&lt;br /&gt;
&lt;br /&gt;
If you have any problems regarding your installation, feel free to contact us at ulyssis@ulyssis.org&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1569</id>
		<title>Setting up WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1569"/>
		<updated>2021-09-16T17:08:26Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Setting up database */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of WordPress, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup-files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download WordPress from their website, https://wordpress.org/download/. After you've&lt;br /&gt;
received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt; directory to your webroot directory on our servers. Mostly this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP.&lt;br /&gt;
If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
== Setting up a database ==&lt;br /&gt;
Besides files, we also need a database to install WordPress on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Warning:''' Postgresql databases are not supported by WordPress, only use MySQL databases.&lt;br /&gt;
&lt;br /&gt;
== Installing WordPress ==&lt;br /&gt;
Now we are ready to install WordPress, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your database configuration: &lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of WordPress in your database&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wordpress_screenshot.png|thumb|left|600px]]&lt;br /&gt;
In the next step you need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
== Finishing up installation ==&lt;br /&gt;
Finally you will be prompted to log into your WordPress website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
{{info|We advise all WordPress users to enable automatic updates for their plugins, themes and WordPres itself. You can find detailed instructions on [[Updating WordPress]].}}&lt;br /&gt;
&lt;br /&gt;
To help you design your website, there are a few guides from WordPress that can help you:&lt;br /&gt;
*https://wordpress.org/support/article/first-steps-with-wordpress-b/&lt;br /&gt;
*https://wordpress.org/support/article/using-themes/#get-new-themes&lt;br /&gt;
*https://wordpress.org/support/article/managing-plugins/&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of WordPress==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a WordPress site, you need to create a new folder in &lt;br /&gt;
your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you need to do the same steps that you would do for a regular WordPress installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
You can also use WordPress' [https://wordpress.org/support/article/create-a-network/ multisite] option. &lt;br /&gt;
If you need more help with this, you can find it [https://wordpress.org/support/forum/multisite here].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1568</id>
		<title>Setting up WordPress</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=1568"/>
		<updated>2021-09-16T17:08:11Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page will go through a basic setup of WordPress, and it gives a few specifics for setting it up on a hosted account over at ULYSSIS.&lt;br /&gt;
&lt;br /&gt;
==Putting setup-files in place==&lt;br /&gt;
&lt;br /&gt;
First you need to download WordPress from their website, https://wordpress.org/download/. After you've&lt;br /&gt;
received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the &amp;lt;code&amp;gt;wordpress&amp;lt;/code&amp;gt; directory to your webroot directory on our servers. Mostly this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP.&lt;br /&gt;
If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
== Setting up database ==&lt;br /&gt;
Besides files, we also need a database to install WordPress on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&amp;lt;br&amp;gt;&lt;br /&gt;
'''Warning:''' Postgresql databases are not supported by WordPress, only use MySQL databases.&lt;br /&gt;
&lt;br /&gt;
== Installing WordPress ==&lt;br /&gt;
Now we are ready to install WordPress, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your database configuration: &lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of WordPress in your database&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:wordpress_screenshot.png|thumb|left|600px]]&lt;br /&gt;
In the next step you need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
== Finishing up installation ==&lt;br /&gt;
Finally you will be prompted to log into your WordPress website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
{{info|We advise all WordPress users to enable automatic updates for their plugins, themes and WordPres itself. You can find detailed instructions on [[Updating WordPress]].}}&lt;br /&gt;
&lt;br /&gt;
To help you design your website, there are a few guides from WordPress that can help you:&lt;br /&gt;
*https://wordpress.org/support/article/first-steps-with-wordpress-b/&lt;br /&gt;
*https://wordpress.org/support/article/using-themes/#get-new-themes&lt;br /&gt;
*https://wordpress.org/support/article/managing-plugins/&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of WordPress==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a WordPress site, you need to create a new folder in &lt;br /&gt;
your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you need to do the same steps that you would do for a regular WordPress installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
You can also use WordPress' [https://wordpress.org/support/article/create-a-network/ multisite] option. &lt;br /&gt;
If you need more help with this, you can find it [https://wordpress.org/support/forum/multisite here].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1567</id>
		<title>Preventing spam on Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1567"/>
		<updated>2021-09-16T16:33:39Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Honeypot */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting comments ==&lt;br /&gt;
By default, Drupal allows anyone to comment freely on any post you make on your website. While this makes sense when you maintain a blog, it makes less sense when you're using Drupal as the basis for your student organization's website or for something with little to no reader interaction. We therefore advise those with a Drupal installation to consider disabling comments by following these instructions:&lt;br /&gt;
&lt;br /&gt;
* If you just installed your website and have not created any pages with comments enabled, you can skip this step. If not, go to your admin panel. From here go to the tab Extend and find the 'comment' module. In the description of this module, open the small triangle by clicking it, and press 'Configure'. In the next interface, go to 'Content' and delete every comment section that has been created on your website.&lt;br /&gt;
* Disabling the comment module itself on Drupal is very difficult. The alternative solution is to check whenever creating new content on your website, to check the tab 'Comment settings' and make sure that it is on 'close'.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out.&lt;br /&gt;
&lt;br /&gt;
=== Honeypot ===&lt;br /&gt;
Honeypot uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your Drupal site. The module currently supports enabling for all forms on the site, or particular forms like user registration or password reset forms, webforms, contact forms, node forms, and comment forms.&lt;br /&gt;
&lt;br /&gt;
To install Honeypot follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/honeypot, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like username.ulyssis.be/admin/modules/install . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* You will see a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* At last you can configure the module to your own liking by opening the triangle in the description of the module en selecting 'Configure'.&lt;br /&gt;
Of course, beside this extension, there are many more similar extensions which you can use to prevent spam. Though if you install multiple, we would advice to check if the extensions are compatible with each other before installing. &lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
CAPTCHA, originally from a complicated acronym, is a term used for different kinds of challenges to prevent automated scripts from trying to comment, register or login on websites. reCAPTCHA is a project owned by Google that is quite successful at designing these challenges. You probably know reCAPTCHA as the &amp;quot;I'm not a robot&amp;quot; checkbox you often have to press. More details are available on &amp;lt;nowiki&amp;gt;https://google.com/recaptcha&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can follow these instructions to get started:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/captcha, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like &amp;quot;&amp;lt;nowiki&amp;gt;https://username.ulyssis.be/admin/modules/install&amp;lt;/nowiki&amp;gt;&amp;quot; . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* You will see a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* Next you will also need to install the reCAPTCHA module, by performing the same steps above but using the following link instead: https://www.drupal.org/project/captcha.&lt;br /&gt;
* To use the reCAPTCHA module, it is '''critical''' you first go to the configuration page of this module, where you will need to enter the keys to use reCAPTCHA. You can register these on &amp;lt;nowiki&amp;gt;https://www.google.com/recaptcha/admin&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** Go to reCAPTCHA's configuration page by going to the 'Extend' tab, finding the reCAPTCHA module, expanding the small triangle, and clicking configure.&lt;br /&gt;
** Now fill in the required keys you got on google's reCAPTCHA's administrator page before&lt;br /&gt;
** When finished entering these keys, press the &amp;quot;Save configuration&amp;quot; button to save your settings '''[[Category:Security &amp;amp; anti-spam]] [[Category:CMSs]]'''&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1565</id>
		<title>Preventing spam on Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1565"/>
		<updated>2021-09-09T17:44:48Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Google's reCAPTCHA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting comments ==&lt;br /&gt;
By default, Drupal allows anyone to comment freely on any post you make on your website. While this makes sense when you maintain a blog, it makes less sense when you're using Drupal as the basis for your student organization's website or for something with little to no reader interaction. We therefore advise those with a Drupal installation to consider disabling comments by following these instructions:&lt;br /&gt;
&lt;br /&gt;
* If you just installed your website and have not created any pages with comments enabled, you can skip this step. If not, go to your admin panel. From here go to the tab Extend and find the 'comment' module. In the description of this module, open the small triangle by clicking it, and press 'Configure'. In the next interface, go to 'Content' and delete every comment section that has been created on your website.&lt;br /&gt;
* Disabling the comment module itself on Drupal is very difficult. The alternative solution is to check whenever creating new content on your website, to check the tab 'Comment settings' and make sure that it is on 'close'.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out.&lt;br /&gt;
&lt;br /&gt;
=== Honeypot ===&lt;br /&gt;
Honeypot uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your Drupal site. The module currently supports enabling for all forms on the site, or particular forms like user registration or password reset forms, webforms, contact forms, node forms, and comment forms.&lt;br /&gt;
&lt;br /&gt;
To install Honeypot follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/honeypot, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like username.ulyssis.be/admin/modules/install . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* You will see a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* At last you can configure the module to your own liking by opening the triangle in the description of the module en selecting 'Configure'.&lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
CAPTCHA, originally from a complicated acronym, is a term used for different kinds of challenges to prevent automated scripts from trying to comment, register or login on websites. reCAPTCHA is a project owned by Google that is quite successful at designing these challenges. You probably know reCAPTCHA as the &amp;quot;I'm not a robot&amp;quot; checkbox you often have to press. More details are available on &amp;lt;nowiki&amp;gt;https://google.com/recaptcha&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can follow these instructions to get started:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/captcha, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like &amp;quot;&amp;lt;nowiki&amp;gt;https://username.ulyssis.be/admin/modules/install&amp;lt;/nowiki&amp;gt;&amp;quot; . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* You will see a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* Next you will also need to install the reCAPTCHA module, by performing the same steps above but using the following link instead: https://www.drupal.org/project/captcha.&lt;br /&gt;
* To use the reCAPTCHA module, it is '''critical''' you first go to the configuration page of this module, where you will need to enter the keys to use reCAPTCHA. You can register these on &amp;lt;nowiki&amp;gt;https://www.google.com/recaptcha/admin&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** Go to reCAPTCHA's configuration page by going to the 'Extend' tab, finding the reCAPTCHA module, expanding the small triangle, and clicking configure.&lt;br /&gt;
** Now fill in the required keys you got on google's reCAPTCHA's administrator page before&lt;br /&gt;
** When finished entering these keys, press the &amp;quot;Save configuration&amp;quot; button to save your settings '''[[Category:Security &amp;amp; anti-spam]] [[Category:CMSs]]'''&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1564</id>
		<title>Preventing spam on Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1564"/>
		<updated>2021-09-09T17:26:38Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* What is recaptcha and how/will it help prevent spam ? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting comments ==&lt;br /&gt;
By default, Drupal allows anyone to comment freely on any post you make on your website. While this makes sense when you maintain a blog, it makes less sense when you're using Drupal as the basis for your student organization's website or for something with little to no reader interaction. We therefore advise those with a Drupal installation to consider disabling comments by following these instructions:&lt;br /&gt;
&lt;br /&gt;
* If you just installed your website and have not created any pages with comments enabled, you can skip this step. If not, go to your admin panel. From here go to the tab Extend and find the 'comment' module. In the description of this module, open the small triangle by clicking it, and press 'Configure'. In the next interface, go to 'Content' and delete every comment section that has been created on your website.&lt;br /&gt;
* Disabling the comment module itself on Drupal is very difficult. The alternative solution is to check whenever creating new content on your website, to check the tab 'Comment settings' and make sure that it is on 'close'.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out.&lt;br /&gt;
&lt;br /&gt;
=== Honeypot ===&lt;br /&gt;
Honeypot uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your Drupal site. The module currently supports enabling for all forms on the site, or particular forms like user registration or password reset forms, webforms, contact forms, node forms, and comment forms.&lt;br /&gt;
&lt;br /&gt;
To install Honeypot follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/honeypot, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like username.ulyssis.be/admin/modules/install . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* Now you will get a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* At last you can configure the module to your own liking by opening the triangle in the description of the module en selecting 'Configure'.&lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
For answers to those questions you can look at google's page about recaptcha (https://google.com/recaptcha)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
This installation guide requires drupal '''6,7 or preferably 8''' (or higher).&lt;br /&gt;
'''Note this installation requires captcha and recaptcha, these are different plugins and not a type error.'''&lt;br /&gt;
&lt;br /&gt;
* Go to drupal's captcha page and download the appropriate version at the bottom of the page (https://www.drupal.org/project/captcha)&lt;br /&gt;
&lt;br /&gt;
* Go to drupal's recaptcha page and download the appropriate version at the bottom of the page (https://www.drupal.org/project/recaptcha)&lt;br /&gt;
	&lt;br /&gt;
** Extract the archives into '''sites/all/modules/[recaptcha/captcha]'''respectively and relative to your own drupal installation '''(this folder may need to be created manually)'''&lt;br /&gt;
&lt;br /&gt;
* Now navigate to your drupal administration page in your browser (/admin/modules)&lt;br /&gt;
** Search for captcha and enable it&lt;br /&gt;
** Search for recaptcha and enable it&lt;br /&gt;
&lt;br /&gt;
* Once complete it is '''critical''' to configure your captcha setting in the web interface (/admin/config/people/captcha) '''and do not forget to enable the captcha-points (/admin/config/people/captcha/captcha-points).&lt;br /&gt;
&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1563</id>
		<title>Preventing spam on Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Drupal&amp;diff=1563"/>
		<updated>2021-09-09T16:12:42Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting comments ==&lt;br /&gt;
By default, Drupal allows anyone to comment freely on any post you make on your website. While this makes sense when you maintain a blog, it makes less sense when you're using Drupal as the basis for your student organization's website or for something with little to no reader interaction. We therefore advise those with a Drupal installation to consider disabling comments by following these instructions:&lt;br /&gt;
&lt;br /&gt;
* If you just installed your website and have not created any pages with comments enabled, you can skip this step. If not, go to your admin panel. From here go to the tab Extend and find the 'comment' module. In the description of this module, open the small triangle by clicking it, and press 'Configure'. In the next interface, go to 'Content' and delete every comment section that has been created on your website.&lt;br /&gt;
* Disabling the comment module itself on Drupal is very difficult. The alternative solution is to check whenever creating new content on your website, to check the tab 'Comment settings' and make sure that it is on 'close'.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out.&lt;br /&gt;
&lt;br /&gt;
=== Honeypot ===&lt;br /&gt;
Honeypot uses both the honeypot and timestamp methods of deterring spam bots from completing forms on your Drupal site. The module currently supports enabling for all forms on the site, or particular forms like user registration or password reset forms, webforms, contact forms, node forms, and comment forms.&lt;br /&gt;
&lt;br /&gt;
To install Honeypot follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* First of all make sure that you have the 'Update Manager' module enabled in the 'Extend' tab of your admin panel. If not check the box next to it and press install at the bottom of the page.&lt;br /&gt;
* Now go to https://www.drupal.org/project/honeypot, to the downloads section. Here right click the link to the download (often .zip or .tar) and press 'copy link'.&lt;br /&gt;
* Next go back to your website and in your URL bar, go to /admin/modules/install. So it will look something like username.ulyssis.be/admin/modules/install . If you get an error that this page can't be found, check step 1 again.&lt;br /&gt;
* Now you will get a box that says 'Add from a URL'. Here you enter the link from the module download page, and press continue. This should give a message that the modules has been installed.&lt;br /&gt;
* Now you will still need to enable this module, in the same way as with the 'Update Manager' module from step 1.&lt;br /&gt;
* At last you can configure the module to your own liking by opening the triangle in the description of the module en selecting 'Configure'.&lt;br /&gt;
&lt;br /&gt;
===What is recaptcha and how/will it help prevent spam ?===&lt;br /&gt;
For answers to those questions you can look at google's page about recaptcha (https://google.com/recaptcha)&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
This installation guide requires drupal '''6,7 or preferably 8''' (or higher).&lt;br /&gt;
'''Note this installation requires captcha and recaptcha, these are different plugins and not a type error.'''&lt;br /&gt;
&lt;br /&gt;
* Go to drupal's captcha page and download the appropriate version at the bottom of the page (https://www.drupal.org/project/captcha)&lt;br /&gt;
&lt;br /&gt;
* Go to drupal's recaptcha page and download the appropriate version at the bottom of the page (https://www.drupal.org/project/recaptcha)&lt;br /&gt;
	&lt;br /&gt;
** Extract the archives into '''sites/all/modules/[recaptcha/captcha]'''respectively and relative to your own drupal installation '''(this folder may need to be created manually)'''&lt;br /&gt;
&lt;br /&gt;
* Now navigate to your drupal administration page in your browser (/admin/modules)&lt;br /&gt;
** Search for captcha and enable it&lt;br /&gt;
** Search for recaptcha and enable it&lt;br /&gt;
&lt;br /&gt;
* Once complete it is '''critical''' to configure your captcha setting in the web interface (/admin/config/people/captcha) '''and do not forget to enable the captcha-points (/admin/config/people/captcha/captcha-points).&lt;br /&gt;
&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1557</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1557"/>
		<updated>2021-09-04T08:42:17Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Joomla for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Joomla from their website, https://downloads.joomla.org/. After you've received a zip file, you have to extract it using your file manager (Windows: use right-click and select &amp;quot;extract all&amp;quot;; OSX: double-click the zip, it automatically extracts; Linux: right-click the file, and select &amp;quot;extract here&amp;quot;). This will give you some files and directories so preferably, you want to extract this zip in a new empty directory. &lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''extracted contents''' of the zip to your webroot directory on our servers. In most cases this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Joomla on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&amp;lt;br&amp;gt;&lt;br /&gt;
{{notice| Warning| Postgresql databases can be used for Joomla as well, but they often bring many different issues, so we recommend to use MySQL instead.}}&lt;br /&gt;
Now we are ready to install Joomla, so we need to go to the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
On the first tab you have to create a name and optionally a description for your Joomla website. Besides that, you also have to fill in the information of the &amp;quot;Super User Account&amp;quot;, this is the administrator account of your website. Finally, there is also a switch if you'd want your site to be offline after the installation (this can be changed later), but it's better to leave the switch on &amp;quot;NO&amp;quot; by default. When you are done with the configuration, you click on next.&amp;lt;br&amp;gt; &lt;br /&gt;
The following image is an example screenshot of the configuration, so you will need to replace this with your own settings:&lt;br /&gt;
[[File:Joomla Installer.png|center|thumb|674x674px]]&lt;br /&gt;
Moving to the second tab, this is where we will select what database the website will use. You will need to follow our configuration here:&lt;br /&gt;
*'''Database Type:''' select MySQL in the drop-down menu&lt;br /&gt;
*'''Host Name/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of Joomla in your database&lt;br /&gt;
*'''Connection Encryption:''' leave this on default&lt;br /&gt;
Any other settings you leave on default.&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&lt;br /&gt;
[[File:Joomla db.png|center|thumb|663x663px]]&lt;br /&gt;
Now we are done configuring the database and we can click next.&lt;br /&gt;
{{notice| Warning | It is possible that you get the error:  &amp;lt;code&amp;gt;To confirm that you are the owner of this website please delete the file named &amp;quot;_JoomlaXXXXXXXXXXXXXXX.txt&amp;quot; we have created in the &amp;quot;installation&amp;quot; folder of your Joomla site.&amp;lt;/code&amp;gt; This means you need to go back to one of our shell servers and delete that file inside the directory &amp;lt;code&amp;gt;installation&amp;lt;/code&amp;gt; of the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder. (For information about going to our webservers, you can use this guide: [[Accessing your files]].) After doing this you can just click next again and it will continue to the last tab.}}&lt;br /&gt;
The last tab will give you an overview of the installation. We can leave anything here by default and scroll down to the button 'install' and click it.&lt;br /&gt;
&lt;br /&gt;
Congratulations, you have installed your own Joomla website. There are just a few small things that need to be done. For example, you can install extra languages using the button on the page after the installation if you want.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are done setting up the configurations, you can go to your website at &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; where you will be welcomed by a standard Joomla webpage.&lt;br /&gt;
&lt;br /&gt;
To start building your own website, it can be very interesting to check https://docs.joomla.org/Special:MyLanguage/Tutorials:Beginners for some beginner tutorials.&lt;br /&gt;
&lt;br /&gt;
If you have any problems regarding your installation, feel free to contact us at ulyssis@ulyssis.org&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1556</id>
		<title>Setting up Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Joomla&amp;diff=1556"/>
		<updated>2021-09-04T08:38:17Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Joomla for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Joomla for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Joomla from their website, https://downloads.joomla.org/. After you've received a zip file, you have to extract it using your file manager (Windows: use right-click and select &amp;quot;extract all&amp;quot;; OSX: double-click the zip, it automatically extracts; Linux: right-click the file, and select &amp;quot;extract here&amp;quot;). This will give you some files and directories so preferably, you want to extract this zip in a new empty directory. &lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''extracted contents''' of the zip to your webroot directory on our servers. In most cases this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Joomla on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&amp;lt;br&amp;gt;&lt;br /&gt;
{{notice| Warning| Postgresql databases can be used for Joomla as well, but they often bring many different issues, so we recommend to use MySQL instead.}}&lt;br /&gt;
Now we are ready to install Joomla, so we need to go to the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username).&lt;br /&gt;
This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
On the first tab you have to create a name and optionally a description for your Joomla website. Besides that, you also have to fill in the information of the &amp;quot;Super User Account&amp;quot;, this is the administrator account of your website. Finally, there is also a switch if you'd want your site to be offline after the installation (this can be changed later), but it's better to leave the switch on &amp;quot;NO&amp;quot; by default. When you are done with the configuration, you click on next.&amp;lt;br&amp;gt; &lt;br /&gt;
The following image is an example screenshot of the configuration, so you will need to replace this with your own settings:&lt;br /&gt;
[[File:Joomla Installer.png|center|thumb|674x674px]]&lt;br /&gt;
Moving to the second tab, this is where we will select what database the website will use. You will need to follow our configuration here:&lt;br /&gt;
*'''Database Type:''' select MySQL in the drop-down menu&lt;br /&gt;
*'''Database Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;&lt;br /&gt;
*'''Username/Gebruikersnaam:''' your username&lt;br /&gt;
*'''Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
*'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
*'''Table Prefix:''' only change this if you have multiple installations of Joomla in your database&amp;lt;br&amp;gt;&lt;br /&gt;
Any other settings you leave on default.&amp;lt;br&amp;gt;&lt;br /&gt;
So it will look something like this:&lt;br /&gt;
[[File:Joomla db.png|center|thumb|663x663px]]&lt;br /&gt;
Now we are done configuring the database and we can click next.&lt;br /&gt;
{{notice| Warning | It is possible that you get the error:  &amp;lt;code&amp;gt;To confirm that you are the owner of this website please delete the file named &amp;quot;_JoomlaXXXXXXXXXXXXXXX.txt&amp;quot; we have created in the &amp;quot;installation&amp;quot; folder of your Joomla site.&amp;lt;/code&amp;gt; This means you need to go back to one of our shell servers and delete that file inside the directory &amp;lt;code&amp;gt;installation&amp;lt;/code&amp;gt; in the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; folder. (For information about going to our webservers, you can use this guide: [[Accessing your files]].) After doing this you can just click next again and it will continue to the last tab.}}&lt;br /&gt;
The last tab will give you an overview of the installation. We can leave anything here by default and scroll down to the button 'install' and click it.&lt;br /&gt;
&lt;br /&gt;
Congratulations, you have installed your own Joomla website. There are just a few small things that need to be done. For example, you can install extra languages using the button on the page after the installation if you want.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are done setting up the configurations, you can go to your website at &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; where you will be welcomed by a standard Joomla webpage.&lt;br /&gt;
&lt;br /&gt;
To start building your own website, it can be very interesting to check https://docs.joomla.org/Special:MyLanguage/Tutorials:Beginners for some beginner tutorials.&lt;br /&gt;
&lt;br /&gt;
If you have any problems regarding your installation, feel free to contact us at ulyssis@ulyssis.org&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Joomla==&lt;br /&gt;
&lt;br /&gt;
If you want to have multiple instances of a Joomla site then you the create a new folder in your homedir from your shell account. You need a new virtual host, you can send us an [mailto:ulyssis@ulyssis.org email] and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host is ready, you need to do all the same steps as for a regular Joomla installation.&lt;br /&gt;
&lt;br /&gt;
Another option is to use the Joomla [https://docs.joomla.org/Multiple_Domains_and_Web_Sites_in_a_single_Joomla!_installation multisite] option.&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Joomla_db.png&amp;diff=1555</id>
		<title>File:Joomla db.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Joomla_db.png&amp;diff=1555"/>
		<updated>2021-09-04T08:35:43Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;joomla db&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Joomla_Installer.png&amp;diff=1554</id>
		<title>File:Joomla Installer.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Joomla_Installer.png&amp;diff=1554"/>
		<updated>2021-09-04T08:33:43Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;joomla installer&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1553</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1553"/>
		<updated>2021-09-03T08:46:38Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but for the ease of this guide, only MySQL will be shown here.&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1552</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1552"/>
		<updated>2021-09-02T12:38:12Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only enter this if you have multiple installations of Drupal in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular Drupal installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1551</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1551"/>
		<updated>2021-09-02T12:19:18Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Setting up multiple instances of Drupal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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 separate.&lt;br /&gt;
&lt;br /&gt;
For a fully separate installation, you need to create a new folder in your &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory on your shell account. Then you need a virtual host for this folder, for this you have to send us an email asking for this. After your new virtual host has been configured, you need to do the same steps that you would do for a regular WordPress installation, i.e. the steps in the section above.&lt;br /&gt;
&lt;br /&gt;
If you wish for multiple websites to share the same code base 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 preparations you can contact us about setting up the domain name, more info about that on [[Adding domain names]].&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1550</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1550"/>
		<updated>2021-09-02T12:14:48Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1549</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1549"/>
		<updated>2021-09-02T12:13:50Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
*[[File:Drupaldbconfig.png|thumb|477x477px]]'''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1548</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1548"/>
		<updated>2021-09-02T12:13:21Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1547</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1547"/>
		<updated>2021-09-02T12:13:10Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1546</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1546"/>
		<updated>2021-09-02T12:12:55Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1545</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1545"/>
		<updated>2021-09-02T12:12:22Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]&lt;br /&gt;
'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1544</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1544"/>
		<updated>2021-09-02T12:11:57Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
[[File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png|thumb|343x343px]]&lt;br /&gt;
'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
In the next steps Drupal will install the website and you will need to fill in your own preferences.&lt;br /&gt;
&lt;br /&gt;
Finally you will be prompted to with your own Drupal website. Now the installation is finished.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Screenshot_2021-09-02_at_14-01-14_Requirements_review_Drupal.png&amp;diff=1543</id>
		<title>File:Screenshot 2021-09-02 at 14-01-14 Requirements review Drupal.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Screenshot_2021-09-02_at_14-01-14_Requirements_review_Drupal.png&amp;diff=1543"/>
		<updated>2021-09-02T12:07:31Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;drupalrv&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1542</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1542"/>
		<updated>2021-09-02T12:06:58Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there. You can also use PostgreSQL as an alternative to MySQL, but fot the esase&lt;br /&gt;
&lt;br /&gt;
Now we are ready to install Drupal, so we need to visit the web installer. If you're using a custom domain based on this guide: [[Adding domain names]], you can access the installer by visiting your domain. If you do not use such a domain, the installer can be found on &amp;lt;code&amp;gt;username.studentenweb.org&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;username.ulyssis.be&amp;lt;/code&amp;gt; (replace &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; with your actual username). This is where you have to set up your website. The easiest way to do this, is by following the wizard.&lt;br /&gt;
&lt;br /&gt;
'''Warning:''' It is possible that during the wizard, under the section of &amp;quot;Requirements review&amp;quot;, you will get a warning that the Apache version cannot be determined. This has no consequences in the installation so you can go click &amp;quot;continue anyway&amp;quot; at the bottom of this page.&lt;br /&gt;
[[File:Drupaldbconfig.png|thumb|477x477px]]&lt;br /&gt;
The setup will ask you for your MySQL database configuration (when using PostgreSQL instead, select the option on top of the page):&lt;br /&gt;
&lt;br /&gt;
* '''Database Name/Databasenaam:''' the name of the MySQL database&lt;br /&gt;
* '''Database Username/Gebruikersnaam:''' your username&lt;br /&gt;
* '''Database Password/Wachtwoord:''' your MySQL database password&lt;br /&gt;
* '''Host/Hostnaam:''' &amp;lt;code&amp;gt;mysql.ulyssis.org (you will need to open 'advanced options' to set this)&amp;lt;/code&amp;gt;&lt;br /&gt;
* '''Port number:''' 3306 (default)&lt;br /&gt;
* '''Table name prefix:''' only change this if you have multiple installations of WordPress in your database&lt;br /&gt;
&lt;br /&gt;
So it should look something like this the screenshot to the right.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details.&lt;br /&gt;
By then the wizard will do the rest except for asking some basic questions about the site and,&lt;br /&gt;
congratulations, you have installed Drupal.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Drupaldbconfig.png&amp;diff=1541</id>
		<title>File:Drupaldbconfig.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Drupaldbconfig.png&amp;diff=1541"/>
		<updated>2021-09-02T12:04:45Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;drupaldbconfig&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1540</id>
		<title>Setting up Drupal</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=1540"/>
		<updated>2021-09-02T11:28:25Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* How to install Drupal for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you need to download Drupal from their website, https://www.drupal.org/download. After you've received a zip file, you have to extract it using your file manager (Windows: ''use right-click and select &amp;quot;extract all&amp;quot;''; OSX: ''double-click the zip, it automatically extracts''; Linux: ''right-click the file, and select &amp;quot;extract here&amp;quot;''), this gives you a directory named 'drupal-x.x.x', where the x is the downloaded version of Drupal.&lt;br /&gt;
&lt;br /&gt;
Next, you have to move the '''contents''' of the drupal-x.x.x directory to your webroot directory on our servers. Most often this will be the &amp;lt;code&amp;gt;www&amp;lt;/code&amp;gt; directory. Your webroot can be accessed via SFTP. If you need further instructions, you can find detailed instructions on: [[Accessing your files]].&lt;br /&gt;
&lt;br /&gt;
Besides files, we also need a database to install Drupal on. If you haven't created a new database for the purpose of this installation, you can do this through UCC. Instruction on how to do this are available on [[Using MySQL]]. If you haven't created a database user yet, or don't know the password, you can also find more information there.&lt;br /&gt;
&lt;br /&gt;
*'''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: &amp;quot;username_username&amp;quot;.&lt;br /&gt;
*'''Database username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''Database password:''' The password you used during the creation of your database account.&lt;br /&gt;
*'''Database host:''' This is &amp;lt;code&amp;gt;mysql.ulyssis.org&amp;lt;/code&amp;gt;. You will need to click on ''Advanced options'' to set this option.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details.&lt;br /&gt;
By then the wizard will do the rest except for asking some basic questions about the site and,&lt;br /&gt;
congratulations, you have installed Drupal.&lt;br /&gt;
&lt;br /&gt;
==Setting up multiple instances of Drupal==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
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]]&lt;br /&gt;
&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1539</id>
		<title>Preventing spam on Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1539"/>
		<updated>2021-09-02T11:05:23Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Restricting spam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting spam ==&lt;br /&gt;
By default, Joomla has no option no enable comments, contacts or user registrations. Most of these options are managed through Joomla plugins/extensions. But these extensions will often allow by default that any user (or bot) can make comments, register an account, etc. To prevent these people or bots attacking your website, a few steps can be taken which are listed below. It can be the better option to completely not use comments or any other forms of contact, but of course this is not always possible.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out. It's important to keep in mind that both options below rely on external service providers for some aspects of their spam detection.&lt;br /&gt;
&lt;br /&gt;
=== R Antispam ===&lt;br /&gt;
R Antispam is an extension for Joomla that works via the Bayesian algorithm to prevent spam on your Joomla website. It can protect you from spam on many different forms. On top of that, the extension is free to download and use.&lt;br /&gt;
&lt;br /&gt;
To use R Antispam follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to https://extensions.joomla.org/extension/r-antispam/ and press the download button on the right side, to start downloading the extension&lt;br /&gt;
* Go to the admin panel on your Joomla website&lt;br /&gt;
* On the top of this page select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Install&amp;quot;&lt;br /&gt;
* Press the green &amp;quot;Browse for files&amp;quot;-button, and select the .zip file you just downloaded in the first step&lt;br /&gt;
* Now your plugin should be installed, but to make sure that it is working and active go to the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot;&lt;br /&gt;
* This will give you a list of all installed plugins. Now search for the R Antispam plugin and make sure that the status says active (a green V is shown)&lt;br /&gt;
&lt;br /&gt;
Now the plugin is working and spam can be prevented.&lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
CAPTCHA, originally from a complicated acronym, is a term used for different kinds of challenges to prevent automated scripts from trying to comment, register or login on websites. reCAPTCHA is a project owned by Google that is quite successful at designing these challenges. You probably know reCAPTCHA as the &amp;quot;I'm not a robot&amp;quot; checkbox you often have to press. More details are available on &amp;lt;nowiki&amp;gt;https://google.com/recaptcha&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use Google's reCAPTCHA follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to google's reCAPTCHA administrator page(https://www.google.com/recaptcha/admin) and register your site&lt;br /&gt;
	&lt;br /&gt;
* Navigate to the admin panel of your Joomla installation and select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Plugins&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Search for 'recaptcha' in the search box and enable the &amp;quot;CAPTCHA - reCAPTCHA&amp;quot;-plugin by clicking on the status icon next to the name&lt;br /&gt;
&lt;br /&gt;
* Once complete it is '''critical''' that you configure your reCAPTCHA properly&lt;br /&gt;
** Go to reCAPTCHA's configuration page by clicking the plugin's name in the same panel where you enabled it&lt;br /&gt;
** Now fill in the required keys you got on google's reCAPTCHA's administrator page before&lt;br /&gt;
** When finished entering these keys, press the &amp;quot;Save &amp;amp; Close&amp;quot; button to save your settings&lt;br /&gt;
From now on, when for example registering an account, Joomla will ask to fill in a reCAPTCHA&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Overview&amp;diff=1478</id>
		<title>Overview</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Overview&amp;diff=1478"/>
		<updated>2021-08-02T19:22:07Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;background:#f9f9f9;border:1px solid #ddd;font-size:95%;padding:1.5em;&amp;quot;&amp;gt;&lt;br /&gt;
Welcome to our documentation website. Many of the common procedures and issues our users experience are described here. If you still encounter problems we haven't covered or you just can't seem to get things to work, even though you followed one of our manuals, feel free to contact us on ulyssis@ulyssis.org for personal support.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Account ==&lt;br /&gt;
* [[Registering a new account]]&lt;br /&gt;
* [[Renewing your account]]&lt;br /&gt;
* [[Transferring your account]]&lt;br /&gt;
* [[Resetting your password]]&lt;br /&gt;
* [[Reducing disk usage|Help, my account uses too much disk space]]&lt;br /&gt;
* [[Why do I have to pay 0.00 euro and how?]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
== Files ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Using SSHFS]]&lt;br /&gt;
* [[Making Backups]]&lt;br /&gt;
* [[Secure file permissions]]&lt;br /&gt;
* [[Reducing disk usage]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Webserver ==&lt;br /&gt;
* [[Webserver changes summer 2020]]&lt;br /&gt;
* [[Using your webspace]]&lt;br /&gt;
* [[Using (Fast)CGI for non-PHP websites]]&lt;br /&gt;
* [[Getting Apache logs]]&lt;br /&gt;
* [[Managing PHP errors]]&lt;br /&gt;
* [[Setting PHP options]]&lt;br /&gt;
* [[Sending email from websites]]&lt;br /&gt;
* [[Adding domain names|Adding domain names (.be, .com, .org, ...)]]&lt;br /&gt;
* [[Getting SSL/TLS|Getting SSL/TLS (HTTPS security)]]&lt;br /&gt;
* [[Shibboleth|Shibboleth (Centrale KU Leuven Login)]]&lt;br /&gt;
* [[Claiming a port]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Mail ==&lt;br /&gt;
* [[Introduction to ULYSSIS email]]&lt;br /&gt;
* [[Mailbox]]&lt;br /&gt;
* [[Forwarders]]&lt;br /&gt;
* [[Using a forwarder as an alias]]&lt;br /&gt;
* [[Add an alias in Gmail]]&lt;br /&gt;
* [[Add an alias in Hotmail/Outlook]]&lt;br /&gt;
* [[Add an alias in Thunderbird]]&lt;br /&gt;
* [[Fetch your KU Leuven email into another email address]]&lt;br /&gt;
* [[Spam]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== CMSs ==&lt;br /&gt;
* [[Software Version Checker]]&lt;br /&gt;
* [[Setting up WordPress]]&lt;br /&gt;
* [[Setting up Drupal]]&lt;br /&gt;
* [[Setting up Joomla]]&lt;br /&gt;
* [[Setting up MediaWiki]]&lt;br /&gt;
* [[Updating WordPress]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Security &amp;amp; anti-spam ==&lt;br /&gt;
* [[Secure file permissions]]&lt;br /&gt;
* [[Software Version Checker]]&lt;br /&gt;
* [[Preventing spam on Wordpress]]&lt;br /&gt;
* [[Preventing spam on Joomla]]&lt;br /&gt;
* [[Preventing spam on Drupal]]&lt;br /&gt;
* [[Preventing spam on MediaWiki]]&lt;br /&gt;
* [[Securing MediaWiki using Centrale KU Leuven Login]]&lt;br /&gt;
* [[ULYSSIS security measures]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Databases ==&lt;br /&gt;
* [[Using PostgreSQL]]&lt;br /&gt;
* [[Using MySQL]]&lt;br /&gt;
* [[Using PHPMyAdmin]]&lt;br /&gt;
* [[Using PHPPgAdmin]]&lt;br /&gt;
* [[Using Adminer]]&lt;br /&gt;
* [[Making Backups]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Shell ==&lt;br /&gt;
* [[Accessing your files]]&lt;br /&gt;
* [[Transferring files over SFTP]]&lt;br /&gt;
* [[Accessing shell servers over SSH]]&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
* [[Useful Linux Commands]]&lt;br /&gt;
* [[Managing Cron jobs]]&lt;br /&gt;
* [[Claiming a port]]&lt;br /&gt;
* [[Installing packages]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Versioning ==&lt;br /&gt;
* [[GitLab]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;width:45%;float:left&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ULYSSIS Public Services  ==&lt;br /&gt;
* [[ULYSSIS public IRC]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:45%;float:left;padding-right:10px;&amp;quot;&amp;gt;&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
* [[Using the kulemt package]]&lt;br /&gt;
* [[Exporting your KU Leuven class schedule and calendar]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1477</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1477"/>
		<updated>2021-08-02T19:20:53Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings4.png|thumb|430x430px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|427x427px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1476</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1476"/>
		<updated>2021-08-02T19:19:28Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings4.png|thumb|399x399px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|427x427px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1475</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1475"/>
		<updated>2021-08-02T19:19:01Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings4.png|thumb|370x370px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|402x402px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Agendasettings4.png&amp;diff=1474</id>
		<title>File:Agendasettings4.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Agendasettings4.png&amp;diff=1474"/>
		<updated>2021-08-02T19:18:44Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;agendasettings4&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=KULoket_agenda_iCal_feed&amp;diff=1473</id>
		<title>KULoket agenda iCal feed</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=KULoket_agenda_iCal_feed&amp;diff=1473"/>
		<updated>2021-08-02T18:50:32Z</updated>

		<summary type="html">&lt;p&gt;Casper: Casper moved page KULoket agenda iCal feed to Exporting your KU Leuven class schedule and calendar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Exporting your KU Leuven class schedule and calendar]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1472</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1472"/>
		<updated>2021-08-02T18:50:32Z</updated>

		<summary type="html">&lt;p&gt;Casper: Casper moved page KULoket agenda iCal feed to Exporting your KU Leuven class schedule and calendar&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|476x476px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|402x402px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1471</id>
		<title>Preventing spam on Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1471"/>
		<updated>2021-08-01T13:16:24Z</updated>

		<summary type="html">&lt;p&gt;Casper: /* Detecting spam */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting spam ==&lt;br /&gt;
By default, Joomla has no option no enable comments, contacts or user registrations. Most of these options are managed through Joomla plugins/extensions. These extensions will allow by default that any user (or bot) can make comments, register an account, etc. To prevent these people or bots attacking your website, a few steps can be taken that are listed below. It can be the better option to completely restricts comments and any forms of contacts, but of course this is not always possible.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
As mentioned above, it's better in most cases to simply not allow comments or to restrict them very heavily than having to deal with spam. If you have no other choice, there are some options available to help you out. It's important to keep in mind that both options below rely on external service providers for some aspects of their spam detection.&lt;br /&gt;
&lt;br /&gt;
=== R Antispam ===&lt;br /&gt;
R Antispam is an extension for Joomla that works via the Bayesian algorithm to prevent spam on your Joomla website. It can protect you from spam on many different forms. On top of that, the extension is free to download and use.&lt;br /&gt;
&lt;br /&gt;
To use R Antispam follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to https://extensions.joomla.org/extension/r-antispam/ and press the download button on the right side, to start downloading the extension&lt;br /&gt;
* Go to the admin panel on your Joomla website&lt;br /&gt;
* On the top of this page select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Install&amp;quot;&lt;br /&gt;
* Press the green &amp;quot;Browse for files&amp;quot;-button, and select the .zip file you just downloaded in the first step&lt;br /&gt;
* Now your plugin should be installed, but to make sure that it is working and active go to the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot;&lt;br /&gt;
* This will give you a list of all installed plugins. Now search for the R Antispam plugin and make sure that the status says active (a green V is shown)&lt;br /&gt;
&lt;br /&gt;
Now the plugin is working and spam can be prevented.&lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
CAPTCHA, originally from a complicated acronym, is a term used for different kinds of challenges to prevent automated scripts from trying to comment, register or login on websites. reCAPTCHA is a project owned by Google that is quite successful at designing these challenges. You probably know reCAPTCHA as the &amp;quot;I'm not a robot&amp;quot; checkbox you often have to press. More details are available on &amp;lt;nowiki&amp;gt;https://google.com/recaptcha&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use Google's reCAPTCHA follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to google's reCAPTCHA administrator page(https://www.google.com/recaptcha/admin) and register your site&lt;br /&gt;
	&lt;br /&gt;
* Navigate to the admin panel of your Joomla installation and select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Plugins&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Search for 'recaptcha' in the search box and enable the &amp;quot;CAPTCHA - reCAPTCHA&amp;quot;-plugin by clicking on the status icon next to the name&lt;br /&gt;
&lt;br /&gt;
* Once complete it is '''critical''' that you configure your reCAPTCHA properly&lt;br /&gt;
** Go to reCAPTCHA's configuration page by clicking the plugin's name in the same panel where you enabled it&lt;br /&gt;
** Now fill in the required keys you got on google's reCAPTCHA's administrator page before&lt;br /&gt;
** When finished entering these keys, press the &amp;quot;Save &amp;amp; Close&amp;quot; button to save your settings&lt;br /&gt;
From now on, when for example registering an account, Joomla will ask to fill in a reCAPTCHA&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1470</id>
		<title>Preventing spam on Joomla</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Preventing_spam_on_Joomla&amp;diff=1470"/>
		<updated>2021-08-01T13:14:42Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Restricting spam ==&lt;br /&gt;
By default, Joomla has no option no enable comments, contacts or user registrations. Most of these options are managed through Joomla plugins/extensions. These extensions will allow by default that any user (or bot) can make comments, register an account, etc. To prevent these people or bots attacking your website, a few steps can be taken that are listed below.&lt;br /&gt;
&lt;br /&gt;
==Detecting spam==&lt;br /&gt;
&lt;br /&gt;
=== R Antispam ===&lt;br /&gt;
R Antispam is an extension for Joomla that works via the Bayesian algorithm to prevent spam on your Joomla website. It can protect you from spam on many different forms. On top of that, the extension is free to download and use.&lt;br /&gt;
&lt;br /&gt;
To use R Antispam follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to https://extensions.joomla.org/extension/r-antispam/ and press the download button on the right side, to start downloading the extension&lt;br /&gt;
* Go to the admin panel on your Joomla website&lt;br /&gt;
* On the top of this page select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Install&amp;quot;&lt;br /&gt;
* Press the green &amp;quot;Browse for files&amp;quot;-button, and select the .zip file you just downloaded in the first step&lt;br /&gt;
* Now your plugin should be installed, but to make sure that it is working and active go to the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot; -&amp;gt; &amp;quot;Manage&amp;quot;&lt;br /&gt;
* This will give you a list of all installed plugins. Now search for the R Antispam plugin and make sure that the status says active (a green V is shown)&lt;br /&gt;
&lt;br /&gt;
Now the plugin is working and spam can be prevented.&lt;br /&gt;
&lt;br /&gt;
===Google's reCAPTCHA===&lt;br /&gt;
CAPTCHA, originally from a complicated acronym, is a term used for different kinds of challenges to prevent automated scripts from trying to comment, register or login on websites. reCAPTCHA is a project owned by Google that is quite successful at designing these challenges. You probably know reCAPTCHA as the &amp;quot;I'm not a robot&amp;quot; checkbox you often have to press. More details are available on &amp;lt;nowiki&amp;gt;https://google.com/recaptcha&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use Google's reCAPTCHA follow these instructions:&lt;br /&gt;
&lt;br /&gt;
* Go to google's reCAPTCHA administrator page(https://www.google.com/recaptcha/admin) and register your site&lt;br /&gt;
	&lt;br /&gt;
* Navigate to the admin panel of your Joomla installation and select the tab &amp;quot;Extensions&amp;quot; -&amp;gt; &amp;quot;Plugins&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Search for 'recaptcha' in the search box and enable the &amp;quot;CAPTCHA - reCAPTCHA&amp;quot;-plugin by clicking on the status icon next to the name&lt;br /&gt;
&lt;br /&gt;
* Once complete it is '''critical''' that you configure your reCAPTCHA properly&lt;br /&gt;
** Go to reCAPTCHA's configuration page by clicking the plugin's name in the same panel where you enabled it&lt;br /&gt;
** Now fill in the required keys you got on google's reCAPTCHA's administrator page before&lt;br /&gt;
** When finished entering these keys, press the &amp;quot;Save &amp;amp; Close&amp;quot; button to save your settings&lt;br /&gt;
From now on, when for example registering an account, Joomla will ask to fill in a reCAPTCHA&lt;br /&gt;
[[Category:Security &amp;amp; anti-spam]]&lt;br /&gt;
[[Category:CMSs]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1469</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1469"/>
		<updated>2021-07-24T15:47:46Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|476x476px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|402x402px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1468</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1468"/>
		<updated>2021-07-24T15:40:12Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Thunderbird, Outlook, Windows Calendar, etc.), following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb|359x359px]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by visiting [http://kuloket.be kuloket.be] . Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|415x415px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed further here. If you adjusted the setting correctly it would look something like the screenshot on the right.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by visiting [https://owa.student.kuleuven.be owa.student.kuleuven.be] .This should bring you to your personal mailbox. In the top right corner of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are put on Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb|353x353px]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot and that you are looking at time period where classes are scheduled and not a holiday period.&lt;br /&gt;
&lt;br /&gt;
Continuing in the top right corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
*''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
*''Subject:'' This is the message you will send to the address you entered above, but the content of the message      does not really matter. You can leave it as it is.&lt;br /&gt;
*''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|402x402px]]&lt;br /&gt;
If you filled in the information correctly, made sure the chosen email address is right, and compared the information to the screenshot on the right, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need the second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda can vary widely depending on which personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
Almost all calendar services support importing iCal. If your chosen calendar service is not listed here, you can try searching the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1445</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1445"/>
		<updated>2021-07-06T21:49:14Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Outlook, Windows Calendar, etc.), and by following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by using the following [http://kuloket.be link]. Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|415x415px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed here further. If you adjusted the setting correctly it would look something like the screenshot here.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by using the following [https://owa.student.kuleuven.be link]. This should bring you to your personal Mailbox. On the top right hand side of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are uploaded to Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot.&lt;br /&gt;
Continuing in the top right hand corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
* ''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be done by default).&lt;br /&gt;
* ''Subject:'' This is the message you will send to the address you entered above, but because it is your own, the content of the message does not really matter. You can leave it as it is.&lt;br /&gt;
* ''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|335x335px]]&lt;br /&gt;
If you filled in the information correctly, and made sure the chosen email address is right, and compared the information to the screenshot here, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need to second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda, can be very dependent from what personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
If your chosen calendar service is not listed here, it does not mean it won't work. Most services support importing iCal. We advice that you search the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1444</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1444"/>
		<updated>2021-07-06T21:47:54Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This guide will explain how your KU Leuven calendar, which you can see on Toledo, can be made more accessible even outside of Toledo. The procedure can be done by synchronizing the KU Leuven calendar with your personal agenda (e.g. Google Calendar, Outlook, Windows Calendar, etc.), and by following the steps below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by using the following [http://kuloket.be link]. Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|415x415px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed here further. If you adjusted the setting correctly it would look something like the screenshot here.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by using the following [https://owa.student.kuleuven.be link]. This should bring you to your personal Mailbox. On the top right hand side of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are uploaded to Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot.&lt;br /&gt;
Continuing in the top right hand corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
* ''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be by default).&lt;br /&gt;
* ''Subject:'' This is the message you will send to the address you entered above, but because it is your own, the content of the message does not really matter. You can leave it as it is.&lt;br /&gt;
* ''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|335x335px]]&lt;br /&gt;
If you filled in the information correctly, and made sure the chosen email address is right, and compared the information to the screenshot here, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need to second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda, can be very dependent from what personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
If your chosen calendar service is not listed here, it does not mean it won't work. Most services support importing iCal. We advice that you search the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1443</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1443"/>
		<updated>2021-07-06T21:35:58Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to add your KULeuven calendar to your personal agenda (e.g. Google Calendar, Outlook, Windows Calendar, etc.). This can be done by following the guide below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by using the following [http://kuloket.be link]. Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|415x415px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed here further. If you adjusted the setting correctly it would look something like the screenshot here.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
The following step will be to '''visit your personal student email'''. This can be done again via Toledo or by using the following [https://owa.student.kuleuven.be link]. This should bring you to your personal Mailbox. On the top right hand side of the page, you should see 3 tabs (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are uploaded to Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot.&lt;br /&gt;
Continuing in the top right hand corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
* ''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be by default).&lt;br /&gt;
* ''Subject:'' This is the message you will send to the address you entered above, but because it is your own, the content of the message does not really matter. You can leave it as it is.&lt;br /&gt;
* ''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|335x335px]]&lt;br /&gt;
If you filled in the information correctly, and made sure the chosen email address is right, and compared the information to the screenshot here, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need to second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda, can be very dependent from what personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
If your chosen calendar service is not listed here, it does not mean it won't work. Most services support importing iCal. We advice that you search the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1442</id>
		<title>Exporting your KU Leuven class schedule and calendar</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=Exporting_your_KU_Leuven_class_schedule_and_calendar&amp;diff=1442"/>
		<updated>2021-07-06T21:33:33Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;While relatively unknown, it is possible to add your KULeuven calendar to your personal agenda (e.g. Google Calendar, Outlook, Windows Calendar, etc.). This can be done by following the guide below.&lt;br /&gt;
&lt;br /&gt;
= Synchronizing your KU Leuven calendar =&lt;br /&gt;
[[File:Kuloket3.png|thumb]]&lt;br /&gt;
Your first step will be to visit KU Loket via Toledo or by using the following [http://kuloket.be link]. Using the tabs on top of this page, go to '''Agenda''' and select '''Agenda Sync''' below, as shown in the picture.&lt;br /&gt;
&lt;br /&gt;
Now you will get an overview of 3 buttons (configure series, configure agenda, reload schedule). Here you will need to select '''configure agenda''', to start configuring the settings of your KU Leuven calendar.&lt;br /&gt;
[[File:Agendasettings3.png|thumb|415x415px]]&lt;br /&gt;
This should give you a page with multiple options. The only setting we will need to change here, is the switch for '''Show schedule in my agenda'''. This should be switched to '''On'''. The rest of the settings can be changed to your personal liking, but are not necessary to be edited for synchronizing your agenda so they will not be discussed here further. If you adjusted the setting correctly it would look something like the screenshot here.&lt;br /&gt;
&lt;br /&gt;
Now before continuing to the next few steps, we will need to '''wait about 15 minutes''', to make sure KU Loket saved all the settings correctly.&lt;br /&gt;
&lt;br /&gt;
Our following step will be to '''visit your personal student email'''. This can be done again via Toledo or by using the following [https://owa.student.kuleuven.be link]. This should bring you to your personal Mailbox. On the top right hand side of the page, there should be 3 tabs again (Mail, Calendar, People). Here you will need to select '''Calendar''', which should bring you to a page with an overview of the KU Leuven calendar (future tasks and courses that are uploaded to Toledo by your professors, should also be shown here now).&lt;br /&gt;
[[File:Menushare2.png|thumb]]&lt;br /&gt;
If the calendar is still completely empty, check if your agenda settings in KU Loket are set correctly according to the screenshot.&lt;br /&gt;
Continuing in the top right hand corner of the page, below the menu bar, there should be 2 buttons (share, print), as shown in the screenshot. You will need to select the '''share''' button. This will open a side-panel with 3 different fields.&lt;br /&gt;
&lt;br /&gt;
* ''Share with:'' Here you need to enter a personal (non-KU Leuven) email address. When you have filled in the address, make sure 'full details' is selected from the dropdown menu (this should be by default).&lt;br /&gt;
* ''Subject:'' This is the message you will send to the address you entered above, but because it is your own, the content of the message does not really matter. You can leave it as it is.&lt;br /&gt;
* ''Calendar:'' This defines that you will share your calendar. You can leave it as it is.&lt;br /&gt;
&lt;br /&gt;
[[File:Share calendar.png|thumb|335x335px]]&lt;br /&gt;
If you filled in the information correctly, and made sure the chosen email address is right, and compared the information to the screenshot here, you can press '''Send'''.&lt;br /&gt;
&lt;br /&gt;
Now you will need to check the mailbox of the email address you entered before. Normally you should have received an email with two weblinks. The first link (ending on .html) shows your calendar in your webbrowser, the second link (ending on .ics) is your iCal feed. In this case we will need to second link.&lt;br /&gt;
&lt;br /&gt;
Importing the iCal link to your chosen personal agenda, can be very dependent from what personal agenda you are using. We list a few links here on how to import iCal into the agenda for the most common services:&lt;br /&gt;
&lt;br /&gt;
* ''Google Calendar:'' https://support.google.com/calendar/answer/37648?hl=en&lt;br /&gt;
* ''Outlook Calendar:'' https://www.howtogeek.com/661142/how-to-add-an-icalendar-link-to-your-outlook-calendar/&lt;br /&gt;
* ''Thunderbird:'' https://support.mozilla.org/en-US/questions/1105153&lt;br /&gt;
&lt;br /&gt;
If your chosen calendar service is not listed here, it does not mean it won't work. Most services support importing iCal. We advice that you search the internet on how to import iCal for your service.&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Menushare2.png&amp;diff=1441</id>
		<title>File:Menushare2.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Menushare2.png&amp;diff=1441"/>
		<updated>2021-07-06T21:33:06Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Menushare2&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=File:Agendasettings3.png&amp;diff=1440</id>
		<title>File:Agendasettings3.png</title>
		<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/index.php?title=File:Agendasettings3.png&amp;diff=1440"/>
		<updated>2021-07-06T21:31:43Z</updated>

		<summary type="html">&lt;p&gt;Casper: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Agendasettings3&lt;/div&gt;</summary>
		<author><name>Casper</name></author>
	</entry>
</feed>