pom-ng:installation
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| pom-ng:installation [2014/01/29 16:37] – Add troubleshooting section gmsoft | pom-ng:installation [2020/05/26 21:59] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Installation ====== | ====== Installation ====== | ||
| - | There are two parts to pom-ng. The main executable called **pom-ng** | + | There are two parts to pom-ng. The main executable called **pom-ng**. |
| + | You can then either use the CLI or the web interface.\\ | ||
| + | The CLI consists of a python script | ||
| ===== Installing pom-ng ===== | ===== Installing pom-ng ===== | ||
| Line 17: | Line 19: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | * [[http:// | + | * [[http:// |
| - | * [[http:// | + | * [[http:// |
| + | * [[https:// | ||
| * Optional dependencies | * Optional dependencies | ||
| Line 25: | Line 28: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| - | * [[http:// | + | * [[http:// |
| * [[http:// | * [[http:// | ||
| + | * [[http:// | ||
| You must have at least one database backend. Currently only sqlite3 is supported. | You must have at least one database backend. Currently only sqlite3 is supported. | ||
| **IMPORTANT** If you want to use targets and inputs that uses libpcap or any other feature that requires some special dependency, make sure that you install them **before** running the ./configure script. On some distributions (e.g. Debian, Ubuntu) you will need to install the -dev package that contains the include files. For example on Debian you would execute " | **IMPORTANT** If you want to use targets and inputs that uses libpcap or any other feature that requires some special dependency, make sure that you install them **before** running the ./configure script. On some distributions (e.g. Debian, Ubuntu) you will need to install the -dev package that contains the include files. For example on Debian you would execute " | ||
| + | |||
| ==== Building from git ==== | ==== Building from git ==== | ||
| Line 63: | Line 68: | ||
| ./pom-ng | ./pom-ng | ||
| + | |||
| + | ===== Installing pom-ng web interface ==== | ||
| + | |||
| + | The web interface is javascript only. No server side support is needed. | ||
| + | |||
| + | ==== Installing from git ==== | ||
| + | |||
| + | You need to clone the git repository in the right directory. | ||
| + | |||
| + | # cd / | ||
| + | # git clone git:// | ||
| + | |||
| + | This is all you need. | ||
| + | |||
| + | ==== Extract the tarball ==== | ||
| + | |||
| + | Alternatively, | ||
| + | |||
| + | |||
| + | === Connecting to the web interface ==== | ||
| + | |||
| + | By default, pom-ng will listen on port 8080. Simply point your browser to http:// | ||
| ===== Installing pom-ng-console.py ===== | ===== Installing pom-ng-console.py ===== | ||
| Line 88: | Line 115: | ||
| - | ==== Troubleshooting ==== | + | ===== Troubleshooting |
| If after running make install, you have the following error : | If after running make install, you have the following error : | ||
pom-ng/installation.1391013462.txt.gz · Last modified: (external edit)
