Squashed commit of the following:

commit 7dd23297
Author: Fabien Maniere <fabien.maniere@cnrs.fr>
Date:   Wed Jan 15 12:33:12 2025 +0100

    update the main gargantext command to lauch app within the start script
parent 4fc1fbf3
Pipeline #7270 passed with stages
in 69 minutes and 1 second
...@@ -16,7 +16,7 @@ docker compose up -d ...@@ -16,7 +16,7 @@ docker compose up -d
echo "GarganText: docker for postgresql database [OK]" echo "GarganText: docker for postgresql database [OK]"
cd ../../ cd ../../
echo "GarganText: gargantext-server with Nix and Cabal..." 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: gargantext-server with Nix and Cabal [OK]"
echo "GarganText: project stopped." echo "GarganText: project stopped."
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