Difference between revisions of "Add Site"
From TMM Wiki
Jump to navigationJump to searchm |
|||
Line 5: | Line 5: | ||
The following steps explain how to setup a CARMA-managed site. | The following steps explain how to setup a CARMA-managed site. | ||
− | Create a symbolic link | + | 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 | document root of the members area of the site. To manage tours with | ||
− | CARMA, create a symbolic link | + | CARMA, create a symbolic link from CARMA's files in tour_scripts |
− | + | to the document root of the site tour. | |
− | Example | + | |
+ | == Example == | ||
<pre> | <pre> | ||
cd /path/to/site/document/root | cd /path/to/site/document/root | ||
cp -s /path/to/carma/site_scripts/* ./ | cp -s /path/to/carma/site_scripts/* ./ | ||
</pre> | </pre> | ||
− | |||
− | |||
− | + | Set up the site in the CARMA [[Sites Admin]]. |
Revision as of 17:26, 16 December 2008
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 cp -s /path/to/carma/site_scripts/* ./
Set up the site in the CARMA Sites Admin.