Skip to content

PecanProject/bety

Folders and files

NameName
Last commit message
Last commit date

Latest commit

257a34b · Apr 28, 2020
Apr 15, 2020
Apr 28, 2020
Apr 28, 2020
Mar 30, 2020
Aug 1, 2017
Apr 10, 2020
Apr 10, 2020
Apr 2, 2014
Mar 1, 2018
Mar 11, 2015
Feb 29, 2012
Jan 14, 2020
Apr 15, 2020
Aug 10, 2019
Apr 2, 2014
Jul 5, 2018
Feb 29, 2012
Nov 2, 2017
Mar 30, 2020
Apr 20, 2016
Jul 17, 2018
Aug 7, 2019
Dec 14, 2017
Dec 6, 2019
Apr 14, 2020
Dec 15, 2019
Jul 30, 2015
Apr 10, 2020
Jan 14, 2020
Apr 3, 2020
Feb 10, 2015
Apr 9, 2020
Jul 17, 2018
Jul 17, 2018
Apr 10, 2020
Feb 4, 2015
Apr 2, 2014
Feb 29, 2012
Apr 2, 2014

Repository files navigation

BETYdb

DOI

[Build Status(https://github.com/PecanProject/bety/actions?query=workflow%3ACI)

Slack Slack

This is the source code for the Biofuel Ecophysiological Traits and Yields database (BETYdb)

The website is primarily written in Ruby-on-Rails, and has a PostgreSQL backend. BETYdb provides an interface for contributing and accessing data, and is the informatics backend for the Predictive Ecosystem Analyzer (PEcAn).

Running BETY using Docker

To get started with BETY you can use the docker-compose.yml file included. This will start the database (postgresql with postgis version 9.5) as well as the BETY container. If this is the first time you start it you will need to initialize the database, this can be done using the following commands:

docker-compose -p bety up -d postgres
docker run --rm --network bety_bety pecan/bety initialize

Once bety finishes inializing the database, or to restart BETY, you can bring up the all the containers using:

docker-compose -p bety up -d

To change the path BETY runs under you can change the path using the environment variable RAILS_RELATIVE_URL_ROOT, for example to just run bety you can use the following command. This will precompile any of the static assets and run BETY.

docker run -e RAILS_RELATIVE_URL_ROOT="/bety" pecan/bety

Documentation.

About

Web-interface to the Biofuel Ecophysiological Traits and Yields Database (used by PEcAn and TERRA REF)

Topics

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Packages

No packages published

Contributors 71