1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Commit Graph

22 Commits

Author SHA1 Message Date
schoen
ead60d8f4b Merge pull request #437 from Hainish/kuba-docker
Kuba docker
2015-05-19 18:00:32 -07:00
Jakub Warmuz
e7cf4792b3 Fix typos 2015-05-19 22:01:01 +00:00
Seth Schoen
6f4212dcf1 Fix trivial documentation typo 2015-05-16 23:52:33 -07:00
Jakub Warmuz
edce116fed Merge remote-tracking branch 'github/letsencrypt/master' into docker 2015-05-10 15:31:19 +00:00
Jakub Warmuz
771ddf0aaf Update docs for the new CLI 2015-05-10 14:53:59 +00:00
Jakub Warmuz
9a0073fff5 docker: use quay.io, move quick start section to the top 2015-05-06 09:33:56 +00:00
Jakub Warmuz
64a00d37bb Update docker setup.
Changes:
- uses debian:jessie as base image (more lightweight)
- .dockerignore .git/.tox to speed up build process considerably
- more caching-aware Dockerfile
- copy current directory instead of git cloning the repo inside the container
- /etc/letsencrypt and /var/lib/letsencrypt volumes;
  no need for "if os.environ.get" hack

bootstrap script for debian had to be adjusted, as lsb_release is not
present in debian:jessie image.
2015-05-05 08:26:23 +00:00
Jakub Warmuz
3a0db7efa1 Merge remote-tracking branch 'github/letsencrypt/master' into docker
Conflicts:
	letsencrypt/client/client.py
2015-05-04 21:22:38 +00:00
Jakub Warmuz
a2df245567 Temporary fox for ConfigArgParse#17 2015-05-04 11:56:09 +00:00
James Kasten
ea88fc6401 Merge pull request #348 from kuba/bootstrap
Bootstrap script improvements
2015-04-20 14:26:48 -07:00
Jakub Warmuz
990049bdd1 squeeze does not need --text 2015-04-14 14:21:38 +00:00
Jakub Warmuz
578680285f Take out sudo from bootstrap scripts 2015-04-14 14:18:11 +00:00
Jakub Warmuz
a45dab35bf bootstrap Debian, squeeze notes (cf. #280) 2015-04-02 11:32:52 +00:00
Jakub Warmuz
12346b368a Bootstrap scripts (fixes: #302) 2015-03-23 08:56:29 +00:00
Jakub Warmuz
3206eb674a rst cleanup: contributing, using 2015-03-22 22:25:50 +00:00
William Budington
55494fd9cf Updating docs for docker usage 2015-03-21 02:43:15 +00:00
James Kasten
e1a723586c Merge pull request #263 from kuba/travis
Travis: quicker "install", libffi-dev
2015-02-24 16:41:21 -08:00
Jakub Warmuz
05ac2bde9a travis: install libffi-dev 2015-02-24 18:12:26 +00:00
Jakub Warmuz
ed99d809f1 docs: letsencrypt --help path (fixes #260) 2015-02-24 16:23:54 +00:00
James Kasten
e399f7927f Add libffi-dev to installation 2015-02-11 17:00:31 -08:00
Thomas Waldmann
fb2d8061c8 docs: markup fixes, separate section for api docs, link to demo video, improved phrasing 2015-01-26 14:58:24 +01:00
Thomas Waldmann
0a14007db2 refactor docs, please check
- README has only the most important infos that a new reader needs in his first minute
  of contact with the project (to decide whether it is interesting or not)
- CHANGES shall later be a curated change log (== important changes between releases)
- separate docs into intro, using, project
- intro docs = include README, CHANGES (avoid duplication)
2015-01-25 21:30:24 +01:00