<?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=Kevin</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=Kevin"/>
	<link rel="alternate" type="text/html" href="https://docs.ulyssis.org/Special:Contributions/Kevin"/>
	<updated>2026-05-30T19:26:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.15</generator>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=533</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=533"/>
		<updated>2017-11-08T20:49:31Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* How to install Wordpress for your account */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Wordpress for your account==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database configuration:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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; or &amp;lt;code&amp;gt;postgresql.ulyssis.org&amp;lt;/code&amp;gt;. It depends on whether you want to use a MySQL or PostgreSQL database.&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 will need to create a new folder in &lt;br /&gt;
your www-directory on your shell account. Then you'll need a virtual host for this folder, so you'll&lt;br /&gt;
have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you will need to do the same steps that you would &lt;br /&gt;
need to 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://codex.wordpress.org/Create_A_Network multisite] option. &lt;br /&gt;
You can find more help about it [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=529</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=529"/>
		<updated>2017-11-08T20:22:31Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* 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 will need to install Drupal from their website, http://drupal.org. You will receive a&lt;br /&gt;
compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading. First it will ask you to choose a language and after that a profile. If you do not know what profile to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requirements'' page, then you should just follow the steps described there. Finally the installer will ask you to set your database configuration:&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;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=528</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=528"/>
		<updated>2017-11-08T20:22:20Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* 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 will need to install Drupal from their website, http://drupal.org. You will receive a&lt;br /&gt;
compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on&lt;br /&gt;
*your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading. First it will ask you to choose a language and after that a profile. If you do not know what profile to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requirements'' page, then you should just follow the steps described there. Finally the installer will ask you to set your database configuration:&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;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=527</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=527"/>
		<updated>2017-11-08T20:22:02Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* 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 will need to install Drupal from their website, http://drupal.org. You will receive a&lt;br /&gt;
compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on&lt;br /&gt;
*your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading.&lt;br /&gt;
First it will ask you to choose a language and after that a profile. If you do not know what profile&lt;br /&gt;
to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requirements&amp;quot;&amp;quot; page, then you should just follow the steps described there. Finally the installer will ask you to set your database configuration:&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;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_Drupal&amp;diff=526</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=526"/>
		<updated>2017-11-08T20:20:37Z</updated>

		<summary type="html">&lt;p&gt;Kevin: fix vuil engels&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Drupal for your account==&lt;br /&gt;
&lt;br /&gt;
First you will need to install Drupal from their website, http://drupal.org. You will receive a&lt;br /&gt;
compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on&lt;br /&gt;
*your username here*.ulyssis.be. Click on the Drupal directory and the installer will start loading.&lt;br /&gt;
First it will ask you to choose a language and after that a profile. If you do not know what profile&lt;br /&gt;
to choose, you should choose the standard one. If the installer doesn't skip the ''Verify requiremen$&lt;br /&gt;
page, then you should just follow the steps described there. Finally the installer will ask you to&lt;br /&gt;
set your database configuration:&lt;br /&gt;
&lt;br /&gt;
*'''Database name:''' If you haven't created a MySQL or PostgreSQL database/user on UCC, then you'll$&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 &amp;quot;Advanced op$&lt;br /&gt;
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;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=525</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=525"/>
		<updated>2017-11-08T20:12:01Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* How to install Wordpress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Wordpress for your account==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database configuration:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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;&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 will need to create a new folder in &lt;br /&gt;
your www-directory on your shell account. Then you'll need a virtual host for this folder, so you'll&lt;br /&gt;
have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you will need to do the same steps that you would &lt;br /&gt;
need to 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://codex.wordpress.org/Create_A_Network multisite] option. &lt;br /&gt;
You can find more help about it [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=524</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=524"/>
		<updated>2017-11-07T20:13:09Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* How to install Wordpress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Wordpress==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database configuration:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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;&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 will need to create a new folder in &lt;br /&gt;
your www-directory on your shell account. Then you'll need a virtual host for this folder, so you'll&lt;br /&gt;
have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you will need to do the same steps that you would &lt;br /&gt;
need to 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://codex.wordpress.org/Create_A_Network multisite] option. &lt;br /&gt;
You can find more help about it [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=523</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=523"/>
		<updated>2017-11-06T02:04:02Z</updated>

		<summary type="html">&lt;p&gt;Kevin: wat is degelijk engels¿?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Wordpress==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database credentials:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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;&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 will need to create a new folder in &lt;br /&gt;
your www-directory on your shell account. Then you'll need a virtual host for this folder, so you'll&lt;br /&gt;
have to send us an email asking for this.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you will need to do the same steps that you would &lt;br /&gt;
need to 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://codex.wordpress.org/Create_A_Network multisite] option. &lt;br /&gt;
You can find more help about it [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=522</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=522"/>
		<updated>2017-11-06T01:46:20Z</updated>

		<summary type="html">&lt;p&gt;Kevin: /* Installing wordpress on our servers is definitely easy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==How to install Wordpress==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database credentials:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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;&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 then you the create a new folder in your homedir from your shell account. You need a new virtual host, send us an email and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you need to do al the same steps as for a regular wordpress installation.&lt;br /&gt;
&lt;br /&gt;
You could also use the Wordpress [https://codex.wordpress.org/Create_A_Network multisite] option. You can find more help about the multisite option [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
	<entry>
		<id>https://docs.ulyssis.org/index.php?title=Setting_up_WordPress&amp;diff=521</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=521"/>
		<updated>2017-11-06T01:45:07Z</updated>

		<summary type="html">&lt;p&gt;Kevin: Beetje degelijke tekst maken ipv google translate&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installing wordpress on our servers is definitely easy==&lt;br /&gt;
&lt;br /&gt;
First you will need to download Wordpress from their website, https://wordpress.org. You will &lt;br /&gt;
receive a compressed file (.tar.gz or .zip) that you'll have to extract.&lt;br /&gt;
&lt;br /&gt;
The files that you've extracted will need to be moved to your www-directory on your shell account.&lt;br /&gt;
You can do this by copying them there using Filezilla or any other FTP client.&lt;br /&gt;
&lt;br /&gt;
After you've copied those files to your www-directory, you'll have to go to your account on *your username here*.ulyssis.be. You will then receive a notification telling you your &amp;lt;code&amp;gt;wp-config.php&amp;lt;/code&amp;gt; has to be created. The easiest way to do this is by following the wizard, so you can click on &amp;quot;Create a configuration file&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Go through to the wizard until it prompts you for your database credentials:&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;
*'''Username:''' The name you used during the creation of your database account.&lt;br /&gt;
*'''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;&lt;br /&gt;
* You don't need to change the last field.&lt;br /&gt;
&lt;br /&gt;
After that you can proceed in the wizard where you can fill in some last few details. By then the &lt;br /&gt;
wizard will do the rest and, congratulations, you have installed Wordpress.&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 then you the create a new folder in your homedir from your shell account. You need a new virtual host, send us an email and we will create one for you.&lt;br /&gt;
&lt;br /&gt;
After your new virtual host has been configured, you need to do al the same steps as for a regular wordpress installation.&lt;br /&gt;
&lt;br /&gt;
You could also use the Wordpress [https://codex.wordpress.org/Create_A_Network multisite] option. You can find more help about the multisite option [https://wordpress.org/support/forum/multisite here].&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>
	</entry>
</feed>