aprsd/INSTALL.txt

25 lines
387 B
Plaintext
Raw Normal View History

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