[vhffs-dev] [svn] commit: r195 - /trunk/INSTALL

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Author: soda
Date: Wed May  3 22:10:12 2006
New Revision: 195

Log:
fix INSTALL file


Modified:
    trunk/INSTALL

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Wed May  3 22:10:12 2006
@@ -2,6 +2,9 @@
 									*  VHFFS INSTALL  *
 									* I'm loving it ! *
 									*******************
+
+For Debian system, please read the instructions after.
+
 
 Fast way
 *******************
@@ -42,6 +45,39 @@
 11. Enjoy running VHFFS
 
 
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+
+Fast install on Debian (and ONLY for debian)
+********************************************
+1. Install VHFFS with : make install-debian
+2. Install PostgreSQL 8.1 : apt-get install postgresql-8.1
+     * Uninstall ALL others postgresql installations (7.4, 8.0, ...)
+3. Run /usr/share/vhffs/backend/tools/vhffs-initdb vhffs postgres vhffs vhffs
+4. Edit the /etc/postgresql/8.1/main/pg_hba.conf
+	 * Replace ALL md5 at the end of each line by "trust"
+5. Restart your postgresql server
+	 * /etc/init.d/postgresql-8.1 restart
+6. Install apache2 : apt-get install apache2-mpm-worker
+	 * Uninstall ALL others installations
+7. Remove the default site : rm /etc/apache2/sites-enabled/000*
+8. Copy the configuration for apache and the panel
+	 * cp -f vhffs-doc/config/apache/panelconf /etc/apache2/sites-available/
+	 * ln -s /etc/apache2/sites-available/panelconf /etc/apache2/sites-enabled/panelconf
+9. Restart apache
+	 * /etc/init.d/apache2 restart
+10. Go on your webserver (like http://localhost)
+11. If it doesn't work, please try again :-)
+12. Create your first admin user : vhffs-firstadmin myname mypassword
+13. Log on the panel
+14. Secure your system :
+	* Change the authentification method for your dabatase (pg_hba.conf file)
+	* Change the password for the vhffs account on postgres
+15. Enjoy VHFFS :-)
+
+
+-------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
 
 VHFFS book
 *******************




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/