Running multiple websites: Difference between revisions

(Created page with "==Setting up multiple instances on your website== When you finished setting up any CMS (e.g. WordPress, Joomla, Drupal, etc.), perhaps you want a second installation of a CMS...")
 
mNo edit summary
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Setting up multiple instances on your website==
It's definitely possible to run multiple websites on a single ULYSSIS account. So you do not need to buy a new account to run a secondary website on. Very often this is used for running a wiki installation together with a WordPress installation, but in fact you can combine almost any CMS (like WordPress, Drupal or Joomla) or software. This is also called 'running multiple instances'.
When you finished setting up any CMS (e.g. WordPress, Joomla, Drupal, etc.), perhaps you want a second installation of a CMS on your website. For example: you have your main WordPress website running on the URL wordpress.com, but you also want another new WordPress site on second.wordpress.org .


To do this you will need to follow a few steps:
As an example: You have a primary WordPress installation on youroganization.be, but beside that you would also like a blog that runs on Joomla. By following this guide, you can have a main WordPress installation while also having a separate blog on blog.yourorganization.be . The "blog." of this URL is also called a subdomain. If you would like more information regarding subdomains and what they can be used for, you can visit [https://www.domain.com/blog/2019/01/15/subdomain/ this] website.


First of all, you will need to access one of our shell servers. For more information about how to do this, you can visit: [[Accessing your files]].
So to run multiple installations on your website, you will need to follow a few steps:


Continuing, we need to make a new directory in your homedir, next to the <code>www</code> folder where you placed the first installation of the CMS. It is possible to place the new directory inside your <code>www</code> folder, but we do not recommend this because it will be very confusing for later maintenance/updates.
First of all, you will need access to one of our shell servers. If you need more information on how to do this, you can visit the following page: [[Accessing your files]].
We also recommend to name this directory to something obvious (e.g. a directory named <code>wiki</code> for a wiki installation), this will help others in the future.


Next, you will need to send us an email at ulyssis@ulyssis.org to make a VHOST for this new directory. The information you need to send us is: the path of the new directory and the domain you want this website to be on (e.g. wiki.wordpress.org).  
Continuing, we need to make a new directory in your home folder, preferably next to the <code>www</code> folder where you installed the software that is running on your main website. It is also possible to install the new software to a new directory inside your <code>www</code>, but we do not recommend this for most users because it will be very confusing for later maintenance and updates. We also recommend to name the new directory to something obvious (e.g. a directory named <code>wiki</code> for a wiki installation), this will help future maintainers of your account.


When you receive a reply back from us that everything is in order, you will need to follow the steps again to install the new CMS in this directory.
Next, you will need to send us an email at ulyssis@ulyssis.org to connect the the newly made directory to your subdomain. The information you need to send us is: the '''path''' to the new directory (often this will look something like this: /home/user/<your_username>/<name_of_the_directory>), and the '''subdomain''' you want this website to run on (e.g. blog.yourorganization.be).  


Here follows a list of things to be careful for when doing this:
When you receive a reply back from us that everything is in order, you will need to follow the steps from https://docs.ulyssis.org/Setting_up_WordPress, https://docs.ulyssis.org/Setting_up_Joomla, https://docs.ulyssis.org/Setting_up_Drupal or something else. This depends on what software you are planning to install on the new subdomain. While running the setup for your software, make sure to you install it to the '''right directory''', and adjust the configurations where needed.
{{notice| Warning| Make sure you install the new instance in the '''correct folder'''}}
 
{{notice| Warning| Be careful when using the .htaccess file, as it may cause problem with multiple instances}}
If you have made edits to the .htaccess file for your website in the past, be cautious as it may interfere with your new installation on the subdomain.
{{notice| Warning| When installing your new CMS, make sure you configure the setting correctly for this installation as it will not be exactly the same as your previous setup}}
 
{{notice| Warning| Provide the correct information when sending us an email for creating the new VHOST}}
When everything is complete, you should now have another website running at e.g. <chosen_subdomain>.yourorganization.be .
 
If you have further questions or problems regarding the guide above, do not hesitate to contact us.

Revision as of 00:02, 22 December 2020

It's definitely possible to run multiple websites on a single ULYSSIS account. So you do not need to buy a new account to run a secondary website on. Very often this is used for running a wiki installation together with a WordPress installation, but in fact you can combine almost any CMS (like WordPress, Drupal or Joomla) or software. This is also called 'running multiple instances'.

As an example: You have a primary WordPress installation on youroganization.be, but beside that you would also like a blog that runs on Joomla. By following this guide, you can have a main WordPress installation while also having a separate blog on blog.yourorganization.be . The "blog." of this URL is also called a subdomain. If you would like more information regarding subdomains and what they can be used for, you can visit this website.

So to run multiple installations on your website, you will need to follow a few steps:

First of all, you will need access to one of our shell servers. If you need more information on how to do this, you can visit the following page: Accessing your files.

Continuing, we need to make a new directory in your home folder, preferably next to the www folder where you installed the software that is running on your main website. It is also possible to install the new software to a new directory inside your www, but we do not recommend this for most users because it will be very confusing for later maintenance and updates. We also recommend to name the new directory to something obvious (e.g. a directory named wiki for a wiki installation), this will help future maintainers of your account.

Next, you will need to send us an email at ulyssis@ulyssis.org to connect the the newly made directory to your subdomain. The information you need to send us is: the path to the new directory (often this will look something like this: /home/user/<your_username>/<name_of_the_directory>), and the subdomain you want this website to run on (e.g. blog.yourorganization.be).

When you receive a reply back from us that everything is in order, you will need to follow the steps from https://docs.ulyssis.org/Setting_up_WordPress, https://docs.ulyssis.org/Setting_up_Joomla, https://docs.ulyssis.org/Setting_up_Drupal or something else. This depends on what software you are planning to install on the new subdomain. While running the setup for your software, make sure to you install it to the right directory, and adjust the configurations where needed.

If you have made edits to the .htaccess file for your website in the past, be cautious as it may interfere with your new installation on the subdomain.

When everything is complete, you should now have another website running at e.g. <chosen_subdomain>.yourorganization.be .

If you have further questions or problems regarding the guide above, do not hesitate to contact us.