summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 885e59e32ac3583e3df79f9479e24e29f836d867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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, which MUST be password protected.  This
	password protection is the only thing stopping a third party accessing
	your data.  While they would need to know the passphrase to see your
	passwords, anyone accessing the site can delete and edit entries.
	How this is accomplished will differ from web server to web server.
	It is recommended to run the site over HTTPS to prevent the password
	being easily sniffed.  The web server must be able to execute PHP.

	config.php should be edited and the instructions followed for each
	config item.