Installation
Table of Contents
1. Voraussetzungen
Rust installieren
curl https://sh.rustup.rs -sSf | sh
MySQL Client Bibliothek installieren
sudo apt install libmysqlclient-dev
2. Installation aus den Quellen
mkdir -p ~/projects
cd ~/projects
git clone git@bitbucket.org:locr/rust-maps-server-websockets.git
cd rust-maps-server-websockets
cp installation_files/update_maps_server_websockets.sh ~/
3. Systemd Service installieren
Systemd Service Datei kopieren und ggf. anpassen!
cp installation_files/maps-server-websockets.service ~/.config/systemd/user
Systemd Service aktivieren!
systemctl --user enable maps-server-websockets
Systemd Service starten!
systemctl --user start maps-server-websockets