Versions Compared

Key

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

WiseMapping supports a wide variety of databases. However, we run intensively tests over HSQL and MySQL database. 

...

If you are one brave hearts that is not afraid of the command line tools, open a terminar and execute the following lines:

 

Code Block
themeEmacs
languagebashcollapsetrue
cd <WISEMAPPING-DIR>/config/mysql
# Default MySQL installation creates a "root" user with empty password. You can connect to the database with this user if you are # logged in same machine where the database is installed and must be executed logged as "root"  
# 
# If you have changed the default database "root" password , you need to specify an additional -p parameter and provide the 
# new password.
mysql -uroot < create-database.sql
# Create tables and default tests user
mysql -uwisemapping -Dwisemapping -ppassword < create-schemas.sql

mysql -uwisemapping -Dwisemapping -ppassword < test-data.sql

 

...

  • Open a command line terminal within wisemapping-<version> directory
  • Finally, execute

    Code Block
    languagebash
    ~:> java -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
     

The application will be started on: http://localhost:8080/wisemapping/ . The database is automatically populated with a test user  test@wisemapping.organd password test.


Any other question, you can use the following group: https://groups.google.com/d/forum/wisemapping-support