________________________________________________________________________________ _____________ _________ _____ ___ __/__ /______ ______ /______ /_ __ / __ __ \ _ \ ___ _ /_ _ \ __/ _ / _ / / / __/ / /_/ / / __/ /_ /_/ /_/ /_/\___/ \____/ \___/\__/ __________ _____ ___ ____/_____________ ___(_)___________ __ __/ __ __ \_ __ `/_ /__ __ \ _ \ _ /___ _ / / / /_/ /_ / _ / / / __/ /_____/ /_/ /_/_\__, / /_/ /_/ /_/\___/ /____/ "The Jet": PHP/mySQL Framework (c) 1998-2008 Jet City Software ________________________________________________________________________________ INSTALLATION INSTRUCTIONS Option 1: Install via FTP to your web server 1. Uncompress and Extract the Jet Engine Distribution File Typically a program like "winzip" can do this for you. 2. Create an installation directory on your web server for the programs i.e. "/application/" 3. Change to that directory in your FTP Program 4. Upload all of the files you just extracted. Note: The image files should be uploaded in BINARY format. Everything else should be uploaded in ASCII format 5. Set permissions: The "data" and "lib" directories, and all files within them should be set with "777" (rwxrwxrwx) permissions. Everything else should be set to 755 (rwxr-wr-w) Option 2: Install Directly from your web server 1. Create an installation directory on your web server for the programs i.e. "mkdir application/" 2. Upload the distribution file there, and extract it cd application tar zxvf jet-engine.tar.gz 3. Change Permissions First, give everything 755 perms: chmod -R 755 * Then, give 777 (full) permissions to the data and lib directories chmod -R 777 data lib 4. Upload all of the files you just extracted. Note: The image files should be uploaded in BINARY format. Everything else should be uploaded in ASCII format CREATE A NEW/EMPTY mySQL DATABASE Complete the installation online Open the "admin.php" program in the installation directory in your browser. The program will complete the installation process with you online. ________________________________________________________________________________