etherpad-lite/src/bin/deb-src/DEBIAN/postinst

8 lines
312 B
Plaintext
Raw Normal View History

#!/bin/bash
# Start the services!
service etherpad start
2013-11-24 13:41:12 +01:00
echo "Give Etherpad about 3 minutes to install dependencies then visit http://localhost:9001 in your web browser"
echo "To stop etherpad type 'service etherpad stop', To restart type 'service etherpad restart'".
rm -f /tmp/etherpad.log /tmp/etherpad.err