DEEPWELL

Travis CI Build Status

Wikidot-like storage and maintenance system. Tracks wikis, users, passwords, pages, revisions, files, and manages a Postgres database. Its schema and migrations are handled by Diesel.

You will need the diesel_cli crate installed. For all commands you will need to the DATABASE_URL environment variable set.

Compilation

This library targets the latest stable Rust. At time of writing, that is 1.39.0

sh $ diesel migration run $ cargo build --release

See diesel.rs for how to use the diesel cli tool.

Testing

sh $ cargo test

Add -- --nocapture to the end if you want to see test output.

Available under the terms of the GNU Affero General Public License. See LICENSE.md.