Skip to content

client only installation

Simon Thépot edited this page Nov 17, 2010 · 1 revision

Client Only Installation

If you come from the archive installation of minitage, your ROOT_PATH should be /opt/.

Otherwise, you were required to modify it, check your scripts at bv.scripts/etc/conf.sh.

Export it:

export ROOT_PATH=<insert_your_root_path>
export MT=$ROOT_PATH/minitage

As an archive (recommended if you come from the archive way)

This archive only contains the client egg archive.

Get your client archive:

Unpack it:

tar -xvzf archive.client.tgz -C $MT/django/

You are done. See configuration or jump to the launch section.

From source

Run:

source $MT/bin/activate
minimerge -avN bv.client

You will now need to configure the application, see the configuration section.