forked from sbp/phenny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
32 lines (22 loc) · 919 Bytes
/
README.txt
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
Installation &c.
1) Run ./phenny - this creates a default config file
2) Edit ~/.phenny/default.py
3) Run ./phenny - this now runs phenny with your settings
Enjoy!
--
Sean B. Palmer, http://inamidst.com/sbp/
========================================================================
Using Longger!
Longger is a IRC logger that uses MongoDB to store logs!
To use it at PHENNY, after configure it (as described above, you should:
- Edit the ~/.phenny/default file to add this three lines (at the end)
longger_con_host = 'localhost'
longger_con_port = 27017
longger_db_logger = 'longger'
All of them are related to your MongoDB setting, so change as you need.
Please remember that before starting PHENNY next time, you should start
MongoDB first, possibly using "mongod" command!
Regards.
@cghackspace
PS.: This is a not well tested module!
=======================================================================