Skip to content

GenomicBreeding/GenomicBreedingApp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenomicBreedingApp

Stable Dev Build Status

Install the dependencies

julia --project -e 'using Pkg; Pkg.instantiate()'

Install, instantiate, and start the PostgrSQL database

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 start

Open the app in julia

julia --project --load test/deploy.jl

Or manually by first opening Julia via:

julia --project

Then enter:

using GenieFramework
Genie.loadapp()
up(8001, async = true)

Usage

Open your browser and navigate to http://localhost:8001/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages