]>
Git — Sourcephile - gargantext.git/blob - start
3 echo "GarganText: Starting project..."
4 echo "GarganText: First, compiling code..."
6 echo "GarganText: code compiled [OK]"
7 echo "GarganText: docker for postgresql database..."
10 echo "GarganText: docker for postgresql database [OK]"
12 echo "GarganText: gargantext-server with stack and nix..."
13 stack
--nix exec gargantext
-server -- --ini gargantext.ini
--run Prod
14 echo "GarganText: gargantext-server with stack and nix [OK]"
15 echo "GarganText: project stopped."