Install Gruxi for development
- Install dependencies
Install the Rust toolchain from https://rust-lang.org/tools/install/.
- Clone the repository
sh
git clone https://github.com/DaevTech/Gruxi.gitThis will create a local copy of the Gruxi repository.
- Build and run
sh
cargo run -- -o DEVThis runs Gruxi in dev mode with trace logging enabled.
- Build the admin portal
If you also want to build the admin portal:
sh
cd www-admin-src
npm install
npm run buildGruxi is now available at http://localhost, and the admin portal is available at https://localhost:8000.
Next step
You now have a working Gruxi instance running on your system or server.
Next, learn how to configure Gruxi.