BoulderALE is a web application based on Python Server Pages (PSP), and it is recommended that users use the BoulderALE website. The procedure for installing BoulderALE natively can be tedious, however; we do make the source code publicly available so users can install it natively.
If you plan to build the BoulderALE documentation locally:
Currently the most stable version of BoulderALE is our 1.0.0 release, which you can download from here.
To get the latest development version of BoulderALE, you should check it out of our Sourceforge repository. While this code is subject to changes in interface and hasn’t been as extensively tested as the release version, it will provide access to the latest and greatest BoulderALE features. The official web documentation is likely to be out-of-date with respect to the development software. You should instead refer to the svn documentation in boulderale/www/docs. Check out the latest version of BoulderALE using svn with the commands:
svn co https://boulderale.svn.sourceforge.net/svnroot/boulderale/trunk boulderale
svn users should periodically update BoulderALE by using the following command:
svn update boulderale
If you are using the svn version of BoulderALE, you may want to build the documentation locally for access to the latest version. You can change to the boulderale/doc_source directory and run:
make html
We try to update the documentation as we update the code, but svn users may notice some discrepancies. After building the documentation, you can view it in a web browser by opening the file boulderale/doc_source/_build/html/index.html. You may want to bookmark that page for easy access.