Do you change your apps.cfm each time when you want to work on a different site? Is it possible to have an admin for each site or is the admin dependent on the CF mapping and IIS mapping of /farcry and will not work with another mapping?
Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Spike Sent: Monday, June 23, 2003 6:13 PM To: FarCry Developers Subject: [farcry-dev] Re: Multiple installs on the same server?? Chris White wrote: >I have Farcry installed and running on a Windows2000 server and Microsoft >SQL Server. > >IIS Mappings: >farcy - e:\farcry_test\farcry_core\admin >farcry_test - e:\farcry_test\farcry_test\www > >CF Mappings: >/farcry - e:\farcry_test >/farcry_test - e:\farcry_test\farcry_test\www > You shouldn't need the second CF Mapping. I have 4 sites running on my server with only a single /farcry CF Mapping. > >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. > Someone at Daemon may want to correct me on this, but I'm pretty sure that if you want to have multiple farcry sites, you'll need to have them as individual sites in IIS rather than virtual folders on the same site. I'm probably not giving the best example of how to go about this, but I generally just copy the directory for an existing site, edit apps.cfm which in your case should be in e:\farcry_test; edit _serverSpecificVars.cfm in the config directory of the new site, and change the application name in the Application.cfm of the new site. Then, depending on the site, I'll either copy an existing database, or run the installer from the admin area. HTH Spike > >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] > > > > -- Stephen Milligan Consultant for hire http://www.spike.org.uk --- 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]
