Commit df94226b authored by delanoe's avatar delanoe

[DOC] Adding a simple readme.

parent 035f3ea0
Docker installation # Gargantext Installation
## Quick Manual ## OS
## Install docker.io && sudo
## sudo docker build -t gargantext .
## docker run -i -t gargantext /bin/bash
# Install Docker ## Debian Stretch
# Debian/Ubuntu: apt-get install docker See install/debian
# run turboparser port, with python 3.4 If you do not have a Debian environment, then install docker and
#docker run -d -p 8000:8000 -v /srv:/srv -t gargantext python /srv/gargantext/gargantext.py execute /srv/gargantext/install/docker/dev/install.sh
You need a docker image.
All the steps are explained in docker/dev/install.sh (not automatic yet).
Bug reports are welcome.
For dev: cd dev and run install
Fro prod : install dev-version, cd prod and run install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment