You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
syncserver/run-syncstorage-rs.sh

11 lines
230 B
Bash

if [ ! -d "syncstorage-rs" ]; then
echo "Downloading syncstorage-rs"
git clone https://github.com/mozilla-services/syncstorage-rs
fi
echo "Starting syncstorage-rs"
cd syncstorage-rs
SYNC_HUMAN_LOGS=1 RUST_LOG=trace cargo run