Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
200
Issues
200
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
471aa53a
Commit
471aa53a
authored
Nov 23, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] install script, please test me.
parent
017a12e4
Pipeline
#18
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
gargantext.ini
gargantext.ini
+1
-1
install
install
+5
-4
No files found.
gargantext.ini
View file @
471aa53a
...
@@ -14,7 +14,7 @@ TIME_ZONE = Europe/Paris
...
@@ -14,7 +14,7 @@ TIME_ZONE = Europe/Paris
# PostgreSQL access
# PostgreSQL access
DB_HOST
=
127.0.0.1
DB_HOST
=
127.0.0.1
DB_PORT
=
5432
DB_PORT
=
5432
DB_NAME
=
gargandb
DB_NAME
=
gargandb
V4
DB_USER
=
gargantua
DB_USER
=
gargantua
DB_PASS
=
C8kdcUrAQy66U
DB_PASS
=
C8kdcUrAQy66U
# Logs
# Logs
...
...
install
View file @
471aa53a
...
@@ -9,6 +9,7 @@ fi
...
@@ -9,6 +9,7 @@ fi
curl
-sSL
https://get.haskellstack.org/ | sh
curl
-sSL
https://get.haskellstack.org/ | sh
stack update
stack update
stack upgrade
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
git clone ssh://git@gitlab.iscpif.fr:20022/gargantext/haskell-gargantext.git
...
@@ -24,8 +25,8 @@ git clone https://github.com/np/patches-map
...
@@ -24,8 +25,8 @@ git clone https://github.com/np/patches-map
git clone https://gitlab.com/npouillard/patches-class.git
git clone https://gitlab.com/npouillard/patches-class.git
cd
..
cd
..
stack docker pull
~/.local/bin/
stack docker pull
stack
--docker
setup
~/.local/bin/
stack
--docker
setup
stack
--docker
build
~/.local/bin/
stack
--docker
build
stack
--docker
install
~/.local/bin/
stack
--docker
install
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