Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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:

    Code Block
    ~:> java -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
  5. This default installation WiseMapping server will be started on  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 notes comments you have to keep in mind:

...