-
Notifications
You must be signed in to change notification settings - Fork 140
Installation
zolrath edited this page Apr 4, 2012
·
3 revisions
Installation Instructions
The rest of this readme will operate under the assumption you'll place wemux
in wemux/
in your /usr/local/share
directory. To make wemux available for
all users, perform the following steps, using sudo as required:
Git clone this repo.
git clone git://github.com/zolrath/wemux.git /usr/local/share/wemux
Symlink the wemux
file into your $PATH such as /usr/local/bin/
,
being sure to use the full path.
ln -s /usr/local/share/wemux/wemux /usr/local/bin/wemux
IMPORTANT: Copy the wemux.conf.example
file to /usr/local/etc/wemux.conf
cp /usr/local/share/wemux/wemux.conf.example /usr/local/etc/wemux.conf
Then set a user to be a wemux host by adding their username to the host_list in
/usr/local/etc/wemux.conf
. Users in the host_list will be able to start new wemux
sessions, all other users will be wemux clients and join these sessions.
host_list=(zolrath brocksamson)