Aurora-WebUI/Quickmap/en
De DigiWiki.
Version du 22 janvier 2012 à 04:43 par Djphil (discuter | contributions)
Quickmap Install Guide
Quickmap configuration is found in Aurora-WebUI/quickmap/includes/config.php.
You may want to call Aurora-WebUI something different just remember this must reflect in the configuration below.
// General items // For Statics Images Folder define("SYSURL","http://your_server_ip_or_dns_address/Aurora-WebUI/quickmap/");</pre><pre>//Your Grid-Domain $CONF_sim_domain = "http://your_aurora_server_ip_or_dns_address/"; //Installation path $CONF_install_path = "Aurora-WebUI/quickmap/";</pre><pre>// style-sheet items //Link to StyleSheet $CONF_style_sheet = "templates/default/style.css"; $CONF_style_sheet_webui = "templates/default/style_webui.css";</pre><pre>// Your Grid-Logo // Link to your Grid-Logo $CONF_logo ="http://your_aurora_server_ip_or_dns_address/Aurora-WebUI/quickmap/templates/default/images/aurora-webui-logo.png"; // mysql database items $CONF_db_server = "mysql"; // Your Database-Server $CONF_db_user = "root"; // Database-User $CONF_db_database = "aurora"; // Name of Database $CONF_db_pass = "***"; // Password of User // The Coordinates of the Grid-Center $CONF_center_coord_x = "1000"; // the Center-X-Coordinate same as Aurora-WebUI $mapstart $CONF_center_coord_y = "1000"; // the Center-Y-Koordinate same as Aurora-WebUI $mapstart


