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
199
Issues
199
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
7dd23297
Commit
7dd23297
authored
Jan 15, 2025
by
Fabien Maniere
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the main gargantext command to lauch app within the start script
parent
13457ca8
Pipeline
#7216
passed with stages
in 58 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
start
start
+1
-1
No files found.
start
View file @
7dd23297
...
...
@@ -16,7 +16,7 @@ docker compose up -d
echo
"GarganText: docker for postgresql database [OK]"
cd
../../
echo
"GarganText: gargantext-server with Nix and Cabal..."
nix-shell
--run
"cabal
run gargantext-server -- --toml gargantext-settings.toml --run Prod +RTS
>
$LOGFILE
2>&1 & tail -F
$LOGFILE
"
nix-shell
--run
"cabal
v2-run gargantext -- server start-all --mode Prod --settings-path gargantext-settings.toml
>
$LOGFILE
2>&1 & tail -F
$LOGFILE
"
echo
"GarganText: gargantext-server with Nix and Cabal [OK]"
echo
"GarganText: project stopped."
Przemyslaw Kaminski
@cgenie
mentioned in commit
0527af97
·
Jan 27, 2025
mentioned in commit
0527af97
mentioned in commit 0527af97ddef952edd86969f095fac5e7c497625
Toggle commit list
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