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. 

...

  • create-database.sql: Create all wisemapping database and wisemapping user.
  • create-schemas.sql: Create all database tables and index.
  • testapopulate-dataschemas.sql: Creates a mind map example and an a test user "test@wisemapping.org" with password "test".
  • drop-schemas.sql: Drop all wisemapping tables in case you want to have a fresh installation. 

...

 

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 < test-data.sql

 

...

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