Skip to content

leynos/cog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Garden Helper (CoG)

Built using Rust with Iron and Diesel.

More details forthcoming once it actually does something.

Licenced as AGPL.

Usage

Pre-requisites:

Install Diesel CLI:

cargo install diesel_cli

Create an environment file indicating the location of your database:

echo "DATABASE_URL=postgres://username:password@hostname/database" > .env

Apply schema migrations using Diesel (this requires that $HOME/.cargo/bin is in your executable path):

diesel migration run

Run the application using Cargo:

cargo run

About

A tool for managing Community Gardens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages