Commit 5444334e authored by delanoe's avatar delanoe

[REPO] update url

parent d4944817
......@@ -17,7 +17,7 @@ See [http://gargantext.org/about](http://gargantext.org/about) and [tools](./con
by cloning gargantext into /srv/gargantext
``` bash
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
git clone ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git /srv/gargantext \
&& cd /srv/gargantext \
&& git fetch origin install \
&& git checkout install \
......
#!/bin/bash
#name:01-setup
#TODO clone the repo into /srv/gargantext/ and reduce the different steps
#git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
#git clone ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git /srv/gargantext \
# && cd /srv/gargantext \
# && git fetch origin stable \
# && git checkout stable
......@@ -11,7 +11,7 @@ function clone_repo {
read -e -r -p "Please provide you ssh keys full directory:" response;
ssh-agent bash -c 'ssh-add ' $response '';
git clone ssh://gitolite@delanoe.org:1979/gargantext -o /srv/gargantext;
git clone ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git -o /srv/gargantext;
cd /srv/gargantext
git fetch origin stable
git pull
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment