Skip to content

Pitboss 0.1

Latest
Compare
Choose a tag to compare
@AhiVT AhiVT released this 04 Nov 00:56
· 7 commits to master since this release
02f2038

Requires Diesel CLI to run database migrations.

Installing Diesel CLI

Diesel CLI is installed from Cargo, Rust's package manager.
cargo install diesel_cli --no-default-features --features mysql

After installation, run the following from the working directory containing the pitboss binary.
diesel migration run

Configuring your database credentials

Be sure to set your database credentials in the .env file. If it appears missing you may have "Show hidden files" disabled.