Tion Security Software

Tion Security contains multiple programs

Setup:

Start with installing Rust and follow the setup guide

  1. Next change rust to the nightly version using the following command:
rustup default nightly
  1. If you are using a development enivorment install cargo-watch to automatic restart when a file changes:
cargo install cargo-watch
  1. Copy example settings [main server/src/server/settings_private.rs.example] -> [main server/src/server/settings_private.rs] Edit the file according to your settings

  2. Run the Database setup file in [main server/setup/tion.sql]

Running the server:

Normal startcommand:

cargo build
cargo run

Development command to detect filechanges:

cargo watch -x run --clear