summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 15e67a63e770cb4523a36cf3855569e2d3238f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
XYLONOTE: This file was an original part of envbot and has not been kept up to date.

Installing envbot
=================

Installation isn't needed, you can run it from source directory.
Installation is possible though, but not recommended.

All you have to do is to get the bot running is:
* Run:
    make
* Copy bot_settings.sh.example to bot_settings.sh
* Edit bot_settings.sh to set correct nick, IRC server, service password, and so on.
* Run:
    ./envbot

To install use something like (change the paths to fit your system):
make install DESTDIR=/ PREFIX=/home/user/envbot