Download Astroboa Releases
The new Astroboa platform provides a brand new Content Management Console, a new content engine with enhanced features and great performance and a rich Resource API (RESTful) that allows reading, writing and querying your content through simple URLs. Stay tuned at @astroboa for news.
Download a release of our new Astroboa Semi-Structured Information Management Platform and follow the instructions to install it.
Astroboa packages are provided under the LGPL open source license.
3.0
| Name | Size | Release date | License | Release notes | Download | Documentation |
|---|---|---|---|---|---|---|
| 3.0.0b1 | 74 MB | 2011-09-13 | LGPL | Release Notes | Download | Documentation |
You may watch an introductory video that briefly presents the main features of the Astroboa Console, (click here for high quality video, QuickTime video player must be installed).
Astroboa bunlded with JBoss
Using Astroboa has never been easier! Astroboa comes bundled with JBoss and preinstalled Apache Derby. Download the zip file from the link below and follow the steps in order to start using Astroboa right away!
Download Astroboa bundled with JBoss
-
Make sure you have installed JAVA and you have defined an environment variable named JAVA_HOME
which points to a JDK installation (not a JRE one). -
Append (if not already appended) the environment variable PATH with the entry
%JAVA_HOME%/bin (windows) $JAVA_HOME (Linux, OS) - Extract the archive to a folder of you r preference. (Note for windows users: It is recommended to extract the archive in a root folder, c: for example, in order to avoid the filename length restriction)
-
Execute the command
<INSTALL_FOLDER>/bin/run.sh (Linux, OS)
<INSTALL_FOLDER>\bin\run.bat (Windows)
-
Once the JBoss is up and running, visit the following URL
http://localhost:8080/console -
Login using the following credentials
User Name : SYSTEM
Password : betaconcept
Please note that this installation utilizes Apache Derby instead of Postgres and it is NOT MEANT for production use. If you want to use Astroboa in production environments, you should download stand-alone distribution which uses PostgreSQL RDBMS.
By default, it uses 1024MB of memory. You can set your own memory settings in the following configuration file
<INSTALL_FOLDER>\bin\run.conf.bat (windows)
rem # JVM memory allocation pool parameters - modify as appropriate.
set "JAVA_OPTS=-Xms1024m -Xmx1024m -XX:MaxPermSize=256M -XX:PermSize=256M -Dfile.encoding=UTF-8"
<INSTALL_FOLDER>/bin/run.conf (linux, OS)
JAVA_OPTS="-Xms1024m -Xmx1024m -XX:MaxPermSize=256M -XX:PermSize=256M -Dfile.encoding=UTF-8
by providing the necessary values at the following parameters
-Xms (lower limit)
-Xmx (upper limit)
You will have to restart JBoss for changes to take effect. Finally, if you want to gracefully stop JBoss you have to execeute the command
<INSTALL_FOLDER>\bin\shutdown.bat -S (windows)
<INSTALL_FOLDER>/bin/shutdown.sh -S (linux, OS)
Download BetaCMS Releases
You may also download any of the existing BetaCMS releases or snapshots.
Download the latest BetaCMS release. The BetaCMS distribution packages include all BetaCMS modules and dependencies. Prior to using a package, you should verify the package integrity using the provided checksums (MD5 and SHA1).
BetaCMS releases are available under LGPL license.
Last Modified: 21 December 2011
Loading...