Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gargantext
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
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • humanities
  • gargantextgargantext
  • Wiki
  • install

install

Last edited by Alexandre Delanoë Oct 04, 2016
Page history

#Install Instructions for Gargamelle:

Gargamelle is the gargantext plateforme toolbox it is a full plateform system with minimal modules

First you need to get the source code to install it The folder will be /srv/gargantext:

  • docs containes all informations on gargantext /srv/gargantext/docs/
  • install contains all the installation files /srv/gargantext/install/

Help needed ? See http://gargantext.org/about and tools for the community

Get the source code

by cloning gargantext into /srv/gargantext

git clone ssh://git@gitlab.iscpif.fr:20022/humanities/gargantext.git /srv/gargantext \
        && cd /srv/gargantext \
        && git fetch origin stable \
        && git checkout stable \

Install

# go into the directory
user@computer: cd /srv/gargantext/
#git inside installation folder
user@computer: cd /install
#execute the installation
user@computer: ./install

The installation requires to create a user for gargantext, it will be asked:

Username (leave blank to use 'gargantua'):
#email is not mandatory
Email address:
Password:
Password (again):

If successfully done this step you should see:

Superuser created successfully.
[ ok ] Stopping PostgreSQL 9.5 database server: main.

Run

Once you proceed to installation Gargantext plateforme will be available at localhost:8000 to start gargantext plateform:

# go into the directory
user@computer: cd /srv/gargantext/
#git inside installation folder
user@computer: ./start
#type ctrl+d to exit or simply type exit in terminal;

Then open up a chromium browser and go to localhost:8000 Click on "Enter Gargantext" Login in with you created username and pasword

Enjoy! ;)

Clone repository
  • about
  • about
    • credits
    • index
    • license
    • release notes
  • api_urls
  • automatic_install
  • contribution guide
  • contribution-guide
    • archi
    • contribution
    • db
    • dev
    • ngrams_lifecycle
    • website
  • contribution
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.