Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...