bouncer_r ChangeLog, 1.1, 1.2 INSTALL, 1.1, 1.2 README, 1.1, 1.2 index.html, 1.1, NONE

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Tue Aug 2 04:41:23 UTC 2005


Author: lmacken

Update of /cvs/fedora/bouncer_r
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27340

Modified Files:
	ChangeLog INSTALL README 
Removed Files:
	index.html 
Log Message:
* Tue Aug 02 2005 Luke Macken <lmacken at redhat.com>
- Documentation additions/cleanups



Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/bouncer_r/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	1 Aug 2005 19:14:24 -0000	1.1
+++ ChangeLog	2 Aug 2005 04:41:21 -0000	1.2
@@ -1,3 +1,7 @@
+2005-08-02	Luke Macken  <lmacken at redhat.com>
+
+	* Documentation additions/cleanups.
+
 2005-08-01  David T. Farning  <dfarning at lsbcglobal.net>
 
-	* Starting changelog. 
\ No newline at end of file
+	* Starting changelog. 


Index: INSTALL
===================================================================
RCS file: /cvs/fedora/bouncer_r/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- INSTALL	2 Aug 2005 02:52:46 -0000	1.1
+++ INSTALL	2 Aug 2005 04:41:21 -0000	1.2
@@ -1,74 +1,75 @@
-Setting up a Test Environment
+$Id$
 
-Last Updated: 08/01/2005 dfarning
+Setting up a Test Environment
+=============================
 
 Bouncer_r is intended to to be as close to mainline bouncer and mainline 
 fedora.redhat.com as possible.
 
-1. Install fedora.redhat.com web site from cvs.fedora.redhat.com.  The main website
-is required so bouncer_r can access the cascading syle sheets and images.
-
-  a.  Go to https://admin.fedora.redhat.com/accounts/ and follow the instructions
-	for getting access to fedoracvs.
+    1. Install fedora.redhat.com web site from cvs.fedora.redhat.com.  The
+       main website is required so bouncer_r can access the cascading syle
+       sheets and images.
 
-  b. Check out the web module on cvs.fedora.redhat.com.
+        a. Go to https://admin.fedora.redhat.com/accounts/ and follow the
+           instructions for getting access to fedoracvs.
 
-  c. Install the httpd and php RPMs on your system if you don't have
-	them already.
+        b. Check out the web module on cvs.fedora.redhat.com.
 
-  d. There is a dir in web called config/. Copy httpd.conf to
-	/etc/httpd/conf/httpd.conf and php.ini to /etc/php.ini.
+        c. Install the httpd and php RPMs on your system if you don't have
+           them already.
 
-  e. Create a symlink from /var/www/fedora.redhat.com/ to the html/ dir
-	of your project-web checkout:
+        d. There is a dir in web called config/. Copy httpd.conf to
+           /etc/httpd/conf/httpd.conf and php.ini to /etc/php.ini.
 
-	cd /var/www
-	ln -s /your/co/of/project-web/html/ fedora.redhat.com
+        e. Create a symlink from /var/www/fedora.redhat.com/ to the html/
+           dir of your checkout of the web module:
 
-  f. Create a symlink from /var/www/include/ to the include/ dir in your
-	project-web checkout:
+            $ cd /var/www
+            $ ln -s /your/checkout/of/web/html/ fedora.redhat.com
 
-	ln -s /your/co/of/project-web/include .
+        f. Create a symlink from /var/www/include/ to the include/ dir in
+           your checkout of the web module from CVS:
 
-  g. Start httpd, and you should be good to go. If not, email
-	tfox at redhat.com.
+            $ ln -s /your/checkout/of/web/include .
 
-2.  Install bouncer_r from cvs.fedora.redhat.com.
+        g. Start httpd, and you should be good to go.
 
-  a.  Done in step one.
-
-  b.  Check out the bouncer_r module on cvs.fedora.redhat.com.
-
-  c.  Done in step one.
-  
-  d.  Done in step one.
+    2. Install bouncer_r from cvs.fedora.redhat.com.
 
-  e. Create a symlink from /var/www/fedora.redhat.com/bouncer_r to the / dir
-	of your bouncer_r checkout:
+        a. Check out the bouncer_r module on cvs.fedora.redhat.com.
 
