Versions Compared

Key

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

...

In this walkthrough you will install and configure your local development environment.:

  1. Copy FarCry Bundle into Webroot the FarCry Express installation onto your local development workstation (http://www.farcrycore.org/download)
  2. Copy Locate the local Demo Media into webroot (Course materials will be available from your Instructorand Docs folders (they should be located within the FarCry Express distribution)
  3. Create a development project in your IDE
    1. Open the Eclipse IDE installed on your desktop
    2. Create a CFEclipse Project from the webroot of your local web server installationFarCry 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
    Create a database (suggested steps assume mySQL 5.1)
  4. Open MySQL Administrator
  5. Create a new blank database (aka Catalogue)
  6. Open the ColdFusion Administrator and create a MySQL datasource pointing to your newly minted database
  7. Your H2 database is already in place – there is no need for a database installation
  8. Start your FarCry Express installation (review the README.txt notes for specific instructions for your OS)
  9. Browse to http://localhost:8888/farcry
  10. FarCry should have detected that you need to install and redirected you to the installation wizard; if it hasn't speak now or forever hold your peace.
  11. Run through the Install Wizard
    1. Select Sub Directory Install
  12. webtop
Note

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.

Note
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.

Note

Please ensure that your development environment is full functional before proceeding. This is critical for the success of the rest of the course.