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

    After some time, you should see something like this. This means that the application is ready to accept requests:

    2014-01-23 18:35:38.063:INFO:oejs.Server:jetty-8.1.14.v20131031
    2014-01-23 18:35:38.082:INFO:oejdp.ScanningAppProvider:Deployment monitor ~/wisemapping-v3.0.2/webapps at interval 1
    2014-01-23 18:35:38.086:INFO:oejdp.ScanningAppProvider:Deployment monitor ~//wisemapping-v3.0.2/contexts at interval 1
    2014-01-23 18:35:38.088:INFO:oejd.DeploymentManager:Deployable added: ~//wisemapping-v3.0.2/contexts/wisemapping.xml
    2014-01-23 18:35:42.322:INFO:/wisemapping:No Spring WebApplicationInitializer types detected on classpath
    2014-01-23 18:35:42.768:INFO:/wisemapping:Initializing Spring root WebApplicationContext
    2014-01-23 18:35:45,290 WARN org.openid4java.server.RealmVerifier - RP discovery / realm validation disabled; 
    2014-01-23 18:35:45.547:INFO:/wisemapping:Initializing Spring FrameworkServlet 'mvc-rest'
    2014-01-23 18:35:46.511:INFO:/wisemapping:Initializing Spring FrameworkServlet 'mvc-servlet'
    2014-01-23 18:35:46.909:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080
  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:

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 
4/18/2013 -  3.0.1 GA 
2/20/2013 -  3.0 GA 
1/20/2013 -  3.0 Release Candidate 4

11/10/2012 -  3.0 Release Candidate 3
9/2/2012 -  3.0 Release Candidate 2
9/2/2012 -  3.0 Release Candidate 1
8/12/2012 - 3.0 Beta 4: 
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.