Commit 982a5cb3 authored by Romain Loth's avatar Romain Loth

install: markdown minor layout and typos fixing

parent b2ac74e6
#Install Instructions for Gargamelle: # Install Instructions for Gargamelle
Gargamelle is the gargantext plateforme toolbox it is a full plateform system **Gargamelle** is the gargantext platform toolbox: it installs a full gargantext system with minimal modules inside a **docker** container.
with minimal modules
First you need to get the source code to install it First you need to get the source code to install it
The folder will be /srv/gargantext: The destination folder will be `/srv/gargantext`:
* docs containes all informations on gargantext * docs contains all information on gargantext
/srv/gargantext/docs/ (`/srv/gargantext/docs/`)
* install contains all the installation files * install contains all the installation files
/srv/gargantext/install/ `/srv/gargantext/install/`
Help needed ? Help needed ?
See [http://gargantext.org/about](http://gargantext.org/about) and [tools](./contribution_guide.md) for the community See [http://gargantext.org/about](http://gargantext.org/about) and [tools](./contribution_guide.md) for the community
## Get the source code ## Get the source code
...@@ -27,36 +26,30 @@ git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \ ...@@ -27,36 +26,30 @@ git clone ssh://gitolite@delanoe.org:1979/gargantext /srv/gargantext \
## Install ## Install
``` bash ``` bash
# go into the directory # go into the directory
user@computer: cd /srv/gargantext/ user@computer: cd /srv/gargantext/
#git inside installation folder # get inside installation folder
user@computer: cd /install user@computer: cd install
#execute the installation # execute the installation script
user@computer: ./install user@computer: ./install
``` ```
During installation an admin account for gargantext will be created by asking you a username and a password
Remember it to accès to the Gargantext plateform During installation an admin account for gargantext will be created by asking you a username and a password
Remember it to access to the Gargantext plateform
## Run ## Run
Once you proceed to installation Gargantext plateforme will be available at localhost:8000 Once you're done with the installation, **Gargantext** platform will be available at `http://localhost:8000`
by running the run executable file simply by running the `start` executable file
``` bash ``` bash
# go into the directory # go into the directory
user@computer: cd /srv/gargantext/ user@computer: cd /srv/gargantext/
#git inside installation folder # run the start command
user@computer: cd /install user@computer: ./start
#execute the installation # type ctrl+d or "exit" command to exit
user@computer: ./run ```
#type ctrl+d to exit or exit; command
```
Then open up a chromium browser and go to localhost:8000 Then open up a chromium browser and go to `http://localhost:8000`
Click on "Enter Gargantext" Click on "Enter Gargantext"
Login in with you created username and pasword Login in with your created username and password
Enjoy! ;) Enjoy! ;)
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