ayaports/unmaintained/organizr/organizr.post-install
build@apk-groulx 7c2d413554 3.17 cleanup
2023-01-11 00:40:45 +00:00

12 lines
675 B
Bash
Executable file

#!/bin/sh
echo '-------------------------------------------------------------------------------'
echo 'Once you have added Organizr to your web server configuration, browse to'
echo '<Your Organizer URL>/check.php to see if you need to enable any PHP extensions.'
echo
echo 'The directory /var/lib/organizr was created to store your Organizr database.'
echo 'Specify this directory as the Database Path when visiting the main site for the'
echo 'first time.'
echo '-------------------------------------------------------------------------------'
chown -R http:http /usr/share/webapps/organizr
chown -R http:http /var/lib/organizr