Skip to content

Installation instructions

cdybedahl edited this page Oct 31, 2011 · 15 revisions

Software Installation

The Healthcheck system is not distributed in a packaged form, but should not be too tricky to build packages for. Full instructions for what's needed to install it can be found in the file INSTALL at the top level of the couchdb branch. The instructions are tailored for installing on Ubuntu Server 10.04LTS, but should be reasonably easy to translate to other systems.

The master branch in the repository points at an old version of the system that uses MySQL. This version is obsolete. Check out and use the couchdb branch instead.

Adding users

There is at this time unfortunately no user interface for creating users. The User module has a class method create that takes username, password (in plain text), display name, and email address as arguments and creates the user in the database.

Clone this wiki locally