Difference between revisions of "Add Site"
From TMM Wiki
Jump to navigationJump to searchm |
|||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
cd /path/to/site/document/root | cd /path/to/site/document/root | ||
− | + | 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 10:25, 27 January 2009
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.