TubeStudio Installation Instructions

From TMM Wiki
Revision as of 17:23, 27 July 2009 by Tmmdan (talk | contribs) (New page: TubeStudio allows for self installation after downloading the compressed file from Too Much Media's website. Depending on your level of experiance installing web applications and/or prod...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

TubeStudio allows for self installation after downloading the compressed file from Too Much Media's website. Depending on your level of experiance installing web applications and/or products from Too Much Media you can either follow the quick or detailed instructions.


Quick 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.


  1. Download Tube Studio to your server

Example:

wget "<download url>" 
OR
fetch "<download url>"
  1. Unzip the compressed archive.

Example:

tar -xzf tube_1_0_17_1.tar.bz2
  1. Run the install.sh script from within the new directory

Example:

cd tube
sh install.sh
  1. Make the document root of the admin domain point to /path/to/tube/www
  2. Make the document root of your first tube site point to /path/to/tube/site_scripts
  3. Go to the admin site and follow the instructions on the screen


Detailed Instructions

... coming soon