Skip to content

Commit dfe8e82

Browse files
author
Jean-François Hivert
committed
Fix README file
1 parent e75dbb0 commit dfe8e82

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ __Do not forget to install php7.1-soap__
3131
* Merge these two repositories
3232

3333
#### CONFIGURATION FILE
34-
* mv config.json.example config.json
35-
* vim config.json
34+
* mv configurations/config.json.example configurations/config.json
35+
* vim configurations/config.json
3636
* servers field contains all PatchManager server addresses which must be identified by custom key [DCIM_SERVER_KEY]
3737
__server key must be unique and you will use it on next steps. You have an example in config file__
3838
* userAttrs field contains all custom attributes which must be created on your PatchManager
3939
__If you have a serial number custom attribute, change [PM_ATTR_SN] with the name of this attribute__
40+
* Optionnal
41+
* You can create user configuration files to overwrite some configurations
42+
These files will be ignored for commits, so your user config files can not be overwrited by a futur release
43+
* vim configurations/config.user.json
44+
Change configuration like browserCmd
45+
* All *.user.json files are ignored by .gitignore
4046

4147
#### PHP LAUNCHER FILE
4248
* mv dcim.php.example patchmanager.php

0 commit comments

Comments
 (0)