Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

FarCry Release WIKI

Info
titleWho Should Be Reading This WIKI

The Release WIKI is aimed at developers maintaining the various FarCry distributions, and those interested in how to get access to distributions via Subversion. Everyone else should be downloading from the FarCry public site, or reading documentation at the FarCry Documentation WIKI

Excerpt

While the FarCry Core Framework is standalone, we release several specific distributions to make life easy for developers. Each distribution includes an installer with sample projects and a specific set of plugins chosen to complement the purpose of the specific distribution. For example, the community CMS distribution. If in doubt developers should be downloading and using a release – it's just nice and easy that way (smile)

Section

FarCry Community Distro

Column
width20%50%
Panel
title
Tip

The truly awesome FarCry CMS distribution. If in doubt, this is the release you want to take home.

Packages
Panel
title
Contents
  • core
  • ./plugins/farcrycms
  • ./plugins/farcryverity
  • ./plugins/farcrysolr
Code Block
titleSubversion Access Details

// Bleeding Edge Build
svn checkout https://farcry.jira.com/svn/REL/trunk/community

// FarCry 6.0 Maintenance Branch
svn checkout https://farcry.jira.com/svn/REL/branches/community-p600

// Tagged Releases
svn checkout https://farcry.jira.com/svn/REL/tags/community-6-0-4

FarCry Developer Distro

Column
width20%50%
Panel
title
Tip

The perfect distro for FarCry developers. If you want to get your hands dirty building a FarCry application, or extending the CMS release then this distro is for you.

Packages
Panel
titleContents
  • core
  • ./plugins/farcrycms
  • ./plugins/farcryverity
  • ./plugins/farcrysolr
  • ./plugins/farcrydoc
  • ./plugins/testMXUnit
Code Block
titleSubversion Access Details

// Bleeding Edge Build
svn checkout https://farcry.jira.com/svn/REL/trunk/developer

// FarCry 6.0 Maintenance Branch
svn checkout https://farcry.jira.com/svn/REL/branches/developer-p600

// Tagged Releases
svn checkout https://farcry.jira.com/svn/REL/tags/developer-6-0-4
Column

...

Warning

Everything below here is a "work in progress".

Section
20%
Column

Railo Distro

width
Tip

This is essentially the Community Distro but prepped for the Railo App store.

Panel
titleContents
  • core
  • ./plugins/farcrycms
  • ./plugins/farcryverity
  • ./plugins/farcrysolr
column
Column

NearCry Distro

Warning

Still resolving a variety of issues to make this solution ready "out of the box". Needs to much "tailoring" for general consumption at this time.

Panel
title
Contents
width20%
title
Panel
  • core
  • ./plugins/farcryblog
  • ./plugins/farcrycomments
Column

Forum Distro

Note

This project is in the early ALPHA stage.

Panel
titleContents
  • core
  • the forum plugin suite

Distributions

  • explain how core is versioned
  • explain how plugins are versioned in the context of core
  • explain the different distributions
  • refer to various ways you can get hold of core
  • link to the installation of core for various versions