From 87bbd53dbeb987e7cdd125a6ef15a48712a95368 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 21 Jun 2018 15:31:26 +0000 Subject: Started SQL creation script. --- INSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..2908c8f --- /dev/null +++ b/INSTALL @@ -0,0 +1,14 @@ +The following directories hold various components of PassMan. + +sql/ + Holds SQL scripts for the backing MySQL database. There is a separate + INSTALL document in that directory. + +www/ + Holds the web site. This directory should be copied somewhere and + configured to be served up. How this is accomplished will differ from + web server to web server. It is recommended to run the site over + HTTPS. The web server must be able to execute PHP. + + config.php should be edited and the instructions followed for each + config item. -- cgit v1.2.3