Added hg clone uri for write and public access.

This commit is contained in:
Emanuel Schuetze 2011-08-01 15:31:22 +02:00
parent 1e852ae809
commit 72e9f604c2
3 changed files with 14 additions and 4 deletions

View File

@ -55,7 +55,7 @@ Installation on Windows (32/64bit)
5. Get OpenSlides source code (e.g. via mercurial checkout) 5. Get OpenSlides source code (e.g. via mercurial checkout)
hg clone ssh://hg@openslides.org/openslides) hg clone http://hg.openslides.org
6. Copy default.settings.py to settings.py 6. Copy default.settings.py to settings.py
(in directory 'openslides') (in directory 'openslides')
@ -100,7 +100,7 @@ system.
5. Get OpenSlides source code (e.g. via mercurial checkout) 5. Get OpenSlides source code (e.g. via mercurial checkout)
hg clone ssh://hg@openslides.org/openslides hg clone http://hg.openslides.org
6. Copy default.settings.py to settings.py 6. Copy default.settings.py to settings.py
(in directory 'openslides') (in directory 'openslides')

View File

@ -11,3 +11,8 @@ Quellcode-Repository eingesehen werden.
Quellcode von OpenSlides auschecken:: Quellcode von OpenSlides auschecken::
hg clone http://hg.openslides.org hg clone http://hg.openslides.org
Wenn Sie Schreibzugriff für OpenSlides mit Ihrem SSH-Key haben, nutzen
Sie::
hg clone ssh://hg@openslides.org/openslides

View File

@ -10,3 +10,8 @@ public sourcecode repository.
Checkout OpenSlides sourcecode:: Checkout OpenSlides sourcecode::
hg clone http://hg.openslides.org hg clone http://hg.openslides.org
If you have write access (commit rights) to OpenSlides with your ssh
key use::
hg clone ssh://hg@openslides.org/openslides