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

rustbridge/rustbridge-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published