CF Mappings:
/farcry - e:\farcry_test
/farcry_test - e:\farcry_test\farcry_test\www
Only the one mapping needed here as Spike noted.
I would like to know if it is possible and what would be the best way to
setup a couple of different Farcry sites on the same server for development.
Well there are two ways you could do this really. One is to get another copy of farcry_app and go through an install, or the other is to set it up manually as Spike suggested.
Option 1:
- Download the FarCry_App module from the website
- Create a blank SQL Server database
- Add a datasource in CFMX administrator
- Browse to farcry/install and run install as normal
- note here that your apps.cfm file will be overwritten so you may want to keep a copy of any existing entries
- Add IIS mapping for new site
Option2:
- Copy your existing application directory
- Rename to whatever you want the new site to be called
- Change the application name to reflect this name (<yourapp>/www/application.cfm)
- Change the server specific vars to reflect settings (eg datasource and mappings) (<yourapp>/config/_serverSpecificVars.cfm)
- Create a blank SQL Server database
- Add a datasource in CFMX administrator
- browse to farcry/install and install database only
- Add IIS mapping
- Add entry to apps.cfm
Option 1 is the most straightforward and saves some mucking about.
Hope that helps :)
-Brendan http://farcry.daemon.com.au
I would like a test, one for one customer site and another one for a different customer site.
Thanks,
Chris
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
