mirror of
https://github.com/craigerl/aprsd.git
synced 2026-08-17 00:54:03 -04:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 658e6b6202 | |||
| 98e3c246ad | |||
| 47ccce53ea |
@@ -1,9 +1,15 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
v1.5.1
|
||||
------
|
||||
|
||||
* Updated README to fix pypi page
|
||||
|
||||
v1.5.0
|
||||
------
|
||||
|
||||
* Updated Changelog for v1.5.0 release
|
||||
* Fix tox tests
|
||||
* fix usage statement
|
||||
* Enabled some emailthread messages and added timestamp
|
||||
|
||||
+4
-4
@@ -13,12 +13,12 @@ cd ~/aprsd2
|
||||
git clone https://github.com/craigerl/aprsd.git
|
||||
cd aprsd
|
||||
pip install -e .
|
||||
cd ~/.venv_aprsd
|
||||
cd ~/.venv_aprsd/bin
|
||||
|
||||
./bin/aprsd # generates a config.yml template on first run
|
||||
./aprsd sample-config # generates a config.yml template
|
||||
|
||||
vi ~/.aprsd/config.yml
|
||||
vi ~/.config/aprsd/config.yml # copy/edit config here
|
||||
|
||||
./bin/aprsd
|
||||
./aprsd server
|
||||
|
||||
# profit! #
|
||||
|
||||
@@ -33,7 +33,7 @@ clean:
|
||||
|
||||
test: dev
|
||||
.venv/bin/pre-commit run --all-files
|
||||
tox -p
|
||||
tox -p all
|
||||
|
||||
build: test
|
||||
rm -rf dist/*
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ of aprsd itself.
|
||||
APRSD Overview Diagram
|
||||
----------------------
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/crager-stable/docs/_static/aprsd_overview.svg?sanitize=true
|
||||
.. image:: https://raw.githubusercontent.com/craigerl/aprsd/master/docs/_static/aprsd_overview.svg?sanitize=true
|
||||
|
||||
|
||||
Typical use case
|
||||
|
||||
Reference in New Issue
Block a user