updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / joomla / joomla.install
blob64836e77f29155a75d166b205b9aa140caff502b
1 post_install()
3 cat << EOM
5 ==> Recommended post-install actions:
6     groupadd http
7     chgrp -R http /srv/http/joomla
9  -> In order to use Joomla, you have to be in the 'http' group
11  -> Setup Apache, MySQL and PHP, following 'http://wiki.archlinux.org/index.php/LAMP'
13  -> To finish the installation process, navigate to 'http://localhost/joomla' 
14     with your web browser.
16  -> Read Joomla documentation at 'http://docs.joomla.org/'
18  -> For Joomla in your language please visit: 'http://community.joomla.org/translations.html'
20  -> To extend Joomla go to: 'http://extensions.joomla.org/'
22 EOM
25 post_upgrade()
27   true
30 pre_remove()
32   true
35 post_remove()
37   true