Merge pull request #89 from camandel/update_doc_devel
update example in devel doc
This commit is contained in:
commit
afcd05244f
|
@ -28,11 +28,11 @@ make
|
|||
* Copy the `example/config.yml` where you prefer
|
||||
|
||||
```
|
||||
./bin/agola serve --toolbox-path $PWD/bin/agola-toolbox --embedded-etcd --config /path/to/your/config.yml --components all-base,executor
|
||||
./bin/agola serve --embedded-etcd --config /path/to/your/config.yml --components all-base,executor
|
||||
```
|
||||
|
||||
or use an external etcd (set it in the config.yml):
|
||||
|
||||
```
|
||||
./bin/agola serve --toolbox-path $PWD/bin/agola-toolbox --config /path/to/your/config.yml --components all-base,executor
|
||||
./bin/agola serve --config /path/to/your/config.yml --components all-base,executor
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue