summaryrefslogtreecommitdiff
path: root/install.sh
blob: 085e0310430a737a5f6d422bb8f1d2ff416cd99a (plain)
  1. #!/bin/sh
  2. CWD=`pwd`
  3. sed -i "s|WORKING_DIR|$CWD|"
  4. echo "Which user does your web server run as?"
  5. read username
  6. chmod $username spool templates css
  7. echo "Where do we copy the ledger-smb-httpd.conf file to?"
  8. read location
  9. cp ledger-smb-httpd.conf $location
  10. echo "Please restart your web server for the changes to take effect."