Difference between revisions of "Add Site"

From TMM Wiki
Jump to navigationJump to search
m
Line 13: Line 13:
 
<pre>
 
<pre>
 
cd /path/to/site/document/root
 
cd /path/to/site/document/root
cp -s /path/to/carma/site_scripts/* ./
+
ln -s /path/to/carma/site_scripts/* ./
 
</pre>
 
</pre>
  
 
Set up the site in the CARMA [[Sites Admin]].
 
Set up the site in the CARMA [[Sites Admin]].

Revision as of 11:25, 27 January 2009

CARMA
Setup
Setting Up CARMA
MySQL Settings
Add Site
Porting Sites to CARMA
Moving CARMA

The following steps explain how to setup a CARMA-managed site.

Create a symbolic link from CARMA's files in site_scripts to the document root of the members area of the site. To manage tours with CARMA, create a symbolic link from CARMA's files in tour_scripts to the document root of the site tour.

Example

cd /path/to/site/document/root
ln -s /path/to/carma/site_scripts/* ./

Set up the site in the CARMA Sites Admin.