]> jfr.im git - irc/borknet/trunk.git/blob - INSTALL
Q: Removed the '!' at the end of the line directly giving the userpassword
[irc/borknet/trunk.git] / INSTALL
1 Installation of the BorkNet Services
2 ####################################
3
4 Copyright (C) 2011 Ozafy - ozafy@borknet.org - http://www.borknet.org
5 ---------------------------------------------------------------------
6
7 A guide on installing these services on debian can be found here:
8 -----------------------------------------------------------------
9
10 http://www.borknet.org/index.php?topic=faqs&page=services
11
12
13
14 Table Of Contents:
15 ------------------
16 1. Requirements
17 2. Preparations
18 2.1 New MySQL Install
19 2.2 Updating MySQL
20 3. Configuration
21 4. Running
22 5. Closing stuff
23
24
25
26 1. Requirements
27 ===============
28
29 Make sure you have installed the JDK 1.6 or higher.
30 http://java.sun.com/javase/downloads/index.jsp
31 Make sure you have installed MySQL 5.0 or higher.
32 http://dev.mysql.com/downloads/
33 Make sure you have installed the Java MySQL connector 3.0.
34 (As of writing there are problems with higher versions)
35 http://dev.mysql.com/downloads/connector/j/3.0.html
36
37
38
39 2. Preparations
40 ===============
41
42 2.1 New MySQL Install
43 =====================
44 Create the correct database/user and import the borknet.sql file.
45 after this, run the CreateAccount program, which will create the
46 Services Admin account.
47
48 2.2 Updating MySQL
49 ==================
50 Make sure you have the borknet databse selected, then apply the sql patches as needed.
51 eg: the latest revision you installed was rev 38, then install all sql patches with a
52 later revision number (rev39.sql and up).
53
54
55
56 3. Configuration
57 ================
58
59 edit bot.conf.
60
61 edit /core/modules/botname/botname.conf for each of the modules.
62
63 Disable F:ZANNELS and F:OPLEVELS in your snircd config.
64
65
66
67 4. Running
68 ==========
69
70 ./services
71
72 Makes sure you obey the directory structure, that means the Start.class file
73 should be in a directory called borknet_services in your home, with all other
74 dirs below.
75
76
77
78 5. Closing stuff
79 ================
80
81 Thank you for downloading this release!
82 Please report all bugs to ozafy@borknet.org or irc.borknet.org/dev-com
83 Also feel free to just drop by and comment on the bot :)