PrePflog Installation instructions: Difference between revisions
Jump to navigation
Jump to search
(Created page with "These instructions apply to PrePflog 0.4.1 1. cd /tmp or some other directory where you will download and unpack the code 2. Download the latest source code file from PreP...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
1. cd /tmp or some other directory where you will download and unpack the code | 1. cd /tmp or some other directory where you will download and unpack the code | ||
2. Download the latest source code file from [[PrePflog#How_do_I_get_it.3F|this page]]. The souce code is signed with my gpg key. Therefore you may optionally verify the file has not been altered since I signed it. After downloading the file signature and my gpg key ([[ | 2. Download the latest source code file from [[PrePflog#How_do_I_get_it.3F|this page]]. The souce code is signed with my gpg key. Therefore you may optionally verify the file has not been altered since I signed it. After downloading the file signature and my gpg key ([[PrePflog gpg signatures]]|available here]]) at the command line: | ||
<pre>gpg --import johnfawcett.gpg | <pre>gpg --import johnfawcett.gpg | ||
gpg --verify | gpg --verify prepflog-0.4.1.tgz.sig</pre> | ||
The result should be something like this: | The result should be something like this: | ||
Line 12: | Line 12: | ||
<pre>gpg: Good signature from "John Fawcett <[email protected]>"</pre> | <pre>gpg: Good signature from "John Fawcett <[email protected]>"</pre> | ||
3. Unpack the source code | |||
<pre>tar -xvzf prepflog-0.4.1.tgz</pre> | |||
4. Change directory | |||
<pre>cd prepflog-0.4.1</pre> | |||
5. Copy to local bin directory | |||
<pre>cp prepflog.pl /usr/local/bin/prepflog.pl</pre> | |||
6. Change owner and group. You may need to choose suitable owner and group depending on your platform. | |||
<pre>chown bin:bin /usr/local/bin/prepflog.pl</pre> | |||
7. Ensure that it is executable | |||
<pre>chmod 755 /usr/local/bin/prepflog.pl</pre> |
Latest revision as of 07:40, 16 June 2016
These instructions apply to PrePflog 0.4.1
1. cd /tmp or some other directory where you will download and unpack the code
2. Download the latest source code file from this page. The souce code is signed with my gpg key. Therefore you may optionally verify the file has not been altered since I signed it. After downloading the file signature and my gpg key (PrePflog gpg signatures|available here]]) at the command line:
gpg --import johnfawcett.gpg gpg --verify prepflog-0.4.1.tgz.sig
The result should be something like this:
gpg: Good signature from "John Fawcett <[email protected]>"
3. Unpack the source code
tar -xvzf prepflog-0.4.1.tgz
4. Change directory
cd prepflog-0.4.1
5. Copy to local bin directory
cp prepflog.pl /usr/local/bin/prepflog.pl
6. Change owner and group. You may need to choose suitable owner and group depending on your platform.
chown bin:bin /usr/local/bin/prepflog.pl
7. Ensure that it is executable
chmod 755 /usr/local/bin/prepflog.pl