2022-02-23 14:30:02 +03:00
|
|
|
# Install
|
|
|
|
|
|
|
|
|
|
The tower can be installed and tested using cargo:
|
|
|
|
|
|
|
|
|
|
```
|
2022-09-19 19:03:04 +02:00
|
|
|
git clone https://github.com/talaia-labs/rust-teos.git
|
2022-07-08 13:12:10 +02:00
|
|
|
cd rust-teos
|
2022-11-12 18:18:10 +00:00
|
|
|
cargo install --locked --path teos
|
2022-02-23 14:30:02 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
You can run tests with:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
cargo test
|
|
|
|
|
```
|
|
|
|
|
|
2023-01-20 16:06:30 -05:00
|
|
|
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`.
|