blob: 2a90e9dd7c2643978d788febbb8c39db9a37196f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
post_install() {
echo "You should now create an user and a database for yourls"
echo "then edit the config in /etc/webapps/yourls/config.php"
echo
echo "If you need help, read http://yourls.org/#Config"
echo
echo "After you configured your webserver accordingly, open"
echo "http://yoursite.com/admin/ - (hint: for apache, enable"
echo "mod_rewrite and .htaccess files)"
}
# vim:set ts=2 sw=2 et:
|