TubeStudio Installation Instructions

From TMM Wiki
Revision as of 15:40, 2 August 2009 by Tmmdan (talk | contribs)
Jump to navigationJump to search

Below are the instructions for self installation of Too Much Media's TubeStudio.


Server Instructions

The quick installation contains a simple list of instructions and expects the installer to be able to follow an on screen prompts and questions as well as configure any needed systems on the server.

Download

Download Tube Studio to the web server that will run your tube sites. Example:

wget "<download url>" 
If you get a ''wget'' comand not found message use this instead:
fetch "<download url>"

Unzip

Unzip the compressed archive. Example:

tar -xzf tube_1_0_17_1.tar.bz2

Install

Run the install.sh script from within the new directory called 'tube' by default. Example:

cd tube
sh install.sh

Web Server

Most web servers require different settings to create new websites. If you are unfamiliar on how to properly configure your web server you should ask your hosting company to assist you with this step.

Admin Site

The Tube admin runs from its own hostname. If you already have a primary tube site domain you can just create a sub domain called admin. The document root of the admin domain should point to /path/to/tube/www/. So if you installed Tube Studio in the directory /home/domains/tube/ then you would make the document root '/home/domains/tube/www/.

Tube Sites

Tube studio can support multiple sites by default. Each one will use the same set of scripts located in /path/to/tube/site_scripts/. The easiest way to set up a new domain site is to make the site_scripts directory the document root for all tube sites. If you host does not support multiple domains using the same document root then you can give each domain its own document root and then create a symlink for all the needed files from the the domains document root to the site_scripts directory. You can Either symlink the entire directory or all the files within the directory.


Web Instructions

After pointing your web browser to the URL you already set up for TubeStudio you will see the TMM graphical installer. Each pages will displayed detailed information about how to complete the current steps.

Prerequisites

The Prerequisites page checks your servers current settings and verifies they it meets the minimum requirments to install and run TubeStudio. Each test will give you one of the following messages:

passed

You meet the minimum requirement but it is recommended you increase the value


Common Problems

Missing config.php file

This indicates that you did not run the install.sh script from the root directory of TubeStudio. You will often see an error like this:

include_once(/home/path/to/tube/www/../includes/config.php) [function.include-once]: failed to open stream: No such file or directory