Unfortunately no - usually we also take care of deployment.

On Fri, Jul 15, 2011 at 11:49 AM, Leigh Ellis <[email protected]> wrote:

> Thanks for everything that you're done.
>
> Is there a standard procedure that is adopted when Daemon sends databases
> and the contents of the Project directory to its clients? I would be able to
> follow that step-by-step.
>
>
> On Thu, Jul 14, 2011 at 11:05 PM, Blair McKenzie <[email protected]> wrote:
>
>> That's the last of my troubleshooting ideas. All I can think of now is to
>> try doing a separate advanced or standalone installation, then modifying
>> that.
>>
>> Blair
>>
>> On Fri, Jul 15, 2011 at 6:57 AM, Leigh Ellis <[email protected]> wrote:
>>
>>> No it does not.
>>>
>>> On Thu, Jul 14, 2011 at 7:43 AM, Blair McKenzie <[email protected]>wrote:
>>>
>>>> Does the DOMAINNAME_WITHOUTTHE_DOTCOM value you mention have a period in
>>>> it? That can screw things up.
>>>>
>>>> On Thu, Jul 14, 2011 at 4:40 PM, Leigh Ellis <[email protected]> wrote:
>>>>
>>>>>
>>>>> Hi
>>>>>
>>>>> Here it is-
>>>>> 1. I have installed 3 new/fresh sites from the installer (resulting in
>>>>> instances of Mollio template websites). These were installed from the
>>>>> webserver IP address. These individually configured sites work, as does
>>>>> logging into the webtop.
>>>>> 2. I take a project made from the sub-directory configuration and paste
>>>>> it as previously described. farcryConstructor.cfm is where it should be 
>>>>> (as
>>>>> you say below). I setup an IIS7 website for it (as described in previous
>>>>> posts). I get a blank page and it says on that blank page - permanently - 
>>>>> no
>>>>> error message, just a blank page.
>>>>>  --------------------------------------------------------
>>>>> The code for the farcryConstructor.cfm is:
>>>>> [!--- Set up the application. ---]
>>>>> [cfset THIS.Name = "DOMAINNAME_WITHOUTTHE_DOTCOM" /]
>>>>> [cfset THIS.displayName = "DOMAINNAME_WITHOUTTHE_DOTCOM" /]
>>>>>
>>>>> [cfset THIS.sessionmanagement = true  /]
>>>>> [cfset THIS.sessiontimeout = createTimeSpan(0,0,20,0) /]
>>>>> [cfset THIS.applicationtimeout = createTimeSpan(2,0,0,0) /]
>>>>> [cfset THIS.clientmanagement = false /]
>>>>> [cfset THIS.clientstorage = "registry" /]
>>>>> [cfset THIS.loginstorage = "cookie" /]
>>>>> [cfset THIS.scriptprotect = "" /]
>>>>> [cfset THIS.setclientcookies = true /]
>>>>> [cfset THIS.setdomaincookies = true /]
>>>>> [cfset THIS.mappings = structNew() /]
>>>>>
>>>>>
>>>>> [!--- FARCRY SPECIFIC ---]
>>>>> [cfset THIS.locales = "en_GB,en_US" /]
>>>>> [cfset THIS.dsn = "THE_DSN" /]
>>>>> [cfset THIS.dbType = "mssql" /]
>>>>> [cfset THIS.dbOwner = "dbo." /]
>>>>> [cfset THIS.plugins =
>>>>> "farcrycms,farcryrpxud,farcrySOLR,farcrywsoFarcryBanners" /]
>>>>> [!---
>>>>> THE VIRTUAL WEBSERVER PROJECT FOLDER
>>>>>  ---]
>>>>> [cfset THIS.projectURL = "" /]
>>>>> [cfset THIS.webtopURL = "/webtop" /]
>>>>> [!---
>>>>> A key that can be used on updateapp url variable to update the
>>>>> application scope
>>>>> Only administrators can updateapp=1
>>>>>  ---]
>>>>> [cfset THIS.updateappKey = "THE_KEY" /]
>>>>> [!---
>>>>> THE NAME OF THE FOLDER THAT CONTAINS YOUR FARCRY PROJECT
>>>>> SET THIS VALUE IF IT IS DIFFERENT FROM THE APPLICATION NAME
>>>>>  ---]
>>>>> [!--- [cfset THIS.projectDirectoryName = "DOMAINNAME_WITHOUTTHE_DOTCOM"
>>>>> /] ---]
>>>>>
>>>>>
>>>>> [!--- Define the page request properties. ---]
>>>>> [!--- [cfsetting requesttimeout="30" /] ---]
>>>>> [!--- [cfsetting showdebugoutput="true" /] ---]
>>>>> [!--- [cfsetting enablecfoutputonly="true" /] ---]
>>>>> --------------------------------------------------------
>>>>>
>>>>> 3. Projects are not recognised when trying to login to the webtop at
>>>>> the IP address of the server.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Wed, Jul 13, 2011 at 11:00 PM, Blair McKenzie <[email protected]>wrote:
>>>>>
>>>>>> Were the project files copied into /www? e.g. farcryConstructor.cfm
>>>>>>
>>>>>> Blair
>>>>>>
>>>>>> On Thu, Jul 14, 2011 at 6:54 AM, Leigh Ellis <[email protected]>wrote:
>>>>>>
>>>>>>>
>>>>>>> 1. Is the project in d:\wwwroot\FC\farcry\projects\projectname? Yes
>>>>>>>
>>>>>>> 2.  Is the IIS website web root pointed to
>>>>>>> d:\wwwroot\FC\farcry\projects\projectname\www? Yes.
>>>>>>>
>>>>>>> I still get the No project installed message in IIS. Do you need any
>>>>>>> other configuration info?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Jul 13, 2011 at 11:18 AM, Blair McKenzie 
>>>>>>> <[email protected]>wrote:
>>>>>>>
>>>>>>>> Is the project in d:\wwwroot\FC\farcry\projects\projectname? Is the
>>>>>>>> IIS website web root pointed to
>>>>>>>> d:\wwwroot\FC\farcry\projects\projectname\www? FarCry can be set up to 
>>>>>>>> have
>>>>>>>> the project outside the /farcry directory structure, but it takes a 
>>>>>>>> little
>>>>>>>> more work.
>>>>>>>>
>>>>>>>> Blair
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Jul 13, 2011 at 3:07 PM, Boon <[email protected]> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Hi
>>>>>>>>>
>>>>>>>>> I am not sure whether there is actually a vanilla install for
>>>>>>>>> Farcry,
>>>>>>>>> as so many people after so many different configurations.
>>>>>>>>>
>>>>>>>>> Environment: ISS7, SQL Server 2005, FC 6.0.11
>>>>>>>>> CF Mappings: /farcry = d:\wwwroot\FC\farcry
>>>>>>>>> IIS7 mapping: /webtop = d:\wwwroot\FC\farcry\core\webtop
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> I reach the "Congratulations! Your application has sucessfully
>>>>>>>>> installed."
>>>>>>>>>
>>>>>>>>> I click on:
>>>>>>>>> a. "View Webtop", and I receive the dreaded "FarCry Project Not
>>>>>>>>> Found ... I'm terribly sorry, I can't find a FarCry project on this
>>>>>>>>> server to administer.".
>>>>>>>>> b. "View Site", and I receive the same message.
>>>>>>>>>
>>>>>>>>> I configure a separate IIS site to point to the www directory (I'll
>>>>>>>>> call this the "installed site" below). I also configure an IIS
>>>>>>>>> virtual
>>>>>>>>> directory to the webtop directory of the /farcry/core. I can browse
>>>>>>>>> to
>>>>>>>>> the site and view the Mollio template website created.
>>>>>>>>>
>>>>>>>>> I go to "installed site", and I can login to the webtop.
>>>>>>>>>
>>>>>>>>> I go back to the install page saying "Congratulations! Your
>>>>>>>>> application has sucessfully installed.". Clicking on "View Webtop"
>>>>>>>>> and
>>>>>>>>> "View Site" and I receive the same results as indicated above at
>>>>>>>>> (a)
>>>>>>>>> and (b) (this also happens when I browse directly to the webtop
>>>>>>>>> directory for this IIS site from IIS Manager).  Is there any way I
>>>>>>>>> can
>>>>>>>>> make this page present the login page to the Webtop, rather than
>>>>>>>>> inform me that there are no projects installed?
>>>>>>>>>
>>>>>>>>> Boon
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> You received this message cos you are subscribed to "farcry-dev"
>>>>>>>>> Google group.
>>>>>>>>> To post, email: [email protected]
>>>>>>>>> To unsubscribe, email: [email protected]
>>>>>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>>>>>> --------------------------------
>>>>>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>>>>>
>>>>>>>>
>>>>>>>>  --
>>>>>>>> You received this message cos you are subscribed to "farcry-dev"
>>>>>>>> Google group.
>>>>>>>> To post, email: [email protected]
>>>>>>>> To unsubscribe, email: [email protected]
>>>>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>>>>> --------------------------------
>>>>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>>>>>
>>>>>>>
>>>>>>>  --
>>>>>>> You received this message cos you are subscribed to "farcry-dev"
>>>>>>> Google group.
>>>>>>> To post, email: [email protected]
>>>>>>> To unsubscribe, email: [email protected]
>>>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>>>> --------------------------------
>>>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>>>>
>>>>>>
>>>>>>  --
>>>>>> You received this message cos you are subscribed to "farcry-dev"
>>>>>> Google group.
>>>>>> To post, email: [email protected]
>>>>>> To unsubscribe, email: [email protected]
>>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>>> --------------------------------
>>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>>>
>>>>>
>>>>>  --
>>>>> You received this message cos you are subscribed to "farcry-dev" Google
>>>>> group.
>>>>> To post, email: [email protected]
>>>>> To unsubscribe, email: [email protected]
>>>>> For more options: http://groups.google.com/group/farcry-dev
>>>>> --------------------------------
>>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>>
>>>>
>>>>  --
>>>> You received this message cos you are subscribed to "farcry-dev" Google
>>>> group.
>>>> To post, email: [email protected]
>>>> To unsubscribe, email: [email protected]
>>>> For more options: http://groups.google.com/group/farcry-dev
>>>> --------------------------------
>>>> Follow us on Twitter: http://twitter.com/farcry
>>>>
>>>
>>>  --
>>> You received this message cos you are subscribed to "farcry-dev" Google
>>> group.
>>> To post, email: [email protected]
>>> To unsubscribe, email: [email protected]
>>> For more options: http://groups.google.com/group/farcry-dev
>>> --------------------------------
>>> Follow us on Twitter: http://twitter.com/farcry
>>>
>>
>>  --
>> You received this message cos you are subscribed to "farcry-dev" Google
>> group.
>> To post, email: [email protected]
>> To unsubscribe, email: [email protected]
>> For more options: http://groups.google.com/group/farcry-dev
>> --------------------------------
>> Follow us on Twitter: http://twitter.com/farcry
>>
>
>  --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: [email protected]
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to