Commit b187690c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] #321 the server has to be launched in the nix-shell

parent ac11395a
......@@ -7,4 +7,4 @@ LOGFILE=$FOLDER"/"$FILE
mkdir -p $FOLDER
~/.cabal/bin/gargantext-server --ini gargantext.ini --run Prod +RTS > $LOGFILE 2>&1 & tail -F $LOGFILE
nix-shell --run "~/.cabal/bin/gargantext-server --ini gargantext.ini --run Prod +RTS > $LOGFILE 2>&1 & tail -F $LOGFILE"
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