Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:fedora [2009/09/27 02:45] – update for v1.1.1 amatubuhowtos:fedora [2009/10/24 04:02] – RPM package for Fedora 10/11 is now stable. amatubu
Line 1: Line 1:
 ====== The install package (RPM) for Fedora / RedHat ======  ====== The install package (RPM) for Fedora / RedHat ====== 
  
-We've started testing [[/downloads/popfile-1.1.1-1.1.noarch.rpm|the first public version of rpm file for POPFile (v1.1.1)]].+The rpm package for POPFile (v1.1.1) is now stable for Fedora 10/11.
  
-The source rpm (SRPM) is also [[/downloads/popfile-1.1.1-1.1.src.rpm|available]].+===== How to get RPM/SRPM =====
  
-The rpm file is signed using [[http://www.gnupg.org/|GnuPG]]. You can get my public key from [[/downloads/naoki_public.key|here]] and [[:amatubu|here]].+==== RPMs for Fedora 10/11 is now stable ====
  
-===== About the install package =====+You can get rpm package for POPFile using yum: 
 +<code>$ su - 
 +Password: (enter root password) 
 +# yum -y install popfile 
 +# exit 
 +</code>
  
-==== Configure POPFile ====+You can install the package using 'Add/Remove Software'. Search 'popfile' and install.
  
-After the installation, POPFile automatically starts using the default configurations.+For more information about the package, please see: 
 + 
 +  * [[https://admin.fedoraproject.org/updates/popfile-1.1.1-3.fc10|POPFile v1.1.1 RPM for Fedora 10]] 
 +  * [[https://admin.fedoraproject.org/updates/popfile-1.1.1-3.fc11|POPFile v1.1.1 RPM for Fedora 11]] 
 + 
 +==== Source RPM (SRPM) (tested on Fedora 10/11, Mandriva 2009.1) ==== 
 + 
 +  * [[/downloads/popfile-1.1.1-3.fc11.src.rpm|SRPM built on Fedora 11]] 
 + 
 +===== After installing package ===== 
 + 
 +==== Start POPFile ==== 
 + 
 +After the installation, POPFile DOES NOT automatically start by default (since the first public version starts automatically, I've changed this behavior to follow the [[http://fedoraproject.org/wiki/Packaging:SysVInitScript#Why_don.27t_we....|Package Guideline for Fedora]]). 
 + 
 +If you want to start POPFile, execute 
 +<code>$ su - 
 +Password: (enter root password) 
 +# /sbin/service popfile start 
 +Starting popfile as background process:                    [  OK  ] 
 +# exit 
 +</code> 
 + 
 +==== Start POPFile automatically you turn on your computer ==== 
 + 
 +<code>$ su - 
 +Password: (enter root password) 
 +# /sbin/chkconfig popfile on 
 +# exit 
 +</code> 
 + 
 +You can see whether POPFile will automatically start or not. 
 + 
 +<code>$ /sbin/chkconfig --list popfile 
 +popfile        0:off 1:off 2:on 3:on 4:on 5:on 6:off 
 +</code> 
 + 
 +==== Configure POPFile ====
  
 You can configure POPFile by accessing its UI at http://127.0.0.1:8080/ You can configure POPFile by accessing its UI at http://127.0.0.1:8080/
Line 32: Line 74:
   * perl-DBI   * perl-DBI
   * perl-DBD-SQLite   * perl-DBD-SQLite
-  * perl-TimeDate+  * %%perl-TimeDate%%
   * perl-HTML-Template   * perl-HTML-Template
   * perl-HTML-Tagset   * perl-HTML-Tagset
Line 40: Line 82:
   * kakasi-dict   * kakasi-dict
   * perl-Text-Kakasi   * perl-Text-Kakasi
- 
-==== Tested distributions ==== 
- 
-  * Fedora 10, 11 
-  * Mandriva Linux 2009 Spring 
  
 ==== Uninstall POPFile ==== ==== Uninstall POPFile ====
 +
 +You can remove POPFile using yum:
 +<code>$ su -
 +Password: (enter root password)
 +# yum erase popfile
 +# exit
 +</code>
  
 The POPFile data files (in ''/var/lib/popfile'') and the POPFile log files (in ''var/log/popfile'') are not deleted after uninstalling. The POPFile data files (in ''/var/lib/popfile'') and the POPFile log files (in ''var/log/popfile'') are not deleted after uninstalling.
Line 55: Line 99:
   * ''/var/log/popfile''   * ''/var/log/popfile''
  
-==== Known issues ====+===== Tested distributions ===== 
 + 
 +  * Fedora 10, 11 
 +  * Mandriva Linux 2009 Spring
  
-There is no known issues now.+===== Known issues =====
  
 +  * In some installation of Mandriva Linux 2009.1, POPFile does not work properly when POPFile starts up automatically. A user has reported that turning off the 'speedboot' option solved the problem: [[/discussion/1/234#1025|Forum post]]
  
  
 [[linux]] [[linux]]
 
howtos/fedora.txt · Last modified: 2009/10/24 06:02 by 127.0.0.1
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License