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
9e5bdffc
Commit
9e5bdffc
authored
Jun 09, 2017
by
sim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Minor fix
parent
d362c8ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
Debian.sh
install/gargamelle/Debian.sh
+7
-5
No files found.
install/gargamelle/Debian.sh
View file @
9e5bdffc
#!/bin/bash
### Update and install base dependencies
echo
"############ DEBIAN LIBS ###############"
apt-get update
&&
\
...
...
@@ -38,17 +40,17 @@ update-locale LC_ALL=fr_FR.UTF-8
python3-pip
\
libxml2-dev libxslt-dev zlib1g-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
...
...
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