|
Installing BlogmentoGetting BlogmentoLatest versionThe most recent cut of Blogmento will now be available via Java Web Start.
WindowsThe latest beta version of Blogmento is available for download here (installer). Other PlatformsIf you don't have windows, then you will want to download and unpack this archive into a directory like /usr/local/blogmento
Source CodeThe latest source code snapshot is here, it uses apache ant for the build.Installing BlogmentoIf you downloaded the executable.... the binary distribution of Blogmento consists of the following directory layout: blogmento +--- bin // contains launcher scripts | +--- lib // contains Blogmento jar plus necessary dependencies | +--- styles // contains blog styles (appearances) | +--- clean // a clean and simple blog style | +--- database // contains your blog items, and backups SetupUnless you ran the windows installer, before you can run blogmento there is some additional set up you will need to do:
Windows (You don't need this if you used installer)Assume Blogmento is installed in set BLOGMENTO_HOME=c:\blogmento set PATH=%PATH%;%BLOGMENTO_HOME%\bin Unix (bash)Assume Blogmento is installed in export BLOGMENTO_HOME=/usr/local/blogmento export PATH=${PATH}:${BLOGMENTO_HOME}/bin Unix (csh)setenv BLOGMENTO_HOME /usr/local/blogmento set path=( $path $BLOGMENTO_HOME/bin )
These are sites that are being managed by blogmento already: |
software and website written by Jeremy Rayner |