[documentation] Minor whitespace changes

This commit is contained in:
Ciprian Dorin Craciun 2019-08-13 15:04:44 +03:00
parent ff1a8f1029
commit 410afdfb1c

View file

@ -287,7 +287,7 @@ Ignored files
* any file with the following prefixes: ``.``, ``#``;
* any file with the following suffixes: ``~``, ``#``, ``.log``, ``.tmp``, ``.temp``, ``.lock``;
* any file that contains the following: ``#``;
* any file that exactly matches the following:: ``Thumbs.db``, ``.DS_Store``;
* any file that exactly matches the following: ``Thumbs.db``, ``.DS_Store``;
* (at the moment these rules are not configurable through flags;)
@ -452,14 +452,14 @@ Compile the Go binaries: ::
go build \
-ldflags '-s' \
-o /tmp/kawipiko/bin/kawipiko-archiver \
./cmd/archiver.go \
-o /tmp/kawipiko/bin/kawipiko-server \
./cmd/server.go \
#
go build \
-ldflags '-s' \
-o /tmp/kawipiko/bin/kawipiko-server \
./cmd/server.go \
-o /tmp/kawipiko/bin/kawipiko-archiver \
./cmd/archiver.go \
#
@ -470,8 +470,11 @@ Deploy the binaries
::
cp /tmp/kawipiko/bin/kawipiko-archiver /usr/local/bin
cp /tmp/kawipiko/bin/kawipiko-server /usr/local/bin
cp \
-t /usr/local/bin \
/tmp/kawipiko/bin/kawipiko-server \
/tmp/kawipiko/bin/kawipiko-archiver \
#
@ -874,7 +877,7 @@ Load generators
--timeout 1s \
--duration 30s \
--latency \
http://127.0.0.1:8080/ \
http://127.0.0.1:8080/index.txt \
#
* 4096 concurrent connections (handled by 2 threads): ::
@ -885,7 +888,7 @@ Load generators
--timeout 1s \
--duration 30s \
--latency \
http://127.0.0.1:8080/ \
http://127.0.0.1:8080/index.txt \
#