Re: A few issues in standalone installation

Trond Ulseth <[email protected]> Wed, 23 Apr 2014 01:30:13 -0700 (PDT)
Newsgroups gmane.comp.cms.farcry.devel
Message-ID <[email protected]>
------=_Part_2757_3079881.1398241813596
Content-Type: text/plain; charset=UTF-8

Hi Jeff,

Is it possible to do this without the virtual directories (I have a feeling 
the virtual directory management in the web control panel on the shared 
host I'm using is a bit "funky").

What I had when I tried to install was

root (where the site domain points)
- farcry
- - core
- - - webtop
- - - etc.....
- - plugins
- - projects
- - - trond (this is where I put the skeleton)

However if I could use virtual directories I would not have to go with the 
standalone setup, and could go like this:

root
- farcry
- - core
- - - webtop
- - - etc.....
- - plugins
- - projects
- - - trond (where the site domain points - with virtual directories for 
farcry and webtop)
- - - jeff (where another domain points - with virtual directories for 
farcry and webtop)


On Tuesday, April 22, 2014 11:12:16 PM UTC+2, Jeff Coughlin wrote:
>
> Trond had it right.  You put the skeleton files in the project folder you 
> created.  It sounds like the installer was successful (assuming you saw the 
> new FC7 installer screens).  If it's acting funky post-install, make sure 
> you have the following two web aliases/"virtual directories" created (alias 
> if Apache, virtual directory if IIS): /webtop and /farcry.  You will not 
> need a CF mapping (as the /farcry alias will handle those needs - this 
> support was first added in FC5.1 or 5.2).  If you have a CF mapping (like 
> one pointing to your FarCry 6 folder) it could cause conflicts.  You can do 
> this same setup (using aliases) for your FC6 install if you need both 
> running on the same machine.  Personally I suggest deleting the old CF 
> mapping if it's there and use this process.  If you want to play it safe, 
> rename it for now so that you can quickly rollback if needed.
>
> Point the following aliases to the following folders:
>
>    - /webtop = "/path/to/farcry/core" folder
>    - /farcry = "/path/to/farcry" folder
>
>
> Note: If it's windows, you'll of course use "[drive]:\path\to\farcry"
>
> This install process (without using a CF mapping) still acts like an 
> "advanced" install, except that it allows you to easily run FC6/7 on the 
> same instance - giving you a lot more flexibility (especially on your dev 
> machine).
>
> Give that a shot and see if it gets you going.
>
> Jeff
>
> On Apr 22, 2014, at 4:01 PM, Sean Coyne <[email protected] <javascript:>> 
> wrote:
>
> I'm pretty sure you need to put skeletons into the /farcry/skeletons 
> directory for the installer to pick them up properly.
>
> On Tuesday, April 22, 2014 3:59:26 PM UTC-4, Trond Ulseth wrote:
>>
>> Ok. So was my setup right? Putting the skeleton in a directory within the 
>> projects directory? And is there something to observe in a standalone 
>> install vs the more common "one install to rule them all"? 
>>
>> I see now that I've been spoiled with having people around me handling 
>> server administration and stuff like that :)
>>
>> Trond
>>
>>>
>>>  
> -- 
> You received this message cos you are subscribed to "farcry-dev" Google 
> group.
> To post, email: farcr...-/[email protected] <javascript:>
> To unsubscribe, email: farcry-dev+...-/[email protected] <javascript:>
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
> --- 
> You received this message because you are subscribed to the Google Groups 
> "farcry-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to farcry-dev+...-/[email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: farcry-dev-/[email protected]
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups "farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to farcry-dev+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/[email protected]
For more options, visit https://groups.google.com/d/optout.

