new systemd services and install file for ubuntu-server
This commit is contained in:
parent
49ceea6871
commit
6611f239f7
3 changed files with 30 additions and 0 deletions
11
tools/install_dependencies_ubuntu.sh
Normal file
11
tools/install_dependencies_ubuntu.sh
Normal file
|
@ -0,0 +1,11 @@
|
|||
# The plenum bot works when being run on a ubuntu-server
|
||||
# instance with these commands ran previously.
|
||||
# For other distros, please adapt these instructions
|
||||
# so you have the same packages installed as well.
|
||||
|
||||
# Optionally, if you don't have rust installed, you should do it here:
|
||||
# https://www.rust-lang.org/tools/install
|
||||
|
||||
sudo apt update
|
||||
sudo apt install gcc libssl-dev pandoc pkg-config libsqlite3-dev
|
||||
cargo build --release
|
Loading…
Add table
Add a link
Reference in a new issue