1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-07-16 15:25:17 -04:00
aprsd/INSTALL.txt

25 lines
347 B
Plaintext
Raw Normal View History

2020-12-02 12:30:58 -08:00
# installation instructions for the short-attention-span user like me
cd ~
virtualenv .venv
cd .venv/
source ./activate
2020-12-06 08:53:54 -08:00
cd /tmp
2020-12-02 12:30:58 -08:00
git clone https://github.com/craigerl/aprsd.git
cd aprsd
pip install .
2020-12-06 08:53:54 -08:00
cd ~/.venv
2020-12-02 12:30:58 -08:00
mkdir -p ~/.aprsd
2020-12-05 12:56:52 -08:00
./bin/aprsd # generates a config.yml template on first run
2020-12-02 12:30:58 -08:00
2020-12-05 12:56:52 -08:00
vi ~/.aprsd/config.yml
2020-12-05 12:55:15 -08:00
./bin/aprsd
# profit! #