-
Notifications
You must be signed in to change notification settings - Fork 0
client only installation
Simon Thépot edited this page Nov 17, 2010
·
1 revision
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
This archive only contains the client egg archive.
Get your client archive:
- Linux 32bits: http://missing.url
- Linux 64bits: http://missing.url
Unpack it:
tar -xvzf archive.client.tgz -C $MT/django/
You are done. See configuration or jump to the launch section.
Run:
source $MT/bin/activate minimerge -avN bv.client
You will now need to configure the application, see the configuration section.