From ef8b8dc54d9c26d8dfc58a243c17c9509a607850 Mon Sep 17 00:00:00 2001 From: "paul.baranowski" Date: Fri, 19 Nov 2010 15:55:40 -0500 Subject: [PATCH] Removed unneeded file. --- install/install.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 install/install.py diff --git a/install/install.py b/install/install.py deleted file mode 100644 index b1dd6d4ae..000000000 --- a/install/install.py +++ /dev/null @@ -1,22 +0,0 @@ -// install dir -// DB server -// Database name -// DB user -// DB password -// Apache group -// postgres dir -// postgres init script -// Web root - -Save this stuff to config file -Run install.php -Create/adjust directories - -Move config values to INI file - -// Setup dir structure (can it be setup that way in the first place?) -// Check that the exe's exist -// check apache group exists -// install pg_hba.conf -// create database -// \ No newline at end of file