From 55916a5ab936d0cc4b88ad4f960cf1f81db0e355 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 17 Mar 2007 22:05:45 +0000 Subject: Renaming the Apache configuration script git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@935 4979c152-3d1c-0410-bac9-87ea11338e46 --- configure_apache.sh | 16 ++++++++++++++++ install.sh | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 configure_apache.sh delete mode 100644 install.sh diff --git a/configure_apache.sh b/configure_apache.sh new file mode 100644 index 00000000..645bde4b --- /dev/null +++ b/configure_apache.sh @@ -0,0 +1,16 @@ +#!/bin/sh + +CWD=`pwd` + +sed -i "s|WORKING_DIR|$CWD|" + +echo "Which user does your web server run as?" +read username + +chown $username spool templates css + +echo "Where do we copy the ledger-smb-httpd.conf file to?" +read location +cp ledger-smb-httpd.conf $location + +echo "Please restart your web server for the changes to take effect." diff --git a/install.sh b/install.sh deleted file mode 100644 index 645bde4b..00000000 --- a/install.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -CWD=`pwd` - -sed -i "s|WORKING_DIR|$CWD|" - -echo "Which user does your web server run as?" -read username - -chown $username spool templates css - -echo "Where do we copy the ledger-smb-httpd.conf file to?" -read location -cp ledger-smb-httpd.conf $location - -echo "Please restart your web server for the changes to take effect." -- cgit v1.2.3