Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
howtos:fedora [2009/06/27 06:25] – created amatubuhowtos:fedora [2009/10/10 00:30] – added some more information amatubu
Line 1: Line 1:
-====== The install package (RPM) for Fedora 10 ====== +====== The install package (RPM) for Fedora / RedHat ====== 
  
-We've started testing [[/downloads/popfile-1.1.1-0.2.rc2.noarch.rpm|the first public version of rpm file for POPFile (v1.1.1 RC2)]].+We've started testing the first public version of rpm package for POPFile (v1.1.1). **Note:** This package is NOT fully tested. So you may see some problems with it. If you find any problems, please report at [[/discussion/3 | our forum]].
  
-The source rpm (SRPM) is also [[/downloads/popfile-1.1.1-0.2.rc2.src.rpm|available]].+===== How to get RPM/SRPM ===== 
 + 
 +==== RPMs testing on Fedora Project (tested on Fedora 10/11) ==== 
 + 
 +  * [[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]] 
 +  * [[https://admin.fedoraproject.org/updates/popfile-1.1.1-3.fc12|POPFile v1.1.1 RPM for Fedora 12]] 
 + 
 +==== The first public version of rpm package (tested on Fedora 10/11, Mandriva 2009.1 ==== 
 + 
 +  * [[/downloads/popfile-1.1.1-1.1.noarch.rpm|The first public version of rpm package for POPFile (v1.1.1)]] 
 +  * [[/downloads/popfile-1.1.1-1.1.src.rpm|SRPM of above]]
  
 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]]. 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]].
  
-===== About the install package =====+===== After installing package =====
  
-==== Configure POPFile ====+==== Start POPFile ====
  
-After the installation, POPFile automatically starts using the default configurations.+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 67:
   * 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 75:
   * kakasi-dict   * kakasi-dict
   * perl-Text-Kakasi   * perl-Text-Kakasi
- 
-==== Tested distributions ==== 
- 
-  * Fedora 10 
  
 ==== Uninstall POPFile ==== ==== Uninstall POPFile ====
Line 54: Line 85:
   * ''/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