------=_Part_2757_3079881.1398241813596
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi Jeff,<div><br></div><div>Is it possible to do this with=
out the virtual directories (I have a feeling the virtual directory managem=
ent in the web control panel on the shared host I'm using is a bit "funky")=
.</div><div><br></div><div>What I had when I tried to install was</div><div=
><br></div><div>root (where the site domain points)</div><div>- farcry</div=
><div>- - core</div><div>- - - webtop</div><div>- - - etc.....</div><div>- =
- plugins</div><div>- - projects</div><div>- - - trond (this is where I put=
 the skeleton)</div><div><br></div><div>However if I could use virtual dire=
ctories I would not have to go with the standalone setup, and could go like=
 this:</div><div><br></div><div><div>root</div><div>- farcry</div><div>- - =
core</div><div>- - - webtop</div><div>- - - etc.....</div><div>- - plugins<=
/div><div>- - projects</div><div>- - - trond (where the site domain points =
- with virtual directories for farcry and webtop)</div><div>- - - jeff (whe=
re another domain points - with virtual directories for farcry and webtop)<=
/div></div><div><br><br>On Tuesday, April 22, 2014 11:12:16 PM UTC+2, Jeff =
Coughlin wrote:<blockquote class=3D"gmail_quote" style=3D"margin: 0;margin-=
left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div style=3D"w=
ord-wrap:break-word"><div>Trond had it right. &nbsp;You put the skeleton fi=
les in the project folder you created. &nbsp;It sounds like the installer w=
as successful (assuming you saw the new FC7 installer screens). &nbsp;If it=
's acting funky post-install, make sure you have the following two web alia=
ses/"virtual directories" created (alias if Apache, virtual directory if II=
S): /webtop and /farcry. &nbsp;You will not need a CF mapping (as the /farc=
ry alias will handle those needs - this support was first added in FC5.1 or=
 5.2). &nbsp;If you have a CF mapping (like one pointing to your FarCry 6 f=
older) it could cause conflicts. &nbsp;You can do this same setup (using al=
iases) for your FC6 install if you need both running on the same machine. &=
nbsp;Personally I suggest deleting the old CF mapping if it's there and use=
 this process. &nbsp;If you want to play it safe, rename it for now so that=
 you can quickly rollback if needed.</div><div><br></div><div>Point the fol=
lowing aliases to the following folders:</div><div><ul><li>/webtop =3D "/pa=
th/to/farcry/core" folder</li><li>/farcry =3D "/path/to/farcry" folder</li>=
</ul></div><div><br></div><div>Note: If it's windows, you'll of course use =
"[drive]:\path\to\farcry"</div><div><br></div><div>This install process (wi=
thout using a CF mapping) still acts like an "advanced" install, except tha=
t it allows you to easily run FC6/7 on the same instance - giving you a lot=
 more flexibility (especially on your dev machine).</div><div><br></div><di=
v>Give that a shot and see if it gets you going.</div><div><br></div><div>J=
eff</div><div><br></div><div><div>On Apr 22, 2014, at 4:01 PM, Sean Coyne &=
lt;<a href=3D"javascript:" target=3D"_blank" gdf-obfuscated-mailto=3D"MN95b=
Kz1n5AJ" onmousedown=3D"this.href=3D'javascript:';return true;" onclick=3D"=
this.href=3D'javascript:';return true;">[email protected]</a>&gt; wrote:</=
div><br><blockquote type=3D"cite"><div dir=3D"ltr">I'm pretty sure you need=
 to put skeletons into the /farcry/skeletons directory for the installer to=
 pick them up properly.<br><br>On Tuesday, April 22, 2014 3:59:26 PM UTC-4,=
 Trond Ulseth wrote:<blockquote class=3D"gmail_quote" style=3D"margin:0;mar=
gin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">Ok. So was my s=
etup right? Putting the skeleton in a directory within the projects directo=
ry? And is there something to observe in a standalone install vs the more c=
ommon "one install to rule them all"?&nbsp;<div><br>
</div><div>I see now that I've been spoiled with having people around me ha=
ndling server administration and stuff like that :)</div><div><br></div><di=
v>Trond<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;bor=
der-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div>
</blockquote></div><div><br></div>

-- <br>
You received this message cos you are subscribed to "farcry-dev" Google gro=
up.<br>
To post, email: <a href=3D"javascript:" target=3D"_blank" gdf-obfuscated-ma=
ilto=3D"MN95bKz1n5AJ" onmousedown=3D"this.href=3D'javascript:';return true;=
" onclick=3D"this.href=3D'javascript:';return true;">farcr...@googlegroups.=
com</a><br>
To unsubscribe, email: <a href=3D"javascript:" target=3D"_blank" gdf-obfusc=
ated-mailto=3D"MN95bKz1n5AJ" onmousedown=3D"this.href=3D'javascript:';retur=
n true;" onclick=3D"this.href=3D'javascript:';return true;">farcry-dev+...@=
<wbr>googlegroups.com</a><br>
For more options: <a href=3D"http://groups.google.com/group/farcry-dev" tar=
get=3D"_blank" onmousedown=3D"this.href=3D'http://groups.google.com/group/f=
arcry-dev';return true;" onclick=3D"this.href=3D'http://groups.google.com/g=
roup/farcry-dev';return true;">http://groups.google.com/<wbr>group/farcry-d=
ev</a><br>
------------------------------<wbr>--<br>
Follow us on Twitter: <a href=3D"http://twitter.com/farcry" target=3D"_blan=
k" onmousedown=3D"this.href=3D'http://www.google.com/url?q\75http%3A%2F%2Ft=
witter.com%2Ffarcry\46sa\75D\46sntz\0751\46usg\75AFQjCNGgITJmbCuM12oxXrrtcx=
t_FR8uCg';return true;" onclick=3D"this.href=3D'http://www.google.com/url?q=
\75http%3A%2F%2Ftwitter.com%2Ffarcry\46sa\75D\46sntz\0751\46usg\75AFQjCNGgI=
TJmbCuM12oxXrrtcxt_FR8uCg';return true;">http://twitter.com/farcry</a><br>
--- <br>
You received this message because you are subscribed to the Google Groups "=
farcry-dev" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"javascript:" target=3D"_blank" gdf-obfuscated-mailto=3D"=
MN95bKz1n5AJ" onmousedown=3D"this.href=3D'javascript:';return true;" onclic=
k=3D"this.href=3D'javascript:';return true;">farcry-dev+...@<wbr>googlegrou=
ps.com</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/d/optout" targ=
et=3D"_blank" onmousedown=3D"this.href=3D'https://groups.google.com/d/optou=
t';return true;" onclick=3D"this.href=3D'https://groups.google.com/d/optout=
';return true;">https://groups.google.com/d/<wbr>optout</a>.<br>
</blockquote></div><br></div></blockquote></div></div>

<p></p>

-- <br />
You received this message cos you are subscribed to &quot;farcry-dev&quot; =
Google group.<br />
To post, email: farcry-dev-/[email protected]<br />
To unsubscribe, email: farcry-dev+unsubscribe-/[email protected]<br />
For more options: <a href=3D"http://groups.google.com/group/farcry-dev">htt=
p://groups.google.com/group/farcry-dev</a><br />
--------------------------------<br />
Follow us on Twitter: <a href=3D"http://twitter.com/farcry">http://twitter.=
com/farcry</a><br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;farcry-dev&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:farcry-dev+unsubscribe-/[email protected]">farcry-d=
ev+unsubscribe-/[email protected]</a>.<br />
For more options, visit <a href=3D"https://groups.google.com/d/optout">http=
s://groups.google.com/d/optout</a>.<br />

------=_Part_2757_3079881.1398241813596--