Skip to content
This repository has been archived by the owner on Feb 17, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 781 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 781 Bytes

Rustbridge-CLI

A little administrative tool to add organizers to the Rustbridge database.

Requirements

Follow the installation instructions for the Rustbridge prodject. Once the website/database is set up, and all of your tables are created, compile the Rustbridge-CLI using the command cargo build --release.

Salt generation

After building, navigate to the build directory, cd target/release/ and run the command: ./rustbridge-cli salt to generate a random salt for the database.

Adding organizers

Once the database has been salted, use the command: ./rustbridge-cli add -u <username> -p <password> to add a new organizer to the database.