Address #726 review comments

This commit is contained in:
Jakub Warmuz
2015-09-16 06:49:04 +00:00
parent d55c3e64c0
commit 03e2f043df
3 changed files with 10 additions and 8 deletions
+7 -8
View File
@@ -68,17 +68,16 @@ The following tools are there to help you:
Integration
~~~~~~~~~~~
First, install `Go`_ 1.5 (pick a value for GOPATH and put $GOPATH/bin in your
PATH), libtool-ltdl, mariadb-server and rabbitmq-server and then start
Boulder_, an ACME CA server::
First, install `Go`_ 1.5, libtool-ltdl, mariadb-server and
rabbitmq-server and then start Boulder_, an ACME CA server::
./tests/boulder-start.sh
The script will download, compile and run the executable; please be patient -
it will take some time... Once its ready, you will see ``Server running,
listening on 127.0.0.1:4000...``. Add the ``venv/bin/`` subdirectory of your
letsencrypt repo to your path, and add an ``/etc/hosts`` entry pointing
``le.wtf`` to 127.0.0.1. You may now run (in a separate terminal)::
The script will download, compile and run the executable; please be
patient - it will take some time... Once its ready, you will see
``Server running, listening on 127.0.0.1:4000...``. Add an
``/etc/hosts`` entry pointing ``le.wtf`` to 127.0.0.1. You may now
run (in a separate terminal)::
./tests/boulder-integration.sh && echo OK || echo FAIL