Skip to content

Documentation 'How to start' is misleading #186

@VolkerHartmann

Description

@VolkerHartmann

Describe the bug
I followed the 'How to start' instructions and unfortunately it didn't work.

To Reproduce
Steps to reproduce the behavior:

  1. Checkout repo
  2. Execute './gradlew build'
  3. Copy config/application.properties to project folder ('cp config/application.properties .')
  4. Start service ('./builds/libs/TypedPIDMaker-2.1.0.jar')

Expected behavior
The documentation should be correct. ;-)
The file 'application.properties' has to be placed in the same folder as
the jar file or in a subdirectory of this folder called 'config'.
Otherwise the properties file will not be found.

ℹ️ Note:
As './gradlew clean build' will delete your settings its not recommended
to copy the config file into builds/libs directory!

ℹ️ Note:
Typo: The file 'conf/application.properties' doesn't exist.

ℹ️ Note:
It's not recommended to commit application.properties. It should be renamed (e.g.: application-default.properties') to avoid accidentally submitting credentials to Github.

ℹ️ Note:
And last but not least the documentation should be also fixed at https://kit-data-manager.github.io/webpage/typed-pid-maker/installation.html

Metadata

Metadata

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions