Commit 1ad5151d authored by Romain Loth's avatar Romain Loth

Merge branch 'unstable' into romain-goodies

parents 0c1c3043 5a9aa919
......@@ -55,14 +55,14 @@ Clone the repository of gargantext
``` bash
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
&& cd /srv/gargantext \
&& git fetch origin refactoring \
&& git checkout refactoring \
&& git fetch origin unstable \
&& git checkout unstable \
```
**Optionnal**: if you want to contribute clone the repo into your own branch
``` bash
git checkout -b username-refactoring refactoring
git checkout -b username-unstable unstable
```
! TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
......@@ -240,8 +240,8 @@ cp ~/.ssh/id_rsa.pub id_rsa.pub
`
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
&& cd /srv/gargantext \
&& git fetch origin refactoring \
&& git checkout refactoring \
&& git fetch origin unstable \
&& git checkout unstable \
```
TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
......
......@@ -52,4 +52,6 @@
----------------------------------------------------------------------
----------------------------------------------------------------------
create index on nodes using GIN (hyperdata);
----------------------------------------------------------------------
......@@ -21,6 +21,5 @@
<a class="btn btn-primary btn-lg" href="/projects/{{ project.id }}" title="Click and test by yourself">Continue on Gargantext</a>
</div>
</div>
{% endblock %}
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