[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4495] branches/1.3/configure_apache.sh



Revision: 4495
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4495&view=rev
Author:   einhverfr
Date:     2012-03-17 02:17:46 +0000 (Sat, 17 Mar 2012)
Log Message:
-----------
Committing configure_apache.sh which should have been committed a long time ago

Added Paths:
-----------
    branches/1.3/configure_apache.sh

Added: branches/1.3/configure_apache.sh
===================================================================
--- branches/1.3/configure_apache.sh	                        (rev 0)
+++ branches/1.3/configure_apache.sh	2012-03-17 02:17:46 UTC (rev 4495)
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+CWD=`pwd`
+
+sed -i.orig "s|WORKING_DIR|$CWD|" ledgersmb-httpd.conf;
+
+echo "Which user does your web server run as?"
+read username
+
+chown $username spool templates css
+
+echo "Where do we copy the ledgersmb-httpd.conf file to?"
+read location
+cp ledgersmb-httpd.conf $location
+
+echo "Please restart your web server for the changes to take effect."

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.