Skip to content
Snippets Groups Projects
postinst 312 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    # Start the services!
    
    service etherpad start
    
    John McLear's avatar
    John McLear committed
    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