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
6a582f88
Commit
6a582f88
authored
Jun 12, 2017
by
delanoe
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/simon-testing' into testing-merge
parents
de8b7488
99b87a98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
Debian.sh
install/gargamelle/Debian.sh
+12
-10
No files found.
install/gargamelle/Debian.sh
View file @
6a582f88
#!/bin/bash
### Update and install base dependencies
echo
"############ DEBIAN LIBS ###############"
apt-get update
&&
\
...
...
@@ -32,26 +34,26 @@ update-locale LC_ALL=fr_FR.UTF-8
libxml2-dev xml-core libgfortran-6-dev
\
libpq-dev
\
python3.5
\
python3-dev
\
python3
.5
-dev
\
python3-six python3-numpy python3-setuptools
\
python3-numexpr
\
python3-pip
\
libxml2-dev libxslt-dev zlib1g-dev
libxml2-dev libxslt-dev zlib1g-dev
libigraph0-dev
#libxslt1-dev
UPDATE AND CLEAN
#
UPDATE AND CLEAN
apt-get update
&&
apt-get autoclean
#NB: removing /var/lib will avoid to significantly fill up your /var/ folder on your native system
########################################################################
### PYTHON ENVIRONNEMENT (as ROOT)
########################################################################
#adduser --disabled-password --gecos "" gargantua
cd
/srv/
pip3
install
virtualenv
virtualenv /srv/env_3-5
virtualenv /srv/env_3-5
-p
/usr/bin/python3.5
echo
'alias venv="source /srv/env_3-5/bin/activate"'
>>
~/.bashrc
# CONFIG FILES
...
...
@@ -60,9 +62,9 @@ update-locale LC_ALL=fr_FR.UTF-8
source
/srv/env_3-5/bin/activate
&&
pip3
install
-r
/srv/gargantext/install/gargamelle/requirements.txt
&&
\
pip3
install
git+https://github.com/zzzeek/sqlalchemy.git@rel_1_1
&&
\
python3
-m
nltk.downloader averaged_perceptron_tagger
-d
/usr/local/share/nltk_data
chown
gargantua:gargantua
-R
/srv/env_3-5
#######################################################################
## POSTGRESQL DATA (as ROOT)
#######################################################################
...
...
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