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
02f86ee0
Commit
02f86ee0
authored
Apr 26, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing test names.
parent
80067b10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
README.md
install/docker/README.md
+12
-0
install.sh
install/docker/dev/install.sh
+8
-8
No files found.
install/docker/README.md
View file @
02f86ee0
Docker installation
Docker installation
## Quick Manual
## Install docker.io && sudo
## sudo docker build -t gargantext .
## docker run -i -t gargantext /bin/bash
# Install Docker
# Debian/Ubuntu: apt-get install docker
# run turboparser port, with python 3.4
#docker run -d -p 8000:8000 -v /srv:/srv -t gargantext python /srv/gargantext/gargantext.py
For dev: cd dev and run install
For dev: cd dev and run install
Fro prod : install dev-version, cd prod and run install
Fro prod : install dev-version, cd prod and run install
install/docker/dev/install.sh
View file @
02f86ee0
...
@@ -40,12 +40,12 @@ function do_cker {
...
@@ -40,12 +40,12 @@ function do_cker {
### Create directories in /srv
### Create directories in /srv
# Linux only
# Linux only
function
create_folders
{
function
create_folders
{
for
dir
in
"/srv
2
/gargantext"
\
for
dir
in
"/srv/gargantext"
\
"/srv
2
/gargantext_lib"
\
"/srv/gargantext_lib"
\
"/srv
2
/gargantext_static"
\
"/srv/gargantext_static"
\
"/srv
2
/gargantext_media"
\
"/srv/gargantext_media"
\
"/srv
2
/gargantext_data"
\
"/srv/gargantext_data"
\
"/srv
2
/env_3-5"
;
do
\
"/srv/env_3-5"
;
do
\
sudo mkdir
-p
$dir
;
\
sudo mkdir
-p
$dir
;
\
sudo chown
gargantua:gargantua
$dir
;
\
sudo chown
gargantua:gargantua
$dir
;
\
done
done
...
@@ -56,8 +56,8 @@ done
...
@@ -56,8 +56,8 @@ done
function
git_config
{
function
git_config
{
### TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
### TODO (soon) : git clone https://gogs.iscpif.fr/gargantext.git
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv
2
/gargantext
\
git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext
\
&&
cd
/srv
2
/gargantext
\
&&
cd
/srv/gargantext
\
&&
git fetch origin refactoring
\
&&
git fetch origin refactoring
\
&&
git checkout refactoring
&&
git checkout refactoring
}
}
...
...
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