# FarCry Fandango Demo

FarCry Fandango is a fully functional demo release of the FarCry 6.1.x community distribution. FarCry is a web application framework ideal for building bespoke solutions.

## Installation

These instructions may pop-up a terminal window running an instance of the Railo CFML engine.  This is entirely normal. Closing this terminal instance will shut down the Railo server, and stop the application.

### Windows

1. Double click on the `start.bat` file to start the app server
2. Double click on `stop.bat` file to stop the application server

### OSX / Linux

1. Double click on the `start` file to start the app server
2. Double click on `stop` file to stop the application server

# Getting Started

1. Browse to <http://localhost:8888/> for the sample web site
2. Browse to <http://localhost:8888/webtop> for the webtop (content management area)
3. Login with Admin privileges using
	username: farcry
	password: farcry

Check out the FarCry Contributor Guide in the ./docs folder of this distribution.

# Railo Admin

If you need to administer the underlying Railo application server, access the server admin here: 
<http://localhost:8888/railo-context/admin/server.cfm>

	password: farcry

Enjoy!
