Skip to content

Documentation for running in development #54

Closed
@51-code

Description

@51-code

Description

Documentation for running the component in development is needed to aid in testing and reproducing issues.

Running the component from command line (with needed properties):
/usr/bin/java -Dproperties.file=etc/config.properties -Dcredentials.file=etc/credentials.json -Dlookups.hostname.file=etc/hostname.json -Dlookups.appname.file=etc/appname.json -Dlog4j2.configurationFile=file:rpm/src/main/resources/log4j2.xml -jar target/lsh_01-jar-with-dependencies.jar

RELP-server is needed: https://github.com/teragrep/rlp_07

Sending messages to the server from command line:
curl localhost:8080 -d "foo foo"

config.properties file has more configuration properties to alter the execution, handy in testing and reproducing issues.

Should this be written in README or another file (like DEVELOPER_GUIDE.md for example)?

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions