Getting started

wauter
There is a newer version of this page. You can find it here.

This page describes the installation procedure of CoDAK on Debian/Ubuntu. For now, CoDAK is not packaged for any other OS.

To install, follow the steps below.

Enable the CoDAK repository

The following command will enable the CoDAK repository on your system.

echo 'deb http://codak.sf.net/deb stable/' \
| sudo tee /etc/apt/sources.list.d/codak.list

Optionally, tell APT that you trust the CoDAK repository (to avoid warnings during installation).

wget -O - http://codak.sourceforge.net/deb/key.asc \
| apt-key add -

Download and install

Update the local package database:

sudo apt-get update

For a basic CoDAK installation, type:

sudo apt-get install codak-core

To install also the (optional) terms extension, type:

sudo apt-get install codak-terms

Setup CoDAK

To complete the installation:

  1. Point your browser to http://localhost:8080/codak/setup.vm. This will produce an error in your browser, saying that the page is protected.
  2. Unlock the page by creating an empty file with a name as instructed.
  3. Refresh the page in your browser.
  4. Choose 'install database', which will setup the database and create an admin account.
  5. Review the actions and remember the password of the 'admin' account. If you forgot it, you may reset the password by going back to this page and select 'reset admin account'.
  6. Disable the setup page by removing the unlock file.
  7. Go to http://localhost:8080/codak/ and start using your brand new CoDAK installation.

MongoDB Logo MongoDB