Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 995 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 995 Bytes

logo Build status

License

OneDatabase is released under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0. The file (LICENSE.md) must be a part of any redistributable packages made from this software. No licenses should be removed from this software if you are making redistributable copies.

How to Install

Short instruction:

  1. enter _tools directory

  2. run: make_full_db.bat (if you are doing it under Windows) or run: /bin/sh make_full_db.sh (if you are running it under *nix/Linux)

  3. apply created file to mangos database, eg.: mysql -u root -p mangos < full_db.sql

Credits