Downloads
Introduction
Microbase is hosted on SourceForge here. There are currently no pre-compiled packages for you to use, however you can build from source. We now have a new GUI application that guides you through the configuration / build / deployment steps.
Checking out the current development trunk
svn co https://microbase.svn.sourceforge.net/svnroot/microbase/trunk
After performing the initial checkout, you should see at least the directories: "microbase" and "aga" under trunk.
Please see our documentation on how to build and install the system.
Checking out a stable release
Use the following to check out a stable release:
svn co https://microbase.svn.sourceforge.net/svnroot/microbase/tags/microbase-{RELEASE} microbase
where {RELEASE} is the version number you wish to build. The current latest stable release is version 1.0
(note that currently, there are no stable builds available)