Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 606 Bytes

This repo has been put out to pasture. For the future of Bauble on the web see the Bauble/bauble.web.

Bauble API

The Bauble API server for the Bauble (http://bauble.io) web app. Bauble is a web app for managing plant records and living collections collections for botanic gardens and arboretums.

Installation

  1. Install PostgreSQL >= 0.9.2
  2. Install Python 3
  3. pip install -r requirements.txt
  4. bin/reset_database.sh

Run tests

./bake test

Start server

./bake server

License

BSD 3-Clause