Bump version and update Changes
[app-fonbot-daemon.git] / README
1 App-FonBot-Daemon version 0.001
2 ===============================
3
4 FonBot is an Android application that lets users control their phones through the internet or through text messages.
5
6 Users can communicate with the applications through Yahoo! Messenger, Jabber and IRC (on the OFTC network). Email support is planned.
7
8 This is the FonBot server, a daemon which relays messages between users and their phones.
9
10 INSTALLATION
11
12 To install this module type the following:
13
14 perl Makefile.PL
15 make
16 make test
17 make install
18
19 SETUP
20
21 Steps to setting up your own fonbotd installation:
22
23 1. Install fonbotd
24 2. (if you want YMSG or Jabber) Install BitlBee
25 3. (if you want YMSG or Jabber) Create a BitlBee account and add some IM accounts.
26 4. Create the /etc/fonbotd directory and copy the example config.pl and log4perl.conf files to that directory
27 5. Edit the example configuration files to your liking
28 6. Run fonbotd
29
30 COPYRIGHT AND LICENCE
31
32 Copyright (C) 2013-2015 by Marius Gavrilescu
33
34 fonbotd is free software: you can redistribute it and/or modify
35 it under the terms of the GNU Affero General Public License as published by
36 the Free Software Foundation, either version 3 of the License, or
37 (at your option) any later version.
38
39 fonbotd is distributed in the hope that it will be useful,
40 but WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 GNU Affero General Public License for more details.
43
44 You should have received a copy of the GNU Affero General Public License
45 along with fonbotd. If not, see <http://www.gnu.org/licenses/>
This page took 0.019589 seconds and 4 git commands to generate.