Skip to content

Install Gruxi for development

  1. Install dependencies

Install the Rust toolchain from https://rust-lang.org/tools/install/.

  1. Clone the repository
sh
git clone https://github.com/DaevTech/Gruxi.git

This will create a local copy of the Gruxi repository.

  1. Build and run
sh
cargo run -- -o DEV

This runs Gruxi in dev mode with trace logging enabled.

  1. Build the admin portal

If you also want to build the admin portal:

sh
cd www-admin-src
npm install
npm run build

Gruxi 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.