mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fixed merge error
This commit is contained in:
@@ -9,21 +9,13 @@ Apache, though we will be expanding it to other platforms.
|
|||||||
|
|
||||||
## Running the demo code on Ubuntu
|
## Running the demo code on Ubuntu
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
`sudo apt-get install python python-setuptools python-dev python-augeas gcc swig dialog libssl-dev`
|
|
||||||
|
|
||||||
`python setup.py install --user`
|
|
||||||
|
|
||||||
`sudo ./letsencrypt.py` (or `~/.local/bin/letsencrypt`)
|
|
||||||
=======
|
|
||||||
```
|
```
|
||||||
sudo apt-get install python python-setuptools python-virtualenv \
|
sudo apt-get install python python-setuptools python-virtualenv \
|
||||||
python-dev python-augeas gcc swig dialog
|
python-dev python-augeas gcc swig dialog libssl-dev
|
||||||
virtualenv --system-site-packages venv
|
virtualenv --system-site-packages venv
|
||||||
./venv/bin/python setup.py install
|
./venv/bin/python setup.py install
|
||||||
sudo ./venv/bin/letsencrypt
|
sudo ./venv/bin/letsencrypt
|
||||||
```
|
```
|
||||||
>>>>>>> 45ef583a3cebca6159ca2e610b2d8cdd54e5ff6a
|
|
||||||
|
|
||||||
Note, that letsencrypt does not yet handle Debian unstable's Apache2
|
Note, that letsencrypt does not yet handle Debian unstable's Apache2
|
||||||
conf layout.
|
conf layout.
|
||||||
|
|||||||
Reference in New Issue
Block a user