Added hg clone uri for write and public access.
This commit is contained in:
parent
1e852ae809
commit
72e9f604c2
8
INSTALL
8
INSTALL
@ -55,8 +55,8 @@ 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,8 +100,8 @@ 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')
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user