Commit 29641e57 authored by David's avatar David

saving

parent f1d40c6b
......@@ -529,7 +529,7 @@ def node_link(request, corpus_id):
try:
#node,type(labels[node])
G.node[node]['label'] = node
# G.node[node]['color'] = '19,180,300'
# G.node[node]['color'] = '19,180,300'
except Exception as error:
print(error)
......
......@@ -71,7 +71,11 @@ Last steps of configuration:
sudo tar xvjf gargantext_lib.tar.bz2
sudo chown user:user /srv/gargantext_lib
3) Explorer:
3) Explorer:
create mkdir /srv/gargantext_lib/js
sudo chown -R user:user /srv/gargantext_lib/
cd /srv/gargantext_lib/js
git clone git@github.com:PkSM3/garg.git
......
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