Fix typos, add more info in README
[gwiad.git] / INSTALL
blob0f410af3e758dcc414e682b511ab7ba305215966
1 Gwiad Installation Guide
2 Copyright (C) 2007 Olivier Ramonat
3 See the end of the file for license conditions.
5 BASIC INSTALLATION
6 ------------------
8 If you want to install Gwiad with default options, it's simple as
9 make all install_server
11 INSTALL GWIAD AND PLUGINS
12 -------------------------
14 You can install administration plugin (to unregister plugins) with
15 make install_admin_plugin
17 If you want to install others plugins, you'll need to install Gwiad with
18 "make install" before compiling and installing the plugins.
20 TESTING GWIAD
21 -------------
23 Point your browser to http://localhost:8080 (or whatever hostname/port you have
24 choose in the installation process). You should see the Gwiad welcome page.
26 If you have install the demo with "make install_demo", then the hello
27 world plugin will salute you on http://localhost:8080/hello/world
29 LICENSE
30 -------
32 Gwiad is free software; you can redistribute it and/or modify
33 it under the terms of the GNU General Public License as published by
34 the Free Software Foundation; either version 2 of the License, or
35 (at your option) any later version.
37 Gwiad is distributed in the hope that it will be useful,
38 but WITHOUT ANY WARRANTY; without even the implied warranty of
39 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
40 GNU General Public License for more details.
42 You should have received a copy of the GNU General Public License along
43 with this program; if not, write to the Free Software Foundation, Inc.,
44 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.