Versions Compared

Key

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

...

  1. Copy the FarCry Express installation onto your local development workstation (http://www.farcrycore.org/download)
  2. Locate the local Demo Media and Docs folders (they should be located within the FarCry Express distribution)
  3. Create a development project in your IDE
    1. Open the IDE installed on your desktop
    2. Create a Project from the webroot of your FarCry Express installation; for example, INSTALL-ROOT/farcry-express-install/webroot
    3. Browse the project and make sure you can see all the relevant FarCry code base directories
  4. Your H2 database is already in place – there is no need for a database installation
  5. Start your FarCry Express installation (review the README.txt notes for specific instructions for your OS)
  6. Browse to http://localhost:8888/webtop
Note
titleDouble Check That Everything is Working

Please ensure that your development environment is full functional before proceeding. This is critical for the success of the rest of the course. Friendly URLs will not work with the FarCry Express installation. This is a limitation of the Express demo only.

Notetip
titleOther Environments

The course sample code should work in any operational environment that supports FarCry. However, the specific references in the walkthrough may need to be adjusted to reflect your actual development environment.