aboutsummaryrefslogtreecommitdiffstats
path: root/www/phpmyfaq/pkg-message
blob: 72884f3696dbbb2a937dd997e1f48457e92591ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
{ type: install
  message: <<EOM
  phpMyFAQ has been installed, but is not quite ready to be used yet!

  You have to ensure that you have a database server (or ODBC access to a
  remote database) installed and configured, and you have to ensure that
  your PHP installation has been compiled with support for your database or
  database access method.

  To configure phpMyFAQ point your browser to
    http://YOUR_SERVER/phpmyfaq/install/installer.php
    http://YOUR_SERVER/phpmyfaq/admin/index.php

  Use the username admin and your selected password
  for your first login into the admin section.
EOM
}
]