This shows you the differences between two versions of the page.
— |
install [2015/10/22 18:21] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Installing ===== | ||
+ | |||
+ | ==== Download JRE ==== | ||
+ | Vyhodb requires JRE version not lower than 7u64. The latest version, as well as instructions for installing JRE can be | ||
+ | found here http://www.oracle.com/technetwork/java/javase/downloads/index.html. | ||
+ | |||
+ | ==== Download Vyhodb ==== | ||
+ | The latest version of the vyhodb distribution package can be downloaded from [[download]] page. | ||
+ | The distribution package is a zip file with directory **vyhodb-0.9.0** inside. | ||
+ | |||
+ | ==== Configure path to JRE ==== | ||
+ | After unzipping **vyhodb-0.9.0** directory, you need to specify path to JRE: | ||
+ | * Windows: | ||
+ | - Open file **bin-cmd\set-env.cmd** | ||
+ | - Set **JRE_HOME** variable. For example: SET JRE_HOME=C:\Program Files\Java\jdk1.7.0_60\jre | ||
+ | * Linux: | ||
+ | - Open file **bin-sh/set-env.sh** | ||
+ | - Set **JRE_HOME** variable. For example: JRE_HOME=/home/jdk1.7.0_79/jre | ||
+ | | ||
+ | ==== Run and have fun! ==== | ||
+ | Now you can start vyhodb server in so called stand-alone mode. Run one of the following scripts: | ||
+ | * Windows: **vdb-start.cmd** | ||
+ | * Linux: **vdb-start.sh** | ||
+ | |||
+ | Picture below shows console output of running vyhodb server: | ||
+ | |||
+ | {{0.9.0:pics:vdb-standalone-running.png}} | ||
+ | |||
+ | To stop vyhodb server use Ctrl+C combination or **vdb-close-remote** script (can be found in **bin-cmd** or **bin-sh** directories). | ||
+ | |||
+ | ===== Vyhodb Directory layout ===== | ||
+ | ^ File ^ Description ^ | ||
+ | | **bin-cmd** | windows command line utilities | | ||
+ | | **bin-sh** | linux command line utilities | | ||
+ | | **lib** | vyhodb system jar files | | ||
+ | | **services** | Directory for RSI Services jar files | | ||
+ | | **storage** | Default directory for storage files (data file and log file) | | ||
+ | | LICENSE | vyhodb license agreement | | ||
+ | | vdb.properties| vyhodb configuration file | | ||
+ | | vdb-start.cmd | windows start script | | ||
+ | | vdb-start.sh | linux start script | | ||