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. 

...

 

Code Block
themeEmacs
languagebash
cd <WISEMAPPING-DIR>/config/database/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 < testapopulate-dataschemas.sql

 

Great, you have configured you database !. Let's configure WiseMapping now.

...

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

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