------------------- Files inside the zip ----------------------------- - legend_final folder (contains the deployed version of GeoSpatial Dashboard application) - legend_final.fxp (source code for GeoSpatial Dashboard application) - postgis.backup (GeoSpatial Dashboard's database file) ------------------- Deploying the application ------------------------ - Unzip BIJoe.zip to C:\xampp\htdocs\ (*Make sure you don't have a folder call legend_final or else it will be overwritten) - Import legend_final.fxp into your Flex - Make sure it is being deployed to path C:\xampp\htdocs\legend_final - Edit config.txt from 202.161.45.170 to your respective server ip (http:// is not required) Things to note: - All php file will have to reside at the root level of htdocs. [*Note: if you would like to put all php files in other folder, you will have to go to legend.mxml in your Flex and change the path under the method call resultConfig()] ------------------- Database setup --------------------------------- - Create postgis schema in your postgis - Restore using postgis.backup - The respective tables will be created. ------------------- PHP file setting ------------------------------- Open up dbconnect.php - change your host to your database ip - change port if necessary - change dbname to your schema if it is not postgis - change your user and password to your own settings.