ayaports/unmaintained/organizr/organizr.post-install

13 lines
675 B
Text
Raw Normal View History

2021-06-04 15:24:22 +00:00
#!/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