3 echo '---------------------------------------------------------------------------'
4 echo ' IMPORTANT NOTES:'
6 echo "IMPORTANT: Now, create tables in database with /usr/share/doc/kingfisher/kingfisher.pg.sql"
7 echo "And edit /etc/kingfisher/kingfisher.conf and /srv/http/kingfisher/inc/config.inc.php"
8 echo "Init Kingfisher Daemon with: /etc/rc.d/kingfisherd start"
9 echo "Configure httpd.conf and php.ini with pdo"
11 echo "Ex. Create Database"
14 echo "postgres=# CREATE DATABASE kingfisher;"
15 echo "postgres=# CREATE USER kingfisher;"
16 echo "postgres=# \password kingfisher;"
17 echo "postgres=# \i /usr/share/doc/kingfisher/kingfisher.pg.sql;"
19 echo "---------------------------------------------------------------------------"
22 # $1: The new package version