Menu

English

paulescom

LICENSE

Darwin is released under following license: GNU General Public License version 3.0
(GPLv3). For more information, please visit:

http://www.gnu.org/copyleft/gpl.html

REQUIREMENTS

Darwin requires the following software:

Server side:

  • Java virtual machine, versión 5 o superior
  • Apache tomcat, versión 6 o superior
  • Postgresql, versión 9 o superior

Client side (has testing):

  • Chrome browser
  • Mozilla firefox browser

INSTALLATION TOMCAT + HSQL (SHORT)

  1. Download Darwin from this page: https://sourceforge.net/p/soavolution
    There you has found: darwin_[version]_en_sql.zip. The following is the content file:

    • install.txt (this file)
    • changes.txt (change version file)
    • Darwin (the application folder)
    • data (hsql data base folder)
  2. Download and install tomcat: http://tomcat.apache.org/download-70.cgi

  3. Add data folder under tomcat root directory

  4. Add Darwin folder under webapps tomcat directory

  5. Create users for Darwin:

    • Open Darwin\properties\naviox-users.properties file
    • Add users: login=password
  6. Run tomcat and go to following URL: http://[servidor]:8080/Darwin

INSTALLATION TOMCAT + POSTGRES

  1. Download Darwin from this page: https://sourceforge.net/p/soavolution
    There you has found: darwin_[version].zip. The following is the content file:

    • install.txt (this file)
    • changes.txt (change version file)
    • Darwin (the application folder)
    • darwin_db[language].sql (the data base, with basic information
      pre-loaded)
  2. Download and install postgresql: http://www.postgresql.org/download/

  3. Create Darwin data base:

    • Run the following command:
      [DIR_POSTGRESQL]\bin\psql -U postgres -f darwin_db[language].sql

    • No error displayed

  4. Download and install tomcat: http://tomcat.apache.org/download-70.cgi

  5. Set data base connection (datasource):

    • Open Darwin\properties\naviox-users.properties file
    • Edit username="postgres" password="*"
  6. Create users for Darwin:

    • Open Darwin\properties\naviox-users.properties file
    • Add users: login=password
  7. Add Darwin folder under webapps tomcat directory

  8. Run tomcat and go to following URL: http://[servidor]:8080/Darwin

TROUBLESHOOTING

PROBLEM: Spider graph is broken. If server error say: javax.imageio.IIOException: Can't create output stream! ó Can't create cache file!

SOLUTION: Some Tomcat installations do not have their temp folder created. Tomcat will not create that folder for you, so check that it exists when you start Tomcat.