updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / wikka / wikka.install
blobed53b30662821889c7d6e86705d5c34ab8003bb6
1 # arg 1:  the new package version
2 post_install() {
3   echo "
4 Wikka Wiki Instructions:
6 1. Create the database for wikka and create a user with sufficient
7    permissions (ie. reading, writing, modifying and deleting
8    records, as well as creating tables (which is what the installer
9    is going to do); being allowed to drop tables (not databases) may
10    also be needed later).
12 2. Then point your browser to http://localhost/wikka to begin the install.
14 3.  ***IMPORTANT***  chmod 644 wikka.config.php after the web install.
16     # chmod 644 /home/httpd/html/wikka/wikka.config.php
18   /bin/true
21 op=$1
22 shift
23 $op $*