Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Installation Steps

Before starting the installation,  you must have Java Development Kit 7 or higher installed. You can download it from (http://java.sun.com/javase/downloads/index.jsp).

If you have java already installed, follow the next steps:
  1. Download the installer from here
  2. Unzip the wisemapping-3.X.zip binary distribution. This will generate a wisemapping-<version> directory.

  3. Open a command line terminal within wisemapping-<version> directory.
  4. Finally, execute the following line to start wisemapping:

    ~:> java -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
  5. WiseMapping server will be started on http://localhost:8080/wisemapping/.  You could start testing it using the user test@wisemapping.org and password test.

Congrats!, you should have WiseMapping really to be use. A couple of additional comments you have to keep in mind:

  • This default installation comes with embedded HQSQL file based database. For production environments, we strongly encourage you to use MySql. Take a look at this page for more information.
  • There are a couple of additional defaults you might be interested in reviewing (email servers, etc).  Review the file WEB-INF/app.properties and adjust it based on your requirements. 

Finally, for advance installation questions or problems you visit he group https://groups.google.com/d/forum/wisemapping-support. 

Last Versions Changes

1/10/2014 -  3.0.2 GA 
  • Fix Chrome node resizing issue.
  • Minor optimisation
4/18/2013 -  3.0.1 GA 
  • OpenId support added.
  • Unlock maps on sign out.
  • Fix history saving revert issue
  • Add Firefox 20 support
  • Several minor issues ...
2/20/2013 -  3.0 GA 
  • LDAP support
  • Several fixes related to I18n issues
  • Bug fixing.
1/20/2013 -  3.0 Release Candidate 4
  • HyperSQL error deleting mindmap

11/10/2012 -  3.0 Release Candidate 3
  • Add locking mechanism for avoid concurrent edition overwrite.
  • Add startup script on the distribution
  • FreeMind import bug fixing and improvements
  • Tons for bugs fixed.
9/2/2012 -  3.0 Release Candidate 2
  • More and more bug fixing, mainly on the editor.
  • FreeMind import improvements on font colors, shapes, etc
  • Layout resize issues solved.
9/2/2012 -  3.0 Release Candidate 1
  • Several bug fixes related to the drag and drop as been fixed
  • Fix several issues related to the export/Import
  • Minor optimizations 
8/12/2012 - 3.0 Beta 4: 
  • Fix several IE 9 issues
  • Re-write of drag predict algorithm solving several connection isses
  • More and more bug fixing.
Updates
Version 3.0 drops will be fully compatible, not action will be required more than pointing to the same database. 
If you are coming from v2.0, database migration SQL scripts need to be executed. Scripts could be found in the binary distribution package. 
  • No labels