mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Update doc/ files to include --install.
This commit is contained in:
parent
3ef89718a1
commit
19557a0908
2 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,21 @@ By default, the web console is located at http://localhost:7070/.
|
||||||
|
|
||||||
For a list of cmake options, see BUILD_NOTES.md
|
For a list of cmake options, see BUILD_NOTES.md
|
||||||
|
|
||||||
|
Installing the webui
|
||||||
|
====================
|
||||||
|
|
||||||
|
If you build from source the webui files will automatically be copied to your
|
||||||
|
i2pd data path.
|
||||||
|
In some cases (such as when using binaries), you may have to manually install the
|
||||||
|
webui.
|
||||||
|
For this, run:
|
||||||
|
|
||||||
|
$ ./i2pd --install=/path/to/webui
|
||||||
|
|
||||||
|
Or, if the current directory contains a folder named "webui":
|
||||||
|
|
||||||
|
$ ./i2pd --install
|
||||||
|
|
||||||
Building Unit Tests
|
Building Unit Tests
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
|
@ -35,3 +35,4 @@ Cmdline options
|
||||||
* --conf= - Config file (default: ~/.i2pd/i2p.conf or /var/lib/i2pd/i2p.conf)
|
* --conf= - Config file (default: ~/.i2pd/i2p.conf or /var/lib/i2pd/i2p.conf)
|
||||||
This parameter will be silently ignored if the specified config file does not exist.
|
This parameter will be silently ignored if the specified config file does not exist.
|
||||||
Options specified on the command line take precedence over those in the config file.
|
Options specified on the command line take precedence over those in the config file.
|
||||||
|
* --install= - Installs the webui files, see BUILDING.md for details.
|
||||||
|
|
Loading…
Add table
Reference in a new issue