Simple Install From Webroot
------------------------------------------
* Start with a brand new website.. even localhost will do
* Make sure you *do not* have a web mapping for /farcry
* Download the latest beta build (currently b2666.zip)
* Unpack the zip in to a folder called ./farcry under the webroot
* You should have ./farcry/core, ./farcry/projects, ./farcry/
plugins, ./farcry/skeletons when you are done
* Create a blank database and point a datasource to it in CF
Administrator
* Browse to http://localhost/farcry or equivalent
* Follow the installer instructions
This is a dead simple initial beta -- only farcrycms plugin and the
standard Mollio sample app. So its not something you'll necessarily
want to show off to your friends. But the schema is stable, the
installer works on our initial test platforms (MSSQL, mySQL, Postgres)
and we've already got a couple of sites running in production.
We're looking to try and knock any obvious issues on the head before
going to a much wider release.
Install from the webroot... that's something we want to test a fair
bit. Hopefully this additional deployment configuration will widen
the appeal for the framework in general. Other deployment options
will work, same as before.
If you are brave enough to attempt an upgrade, this will only work
from v4.0 installations. You will need to upgrade from earlier
versions to 4.0 before attempting an upgrade to 5.0. The upgrade
instructions are pretty good -- read the install notes on the WIKI.
This updater may surprise you...
> Simple Install From Webroot
> ------------------------------------------
> * Start with a brand new website.. even localhost will do
> * Make sure you *do not* have a web mapping for /farcry
> * Download the latest beta build (currently b2666.zip)
> * Unpack the zip in to a folder called ./farcry under the webroot
> * You should have ./farcry/core, ./farcry/projects, ./farcry/
> plugins, ./farcry/skeletons when you are done
> * Create a blank database and point a datasource to it in CF
> Administrator
> * Browse tohttp://localhost/farcryor equivalent
> * Follow the installer instructions
> This is a dead simple initial beta -- only farcrycms plugin and the
> standard Mollio sample app. So its not something you'll necessarily
> want to show off to your friends. But the schema is stable, the
> installer works on our initial test platforms (MSSQL, mySQL, Postgres)
> and we've already got a couple of sites running in production.
> We're looking to try and knock any obvious issues on the head before
> going to a much wider release.
> Install from the webroot... that's something we want to test a fair
> bit. Hopefully this additional deployment configuration will widen
> the appeal for the framework in general. Other deployment options
> will work, same as before.
> If you are brave enough to attempt an upgrade, this will only work
> from v4.0 installations. You will need to upgrade from earlier
> versions to 4.0 before attempting an upgrade to 5.0. The upgrade
> instructions are pretty good -- read the install notes on the WIKI.
> This updater may surprise you...
On Jan 31, 10:28 pm, modius <mod...@gmail.com> wrote:
> Special end of January present for you all: Fortress Beta b2666!
Apologies.. looks like my bundle build was missing a few crucial
files. Mat's re-uploaded a working bundle b2669.zip
http://www.daemon.com.au/builds/beta/
> On Jan 31, 10:28 pm, modius <mod...@gmail.com> wrote: > > Special end of January present for you all: Fortress Beta b2666!
> Apologies.. looks like my bundle build was missing a few crucial > files. Mat's re-uploaded a working bundle b2669.zip > http://www.daemon.com.au/builds/beta/
The latest addition is the ability to determine which locales are
loaded into your project. You will be able to select this on the first
step of the installer.
--Mat.
On Feb 1, 8:44 am, "Oğuz Demirkapı" <oguz.demirk...@gmail.com> wrote:
> > On Jan 31, 10:28 pm, modius <mod...@gmail.com> wrote:
> > > Special end of January present for you all: Fortress Beta b2666!
> > Apologies.. looks like my bundle build was missing a few crucial
> > files. Mat's re-uploaded a working bundle b2669.zip
> >http://www.daemon.com.au/builds/beta/
Thanks Mat! 2672 is working for me in standalone mode. Provided I can blog about it, I was going to post some caveats about the install. I also ran into some odd issues with locales. I found that setting it to just one tended to cause things to fritz out when my session/application scope expired. Example, installed with locale of just en_US and it was trying to find en_AU. Installed with just en_AU, and it went looking for en_US. I did not restart my CF instance between these installs, and the application name remained the same. Could just be some CF quirkiness.
that is because the default profile in the mollio package uses en_AU & if you havnt included that locale it fritzes. I think I will load the locales specified in the farcryConstructor in addition to any specified in the dmProfile table. I think thats the best solution.
Kind regards
-- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204
On 01/02/2008, at 3:31 PM, Matthew Williams wrote:
> Thanks Mat! 2672 is working for me in standalone mode. Provided I > can > blog about it, I was going to post some caveats about the install. I > also ran into some odd issues with locales. I found that setting it > to > just one tended to cause things to fritz out when my session/ > application > scope expired. Example, installed with locale of just en_US and it > was > trying to find en_AU. Installed with just en_AU, and it went looking > for en_US. I did not restart my CF instance between these installs, > and > the application name remained the same. Could just be some CF > quirkiness.
-- -- Matthew Bryant Product Development Manager Daemon Internet Consultants Adobe Solutions Partner http://www.daemon.com.au/ p. 02 9380 4162 f. 02 9380 4204
> that is because the default profile in the mollio package uses en_AU & > if you havnt included that locale it fritzes. I think I will load the > locales specified in the farcryConstructor in addition to any > specified in the dmProfile table. I think thats the best solution.
> Kind regards
> -- > -- Matthew Bryant > Product Development Manager > Daemon Internet Consultants > Adobe Solutions Partner > http://www.daemon.com.au/ > p. 02 9380 4162 > f. 02 9380 4204
> On 01/02/2008, at 3:31 PM, Matthew Williams wrote:
>> Thanks Mat! 2672 is working for me in standalone mode. Provided I >> can >> blog about it, I was going to post some caveats about the install. I >> also ran into some odd issues with locales. I found that setting it >> to >> just one tended to cause things to fritz out when my session/ >> application >> scope expired. Example, installed with locale of just en_US and it >> was >> trying to find en_AU. Installed with just en_AU, and it went looking >> for en_US. I did not restart my CF instance between these installs, >> and >> the application name remained the same. Could just be some CF >> quirkiness.
> Folks,
> Special end of January present for you all: Fortress Beta b2666!
> Grab the bundle from here:
> http://www.daemon.com.au/builds/beta/ > Simple Install From Webroot
> ------------------------------------------
> * Start with a brand new website.. even localhost will do
> * Make sure you *do not* have a web mapping for /farcry
> * Download the latest beta build (currently b2666.zip)
> * Unpack the zip in to a folder called ./farcry under the webroot
> * You should have ./farcry/core, ./farcry/projects, ./farcry/
> plugins, ./farcry/skeletons when you are done
> * Create a blank database and point a datasource to it in CF
> Administrator
> * Browse to http://localhost/farcry or equivalent
> * Follow the installer instructions
> This is a dead simple initial beta -- only farcrycms plugin and the