Manages login, registration, identity, roles, and permissions outside your application.
- cargo
- Recommended method: https://rustup.rs
- Docker
- Also currently requires
fuzion-commons
to be cloned in same directory.
Clone the repo, then run the following command to start the development environment:
./dev.sh start
Once the environment has initialized, you can run the application with cargo:
ADMIN=admin ADMIN_PASSWORD=password cargo run -- --migrate
This will initialize the database with the parameters set in ./dev/.env