mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Review feedback.
This commit is contained in:
parent
e73c29374a
commit
a08e9599f5
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ Then in each shell where you're working on the client, do:
|
|||
.. code-block:: shell
|
||||
|
||||
source ./venv/bin/activate
|
||||
export SERVER=https://acme-staging.api.letsencrypt.org/directory
|
||||
source tests/integration/_common.sh
|
||||
|
||||
After that, your shell will be using the virtual environment, and you run the
|
||||
|
|
@ -116,6 +117,14 @@ and working. Fetch and start Boulder using:
|
|||
If you have problems with Docker, you may want to try `removing all containers and
|
||||
volumes`_ and making sure you have at least 1GB of memory.
|
||||
|
||||
Set up a certbot_test alias that enables easily running against the local
|
||||
Boulder:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
export SERVER=http://localhost:4000/directory
|
||||
source tests/integration/_common.sh
|
||||
|
||||
Run the integration tests using:
|
||||
|
||||
.. code-block:: shell
|
||||
|
|
|
|||
Loading…
Reference in a new issue