Initial import of p5-POE-Component-Server-PSGI version 0.5 in the
[pkgsrc.git] / www / geeklog / MESSAGE
1 ===========================================================================
2 $NetBSD$
3
4 To complete the setup, check and edit ${GEEKLOG_DIR}/config.php.
5
6 Then you will need to create a MySQL database for geeklog if you install
7 Geeklog for the first time:
8
9         # ${PREFIX}/php ${GEEKLOG_EXAMPLESDIR}
10
11 You will need to make Geeklog accessible through your HTTP server.
12 If you are running Apache then you may add the following lines to
13 httpd.conf:
14
15         Include ${PKG_SYSCONFDIR}/geeklog.conf
16
17 This geeklog.conf assumes that Geeklog would be accessed with "/geeklog"
18 sub directory.  Since you had better limit the access until complete
19 Geeklog setup, geeklog.conf limit access to "localhost".
20
21 And complete install with:
22
23         http://localhost/geeklog/admin/install/install.php
24
25 You can read documentation for install Geeklog:
26
27         http://localhost/geeklog/docs/install.html
28
29 ===========================================================================