You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/03/26 15:58:01 UTC

[GitHub] [trafficcontrol] dangogh opened a new issue #3437: TO: document postinstall input from json

dangogh opened a new issue #3437: TO: document postinstall input from json
URL: https://github.com/apache/trafficcontrol/issues/3437
 
 
   `postinstall` has a feature to write all questions to a json file to answer all the questions that it would ask if invoked with no options,  and another option to use a json file as input:
   
   ```
   sudo ./postinstall -defaults=/tmp/postinstall.json
   sudo vim /tmp/postinstall.json
   sudo ./postinstall -cfile=/tmp/postinstall.json
   ```
   
   This needs to be documented in the Traffic Ops Administration documentation.
   
   Also, the file `traffic_ops/install/bin/input.json` should be removed entirely -- it easily will get out of date and confuse users.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services