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
9ad61799
Commit
9ad61799
authored
Mar 30, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] some dependencies missing. Debian and Python instalation should be ok.
parent
022f1c6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
asRoot.sh
install/debian/asRoot.sh
+4
-2
requirements.txt
install/python/requirements.txt
+1
-0
No files found.
install/debian/asRoot.sh
View file @
9ad61799
...
...
@@ -5,7 +5,7 @@
apt-get update
&&
\
apt-get
install
-y
\
apt-utils ca-certificates locales
\
sudo
aptitude gcc wget git postgresql-9.5 vim
sudo
aptitude gcc
g++
wget git postgresql-9.5 vim
### Configure timezone and locale
echo
"Europe/Paris"
>
/etc/timezone
&&
\
...
...
@@ -37,7 +37,9 @@ apt-get update && apt-get install -y \
virtualenv python3-virtualenv
\
python3.4 python3.4-dev
\
python3.5 python3.5-dev
\
python3-six python3-numpy
python3-six python3-numpy python3-setuptools
\
# for numpy, pandas
python3-numexpr
\
# for numpy performance
libxml2-dev libxslt-dev
# for lxml
#if [[ -e "/srv/gargantext" ]]
...
...
install/python/requirements.txt
View file @
9ad61799
# try bottleneck
amqp==1.4.9
anyjson==0.3.3
billiard==3.3.0.22 # multiprocessing fork
...
...
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