Difference between revisions of "TubeStudio Installation Instructions"

From TMM Wiki
Jump to navigationJump to search
Line 1: Line 1:
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.  
+
Below are the instructions for self installation of Too Much Media's TubeStudio.  
  
  
== Quick Instructions ==
+
== 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.
 
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 your server
+
Download Tube Studio to the web server that will run your tube sites.
 
Example:
 
Example:
 
<pre>
 
<pre>
Line 12: Line 12:
 
</pre>
 
</pre>
 
<pre>
 
<pre>
if you get a ''wget'' comand not found message use this instead:
+
If you get a ''wget'' comand not found message use this instead:
 
fetch "<download url>"
 
fetch "<download url>"
 
</pre>
 
</pre>
  
# Unzip the compressed archive.
+
=== Unzip ===
 +
Unzip the compressed archive.
 
Example:  
 
Example:  
 
<pre>
 
<pre>
Line 29: Line 30:
 
# Make the document root of the admin domain point to /path/to/tube/www
 
# Make the document root of the admin domain point to /path/to/tube/www
 
# Make the document root of your first tube site point to /path/to/tube/site_scripts
 
# Make the document root of your first tube site point to /path/to/tube/site_scripts
# Go to the admin site and follow the instructions on the screen
+
# Go to the admin site and follow the instructions in the next section
  
  
== Detailed Instructions ==
+
== Web Instructions ==
  
 
... coming soon
 
... coming soon

Revision as of 17:28, 27 July 2009

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
  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 in the next section


Web Instructions

... coming soon