I have seen the video but it mostly focuses on Apache. As for the
written instructions pages 7 - 9. On page 7 it asks for you to create a
web site and then create a virtual directory, ok.  Then in 6.1.3
"Create a directory for your FarCry project and subdirectory for the
webroot of the website" This was already done page 7.  Later in that
same section its says "Now repeat the steps for the FarCry admin but
call the alias 'farcry' and browse to the folder
'c:\www\farcry_core\admin\'" What?

I've had two other people, besides myself review the instructions, 1
with the IQ of about 120 and they both say the instructions go in
circles.

Microsoft Windows Server 2003 Standard Edition Service Pack 1.
Standard IIS installation.
I installed CF in the IIS default location. Did not create another
'site' for CF.
Farcry installation is:
c:\farcry
            \farcry_aura
            \farcry_core
            \fourq
            \solar_safaris\config

This was under the farcry installation: _serverSpecificVars.cfm

<cfsetting enablecfoutputonly="Yes">

<cfscript>
application.dsn = "farcry_pliant";
application.dbtype = "odbc";
application.dbowner = "dbo."; // don't forget the "."

application.path.project =
replaceNoCase(replace(getCurrentTemplatePath(),"\","/","all"),"/config/_serverSpecificVars.cfm","");
application.path.core =
listDeleteAt(application.path.project,listlen(application.path.project,"/"),"/")
& "/farcry_core";

// application web urls
application.url.webroot = "";
application.url.farcry = application.url.webroot & "/farcry"; //admin

application.packagepath = "farcry.farcry_core.packages";
application.custompackagepath =
"farcry.#application.applicationname#.packages";
application.securitypackagepath = application.packagepath &
".security";
</cfscript>

<cfsetting enablecfoutputonly="no">

Webroot for my IIS is:
c:\Inetpub\wwwroot

Can use something other then Verity?
                                \www


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to