mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
More documentation
This commit is contained in:
parent
396f6b0b50
commit
614cf89d55
2 changed files with 11 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
recursive-include trustify *
|
||||
recursive-include letsencrypt/ *
|
||||
|
|
|
|||
16
README.md
16
README.md
|
|
@ -7,22 +7,26 @@ This code intended for testing, demonstration, and integration engineering
|
|||
with OSes and hosting platforms. Currently the code works with Linux and
|
||||
Apache, though we will be expanding it to other platforms.
|
||||
|
||||
To run the demo on Debian:
|
||||
# Running the demo on Debian
|
||||
|
||||
`
|
||||
sudo apt-get install python-pip python-crypto python-dev python-jsonschema
|
||||
python-augeas gcc python-m2crypto
|
||||
|
||||
sudo pip install jose
|
||||
`
|
||||
|
||||
# get a working copy of the python2 "dialog" module
|
||||
# on debian stable
|
||||
Now get a working copy of the python2 "dialog" module. On debian stable:
|
||||
|
||||
sudo apt-get install python-dialog
|
||||
`sudo apt-get install python-dialog`
|
||||
|
||||
# on testing/unstable, "pip uninstall dialog", "pip uninstall pythondialog",
|
||||
# then...
|
||||
on testing/unstable, "pip uninstall dialog", "pip uninstall pythondialog",then...
|
||||
|
||||
`
|
||||
sudo pip install pythondialog=2.7
|
||||
|
||||
sudo ./letsencrypt.py
|
||||
`
|
||||
|
||||
Debian packaging work will continue in the separate "debian" branch of this
|
||||
repo.
|
||||
|
|
|
|||
Loading…
Reference in a new issue