]> Git — Sourcephile - gargantext.git/blob - start
Move Gargantext.Utils.Jobs.API to Gargantext.Utils.Job.Internal
[gargantext.git] / start
1 #!/bin/bash
2
3 echo "GarganText: Starting project..."
4 echo "GarganText: docker for postgresql database..."
5 cd devops/docker
6 docker compose up -d
7 echo "GarganText: docker for postgresql database [OK]"
8 cd ../../
9 echo "GarganText: gargantext-server with stack and nix..."
10 stack --nix exec gargantext-server -- --ini gargantext.ini --run Prod
11 echo "GarganText: gargantext-server with stack and nix [OK]"
12 echo "GarganText: project stopped."
13