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
languagebash
collapsetrue
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 
 the database is installed and must be
executed logged
 executed logged as "root"
  
# If you have changed the default database
  
# 
# 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
 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

 

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

...

  • 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