|
|
Naiban: InstallationNaiban is a complete application, built on top of the Keel Meta-Framework which is in turn built on top of Avalon. Familiarity with either of these IOC frameworks should make installing & configuring Naiban much easier, but if you haven't had the opportunity to work with either, this step by step should put you on the right path. DownloadDownload the source distribution with runtime environment here: Naiban 0.1.0 distribution. Other files are available here. Unzip this archive into the directory where you would like Naiban installed. Setup EnvironmentCreate an environment variable NAIBAN_HOME pointing to your chosen installation directory (ex: NAIBAN_HOME=/home/jdoe/naiban ). Alternatively, hardcode this variable value in the startup script in (./bin/naiban.sh or ./bin/naiban.bat). Refer to the scripts themselves for more details. BuildFrom NAIBAN_HOME, execute two maven tasks:
Configure JDBC Support (Optional)By default, Naiban uses the HSQL Database Engine, which will allow it to persist data locally (for its own use) in the ./db directory. If you would like to leverage another JDBC enabled RDMBS, you need to modify the ./config/jdbc-system.xconf file with the appropriate JDBC properties. |