mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-17 13:07:25 +02:00
This builds on top of the work from the work by @decentralizedb and @jochemin. It is mainly just re-arranging the code and readmes to fit the reviews. Co-authored-by: decentralizedb <decentralized.b@protonmail.com> Co-authored-by: jochemin <jochemin@gmail.com>
21 lines
No EOL
442 B
Markdown
21 lines
No EOL
442 B
Markdown
# Install
|
|
|
|
The tower can be installed and tested using cargo:
|
|
|
|
```
|
|
git clone https://github.com/talaia-labs/rust-teos.git
|
|
cd rust-teos
|
|
cargo install --locked --path teos
|
|
```
|
|
|
|
You can run tests with:
|
|
|
|
```
|
|
cargo test
|
|
```
|
|
|
|
Please refer to the cargo documentation for more detailed instructions.
|
|
|
|
# Systemd setup for backend
|
|
|
|
Refer to [contrib](contrib/init/README.md) for a detailed explanation of how to set up your systemd service for `teosd`. |