aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Move docs into xds-docs repo (published on http://docs.automotivelinux.org)Sebastien Douheret1-159/+7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-19Rework search directories for agent-config.json files.Sebastien Douheret1-1/+1
Here is the logic to determine which `agent-config.json` file will be used: 1. from command line option: `--config myConfig.json` 2. `$HOME/.xds/agent/agent-config.json` file 3. `/etc/xds-agent/agent-config.json` file 4. `<xds-agent executable dir>/agent-config.json` file
2017-09-18Fix default config values.Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Update download methods of none linux platformsSebastien D1-6/+2
2017-08-31Fix install package command for debian in READMESebastien D1-2/+1
2017-08-30Update ReadmeSebastien Douheret1-15/+35
2017-08-09Clarify that xds-agent is client tool.Sebastien D1-1/+1
2017-06-30Update README.mdSebastien D1-2/+2
Package name has no longer -bin suffix.
2017-06-27Update documentationRonan Le Martret1-2/+54
* install xds-agent from packaging Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-06-22Rework READMESebastien Douheret1-49/+56
2017-06-16Used standard DESTDIR variable in make installSebastien Douheret1-2/+9
2017-05-26Fix Syncthing package retrieval for WindowsSebastien Douheret1-1/+9
Note that cross compile for Windows required Go version 1.8 or higher. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Add logsDir setting and moreSebastien Douheret1-1/+3
- add logsDir setting in config.json - redirect Syncthing and Syncthing-inotify into log files - Use autogenerated Syncthing apikey if gui-apikey not set in config.json
2017-05-15Fix doc.Sebastien Douheret1-2/+3
2017-05-15Initial commit.Sebastien Douheret1-0/+74
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>