Ooen source pasture management system
Find a file
2019-12-27 12:31:48 +00:00
env Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
resources Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
src Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
test Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
.gitignore ADL builds; application does not yet run. 2019-12-27 12:22:43 +00:00
Capstanfile Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
dev-config.edn Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
Dockerfile Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
LICENSE Initial commit 2019-12-26 21:30:38 +00:00
pastoralist.adl.xml ADL builds; application does not yet run. 2019-12-27 12:22:43 +00:00
Procfile Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00
project.clj ADL builds; application does not yet run. 2019-12-27 12:22:43 +00:00
README.md Made README (a little) more useful. 2019-12-27 12:31:48 +00:00
test-config.edn Added Luminus app skeleton; added ADL. 2019-12-27 11:28:57 +00:00

pastoralist

generated using Luminus version "3.54"

A web-app intended to be used by pastoralists in managing pastures, grazing, and animals.

WARNING

Preliminary code; nothing at all works yet.

Prerequisites

You will need Leiningen 2.0 or above installed.

Building

To generate the majority of the code, run

lein adl

NOTE THAT currently this relies on development versions of the ADL framework; in order to work for you locally, this requires that you check out the development branches of each of

  1. adl-support
  2. adl; and
  3. lein-adl

And, in each repository in the order listed above, run

lein test
lein install

All tests should pass. This will install the development versions locally.

Running

To start a web server for the application, run:

lein run

License

Copyright © 2019 Simon Brooke (simon@journeyman.cc)