MixDEM Installation

To install MixDEM, please follow these steps:

  • Download MixDEM installation package from sourceforge.net
  • Uncompress and put MixDEM files into your htdocs directory of your Web server (a directory like /srv/www/htdocs/path_to_MixDEM/)
  • Start the "MixDEM installer" found on ./MixDEM/install directory to install MixDEM automatically.

IF for some reason you can't or you dont want use MixDEM auto installer, you can follow manually these steps :

  1. Download MixDEM installation package from sourceforge.net
  2. Uncompress and put MixDEM files into your htdocs directory of your Web server (a directory like /srv/www/htdocs/path_to_MixDEM/)
  3. Make the directory /path_to_MixDEM/_CACHE/ writable
  4. Change da default user login $GLOBAL_USER_EMAIL and user passowrd $GLOBAL_USER_PASSWORD in /path_to_MixDEM/_LIB/ETL.config.php
  5. Change the unix style path to MixDem main directory $GLOBAL_PATH in /path_to_MixDEM/_LIB/ETL.config.php
  6. Set Javascript.HELPURL da Help Url in /path_to_MixDEM/gui/index.html
  7. Set Javascript.APIURL da MixDEM Api Url in /path_to_MixDEM/gui/index.html
  8. To learn how to use MixDEM, open this URL http://your_host/path_to_MixDEM/help/ in your Web browser.
  9. To access to the MixDEM GUI Editor, open this URL http://your_host/path_to_MixDEM/gui/ in your Web browser.

Sample of MixDEM locally installed on XAMPP 1.6.6 for Windows