documentation updates

This commit is contained in:
Ivan X 2020-07-15 07:02:11 -07:00
parent a615ed1808
commit 4fb47b06ed
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# A2SERVER # A2SERVER
AppleTalk server for Apple // computers developed by Ivan Drucker AppleTalk server for Apple // computers developed by Ivan Drucker, with
substantial rework and by T. Joseph Carter
Documentation here is sparse for the moment; see [Ivan's site]() for Documentation here is sparse for the moment; see [Ivan's site]() for
information about A2SERVER and how it all works. There's a lot there and it's information about A2SERVER and how it all works. There's a lot there and it's
@ -13,7 +14,14 @@ relatively modern piece of it. As such they should be preserved as they are.
## Developer note ## Developer note
To use the scripts on your own server, including your local machine: To use the scripts with a specific GitHub tag:
~~~ bash
export A2SERVER_SCRIPT_URL=https://raw.githubusercontent.com/RasppleII/a2server/TAG_GOES_HERE/
export A2SERVER_BINARY_URL=${A2SERVER_SCRIPT_URL}files
wget -O setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source setup
~~~
Or, to use the scripts on your own server, including your local machine:
~~~ bash ~~~ bash
export A2SERVER_SCRIPT_URL=http://yoururl.com/ export A2SERVER_SCRIPT_URL=http://yoururl.com/

View File

@ -117,3 +117,4 @@
bug fixes when compiling macipgw and ciopfs; bug fixes when compiling macipgw and ciopfs;
os option (Raspbian update) removed from a2server-setup os option (Raspbian update) removed from a2server-setup
1.5.3a1: July 2020: initial support for Debian/Raspbian Buster

View File

@ -76,6 +76,8 @@
1.5.2: Nov 2017: support for Debian/Raspbian Stretch; fixes minor bugs during 1.5.2: Nov 2017: support for Debian/Raspbian Stretch; fixes minor bugs during
install; enable SSH server if disabled on Raspberry Pi; fixes install; enable SSH server if disabled on Raspberry Pi; fixes
changed download links for GS/OS communication software changed download links for GS/OS communication software
1.5.3a2: July 2020: initial support for Debian/Raspbian Buster
Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King, Big thanks to: Anthony Martino, Henry Courbis, Joseph Carter, Jason King,
Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt, Andy McFadden, Steven Hirsch, Geoff Body, Peter Wong, Tony Diaz, David Schmidt,