| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Online:
Distribution tarball:
Official pmacct docker images can be found in docker hub. To use them, simply (e.g. sfacctd):
~# docker pull pmacct/sfacctd:latest
~# docker run -v /path/to/sfacctd.conf:/etc/pmacct/sfacctd.conf pmacct/sfacctdFor more details, options and troubleshooting please read the Docker documentation section
Resolve dependencies, ie.:
Build GitHub code:
~# git clone https://github.com/pmacct/pmacct.git
~# cd pmacct
~# ./autogen.sh
~# ./configure #check-out available configure knobs via ./configure --help
~# make
~# make install #with super-user permissionThe pmacct project is looking to make its code base available under a more permissive BSD-style license. More information about the motivation and process can be found in this announcement.
Prerequisites:
Code:
Wiki (documentation and diagrams):
| Back | FazBrowse Home | New Git URL |