Versions Compared

Key

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

...

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
Column
width50%

FarCry Community Distro

Tip

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

Panel
titleContents
  • 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
Column
width50%

FarCry Developer Distro

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.

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
Column

Railo Distro

Tip

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

Panel
titleContents
  • core
  • ./plugins/farcrycms
  • ./plugins/farcryverity
  • ./plugins/farcrysolr
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
titleContents
  • core
  • ./plugins/farcryblog
  • ./plugins/farcrycomments
Column

Forum Distro

Note

This project is in the early ALPHA stage.

Panel
titleContents
  • core
  • the forum plugin suite

...