Install Instructions

1.	You will need to have ether MySQL or PostgreSQL installed.

2.	You will need a version of proftpd compiled with Mysql or 
	Postgresql.  These can be obtained in RPM's at the easy admin website.

If your system does not support or you do not want to use the RPM's, you can
compile you own proftpd version. Just follow the directions in the README.mod_sql file.

3.	Untar the phpeasyadmin-x.x.tar.gz file in your web directory.

4.	create a database

MySQL
#mysql -uroot -p
mysql>create database phpeasyadmin;
mysql>exit

PgSQL
NA
 
5.	Put the dump file in the database.

MySQL
#mysql -uroot -p phpeasyadmin < phpeasyadmin.mysql

PgSQL
NA

6.	edit your /etc/proftpd.conf file.  You can find sample config's in the conf dir.
	These will provide you a good building block for your site.

7.	You can now go to the web url of easyadmin and change the default admin account.
	Login as:

Username: admin
Password: phpeasyadmin


