-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
42 lines (26 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
this is well.ca's partychat.
DESCRIPTION
it is works like this: party chat is a partychat implementation that can work inside your firewall.
we added a few features to partychat for well.ca as well.
we use it to keep teams or the whole company connected.
QUICKSTART
to get partychat up and running quickly follow these steps (you need java and ant):
1. create an account on your jabber server for partychat to use (e.g. [email protected])
2. run:
>> git clone git://github.com/well/well-partychat.git
>> cd well-partychat
>> ant
>> ./run.sh partychat [email protected] password
(replace the last two arguments with the username and password you created in step 1)
TO PULL
git clone git://github.com/well/well-partychat.git
TO BUILD
the best way to build is to use ant. you should be able to build by running:
>> ant
from the command line which will invoke the build.xml ant file
TO RUN
best way to run it is to run the run.sh shell script
it takes three arguments:
1) the name of the bot (arbitrary)
2) the username and server of the jabber account the bot will use (e.g. [email protected])
3) the password for the above account