Difference between revisions of "Add Site"

From TMM Wiki
Jump to navigationJump to search
(No difference)

Revision as of 12:46, 1 October 2008

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 between CARMA's files in site_scripts and the document root of the members area of the site. To manage tours with CARMA, create a symbolic link between CARMA's files in tour_scripts and 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.

Note: You can create symbolic links with the following command: ln -s