Skip to content
Snippets Groups Projects
Commit 3c3f4207 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

fix package instantiate

parent db738265
No related branches found
No related tags found
No related merge requests found
run.sh 100644 → 100755
#!/bin/bash
julia --project=@. start_server.jl > server.log 2>&1 &
julia --project=@. -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); include("start_server.jl")' > server.log 2>&1 &
......@@ -8,4 +8,4 @@ concurrent_processes = 4 # Number of concurrent processes
# Create and run the service
service = GeoTIFFService(data_directory, port_number, categorical, concurrent_processes)
run(service)
PolygonQueryOnRaster.run(service)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment