1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-07-31 12:52:24 -04:00
aprsd/INSTALL.txt

25 lines
426 B
Plaintext
Raw Permalink Normal View History

2020-12-02 12:30:58 -08:00
# installation instructions for the short-attention-span user like me
2020-12-06 09:07:07 -08:00
mkdir -p ~/.aprsd
2020-12-02 12:30:58 -08:00
cd ~
2020-12-06 09:07:07 -08:00
virtualenv .venv_aprsd
cd .venv_aprsd/
source ./bin/activate
2020-12-02 12:30:58 -08:00
2020-12-06 09:07:07 -08:00
mkdir ~/aprsd2
cd ~/aprsd2
2020-12-02 12:30:58 -08:00
git clone https://github.com/craigerl/aprsd.git
cd aprsd
2020-12-09 08:05:08 -08:00
pip install -e .
2021-01-15 09:36:30 -08:00
cd ~/.venv_aprsd/bin
2020-12-02 12:30:58 -08:00
2021-01-17 07:56:59 -08:00
./aprsd sample-config # generates a config.yml template
2020-12-02 12:30:58 -08:00
2021-01-15 09:36:30 -08:00
vi ~/.config/aprsd/config.yml # copy/edit config here
2020-12-05 12:55:15 -08:00
2021-01-15 09:36:30 -08:00
./aprsd server
2020-12-05 12:55:15 -08:00
# profit! #