Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
ff8c56a5
Commit
ff8c56a5
authored
Dec 01, 2014
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[INIT] improving init (again again).
parent
6c07c076
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
12 deletions
+25
-12
README.rst
init/README.rst
+25
-12
No files found.
init/README.rst
View file @
ff8c56a5
...
@@ -20,25 +20,16 @@ Install the requirements
...
@@ -20,25 +20,16 @@ Install the requirements
ensuite tu peux créer ton virtualenv dans le dossier de travail ou à un
ensuite tu peux créer ton virtualenv dans le dossier de travail ou à un
endroit choisi :
endroit choisi :
virtualenv -p python3 /srv/gargantext_env
sudo
virtualenv -p python3 /srv/gargantext_env
3) Type: source [your virtual environment directory]/bin/activate
3) Type: source [your virtual environment directory]/bin/activate
4) Do your work!
4) sudo chown -R user:user /srv/gargantext_env
pip install -r /srv/gargantext/init/requirements.txt
5) Type: deactivate
5) Type: deactivate
Configure stuff
---------------
1) ln -s [the project folder] /srv/gargantext
2) ln -s [your folder for tree tagger] [the project folder]/parsing/Tagger/treetagger
Warning: for ln, path has to be absolute!
In PostreSQL
In PostreSQL
-------------
-------------
...
@@ -68,6 +59,28 @@ Populate the database
...
@@ -68,6 +59,28 @@ Populate the database
python manage.py syncdb
python manage.py syncdb
Last steps of configuration:
----------------------------
1) If your project is not in /srv/gargantext:
ln -s [the project folder] /srv/gargantext
2) build gargantext_lib
wget http://docs.delanoe.org/gargantext_lib.tar.bz2
cd /srv/
sudo tar xvjf gargantext_lib.tar.bz2
sudo chown user:user /srv/gargantext_lib
3) Explorer:
cd /srv/gargantext_lib/js
git clone git@github.com:PkSM3/garg.git
4) Adapt all symlinks:
ln -s [your folder for tree tagger] [the project folder]/parsing/Tagger/treetagger
Warning: for ln, path has to be absolute!
Extras:
Extras:
======
======
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment