updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / etherpad-git / etherpad.install
blob8b275e321d8f2799990d15368e6790714c54b0a5
1 _install_notes() {
2     echo '---------------------------------------------------------------------------'
3     echo '- Dont forget to create the MySQL User and Database!:'
4     echo 
5     echo '- echo "create database etherpad;" | mysql -uroot -p'
6     echo '- echo "grant all privileges on etherpad.* to etherpad@localhost identified by \"password\";" | mysql -uroot -p'
7     echo "---------------------------------------------------------------------------"
10 pre_install() {
11     _install_notes
14 pre_upgrade() {
15     _install_notes