mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-16 20:50:33 +00:00
detailed build instructions
@@ -6,12 +6,20 @@
|
||||
|
||||
|
||||
## Run/Compile
|
||||
### SQlite backend
|
||||
```sh
|
||||
# Compile with sqlite backend and run
|
||||
cargo run --features sqlite --release
|
||||
# or just compile with sqlite (binary located in target/release/bitwarden_rs)
|
||||
cargo build --features sqlite --release
|
||||
```
|
||||
### MySQL backend
|
||||
```sh
|
||||
# Compile with mysql backend and run
|
||||
cargo run --features mysql --release
|
||||
# or just compile with mysql (binary located in target/release/bitwarden_rs)
|
||||
cargo build --features mysql --release
|
||||
```
|
||||
|
||||
When run, the server is accessible in [http://localhost:8000](http://localhost:8000).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user