julia --project -e 'using Pkg; Pkg.instantiate()'See the (GenomicBreedingDB.jl)[https://github.com/GenomicBreeding/GenomicBreedingDB.jl] repository for installation and initialisation instructions.
To start the database:
conda activate GenomicBreeding
pg_ctl -D $CONDA_PREFIX/pgsql_data -l $CONDA_PREFIX/pgsql_data/logfile.txt startjulia --project --load test/deploy.jlOr manually by first opening Julia via:
julia --projectThen enter:
using GenieFramework
Genie.loadapp()
up(8001, async = true)Open your browser and navigate to http://localhost:8001/