mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Attempt to document dependencies
This commit is contained in:
parent
1dca1441ee
commit
396f6b0b50
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
|
@ -4,7 +4,24 @@ DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES
|
|||
SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.
|
||||
|
||||
This code intended for testing, demonstration, and integration engineering
|
||||
with OSes and hosting platforms.
|
||||
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:
|
||||
|
||||
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
|
||||
|
||||
sudo apt-get install python-dialog
|
||||
|
||||
# on testing/unstable, "pip uninstall dialog", "pip uninstall pythondialog",
|
||||
# then...
|
||||
sudo pip install pythondialog=2.7
|
||||
|
||||
|
||||
Debian packaging work will continue in the separate "debian" branch of this
|
||||
|
|
|
|||
Loading…
Reference in a new issue