-	cd /var/www
-	ln -s /your/co/of/bouncer_r/ fedora.redhat.com/bouncer_r
+        b. Create a symlink from /var/www/fedora.redhat.com/bouncer_r to
+           the / dir of your bouncer_r checkout:
 
-  f. Rename bouncer_r/php/config.php.cvs to bouncer_r/php/config.php.  Edit 	bouncer_r/php/config.php to match your local environment. Do NOT commit
-	bouncer_r/php/config.php to cvs because it contains your mysql information.
+            $ cd /var/www
+            $ ln -s /your/checkout/of/bouncer_r/ fedora.redhat.com/bouncer_r
 
+        c. Rename bouncer_r/php/config.php.cvs to bouncer_r/php/config.php.
+           Edit bouncer_r/php/config.php to match your local environment.
+           Do NOT commit bouncer_r/php/config.php to cvs because it contains
+           your mysql information.
 
-  g.  Rename bouncer_r/python/sentry.conf.cvs to bouncer_r/python/sentry.conf.  Edit 	bouncer_r/python/sentry.conf to match your local environment. Do NOT commit
-	bouncer_r/python/config.php to cvs because it contains your mysql information.
+        d. Rename bouncer_r/python/sentry.conf.cvs to 
+           bouncer_r/python/sentry.conf. Edit bouncer_r/python/sentry.conf
+           to match your local environment. Do NOT commit
+           bouncer_r/python/config.php to cvs because it contains your mysql
+           information.
 
-  h.  Install the external python modules found at 	http://wiki.osuosl.org/display/Bouncer/Sentry+2+Setup  
+        e. Install the external python modules found at
+           http://wiki.osuosl.org/display/Bouncer/Sentry+2+Setup  
 
-  i.  Via a browser goto to your local copy of fedora.redhat.com/bouncer_r.
-	Introduction to bouncer_r should work. If not, contact dfarning at sbcglobal.net
+        f. Via a browser goto to your local copy of
+           fedora.redhat.com/bouncer_r. Introduction to bouncer_r should work.
+           If not, contact dfarning at sbcglobal.net
 
-3. Set up MySQL database.
+    3. Set up MySQL database.
     
-  a.  Database must be setup for bouncer_r auth to work correctly.
+        a. Database must be setup for bouncer_r auth to work correctly.
 
-  b.  TODO:
+        b. TODO:
   
-4.  TODO: LIVE Update ask luke;)
+    4. TODO: LIVE Update ask luke;)
 
-If you get a permission denied error after this, you probably don't
-have read permissions to the html/ and include/ dirs in your CVS
-checkout.
+Note: If you get a permission denied error after this, you probably don't
+      have read permissions to the html/ and include/ dirs in your CVS
+      checkout.


Index: README
===================================================================
RCS file: /cvs/fedora/bouncer_r/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README	2 Aug 2005 02:02:30 -0000	1.1
+++ README	2 Aug 2005 04:41:21 -0000	1.2
@@ -1,4 +1,22 @@
+Bouncer_r - A mirror/distribution manager designed for the Fedora Project.
 
-Bouncer_r is a Mirror/Distribution manager designed for the Fedora Project.
+= What is it?
+
+Many software projects are mirrored worldwide. The mirror sites are required
+to update their copy of a repository archive whenever the master server
+updates the master copy.
+
+Bouncer_r helps administrators in keep an eye on mirror sites. It has a web
+frontend which allows repository and mirror managers to easily interact with
+the MySQL data store. In a concise graphic format, Bouncer_r shows each site's
+status history over a given time period. It is easy to spot stale or dead
+mirrors.
+
+Bouncer_ris a branch/fork of Bouncer. The mirror status page is derived Henk
+Penning's mirmon. So, if you like the status page m3d or think it is useful
+thank penning at cs.uu.nl. On the other hand the broken stuff is my fault so,
+let me know at dfarning at sbcglobal.net 
+
+= How to I use it ?
 
 Please see INSTALL for instructions on setting up a local testing environment. 


--- index.html DELETED ---




More information about the scm-commits mailing list