Versions Compared

Key

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

...

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).

The steps to follow areIf 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

    create

    generate 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 will 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 notes you have to keep in mind:

...