You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trivernis
c4f40b84c2
Add docker build and publish task |
4 years ago | |
---|---|---|
.github/workflows | 4 years ago | |
src | 4 years ago | |
.dockerignore | 4 years ago | |
.gitignore | 4 years ago | |
.gitmodules | 4 years ago | |
.travis.yml | 4 years ago | |
Cargo.lock | 4 years ago | |
Cargo.toml | 4 years ago | |
Dockerfile | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
fLotte User Management Server
Dev Requirements
- a full rust toolchain installation (for example with rustup)
- a postgres installation
Building
# in the projects folder
> cargo build --release
The resulting binary is being stored in the target
folder.
Running
The server can be run either directly from the built binary or with the command
cargo run --release
The --release
indicates that an optimized release built should be run.