- Rust - use rustup
- Install dependencies
- Run
cargo install
- Run
- Copy the
.env.example
file to.env
- Replace the values in the
.env
file with your own
- DATABASE_URL
- This should be the path to your SQLite DB
- Defaults to
art.db
- SMTP_HOST
- The host of your SMTP server, like
smtp.google.com
- The host of your SMTP server, like
- SMTP_USER
- Username to your SMTP server
- SMTP_PASS
- Password to your SMTP server
- TO_EMAIL
- Ideally your email, this is where all contact requests are sent to.
- Dev Build
- Run
cargo build
- Run
- Release Build
- Run
cargo build --release
- Run
- Running
- Run
cargo run
- Run