AppleTalk server for Apple II computers
Go to file
Ivan X 14f5ef66be alternate URL for precompiled binaries with A2SERVER_BINARY_URL
self-hosted external dependency fallback; or default via A2SERVER_NO_EXTERNAL=1
a2serverrc sets default A2SERVER_SCRIPT_URL and A2SERVER_BINARY_URL
64-bit Debian precompiled binary support
support for reorganized files subdirectory
better information re unsupported OS at start of install
info about netboot at end of install
no longer deletes ~/GNUstep
install libdb5.1 and libssl1.0.0 by default instead of older versions
small tweaks and fixes regarding Debian detection, case insensitive fs, etc
updated source code path for The Unarchiver
this is internal version 1.2.8; see "release" notes about external dependencies
2015-12-24 13:02:17 +09:00
docs/ivanx move /media/A2SHARED to /srv/A2SERVER 2015-12-09 20:39:09 -05:00
fix alternate URL for precompiled binaries with A2SERVER_BINARY_URL 2015-12-24 13:02:17 +09:00
scripts alternate URL for precompiled binaries with A2SERVER_BINARY_URL 2015-12-24 13:02:17 +09:00
setup alternate URL for precompiled binaries with A2SERVER_BINARY_URL 2015-12-24 13:02:17 +09:00
update alternate URL for precompiled binaries with A2SERVER_BINARY_URL 2015-12-24 13:02:17 +09:00
LICENSE.md License terms for A2SERVER 2015-12-18 01:32:53 -05:00
README.md macipgw installed; a2serverc created 2015-12-18 00:57:21 -05:00

A2SERVER

AppleTalk server for Apple // computers developed by Ivan Drucker

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 kind of evolved organically over the years just as the scripts themselves have, so it's going to be awhile before that information can be backfilled and perhaps organized into something you might call a user manual.

Such a manual should not be considered a replacement for Ivan's organic online documentation--those contents themselves represent Apple // history, if a relatively modern piece of it. As such they should be preserved as they are.

Developer note

To use the scripts on a server other than Ivan's, you'll want to export the shell variable A2SERVER_SCRIPT_URL to the base URL of this repository on your server. The base-URL should be slash-terminated. You can then run the following snippet:

wget -O a2server-setup ${A2SERVER_SCRIPT_URL}setup/index.txt; source a2server-setup

A simple method for installing from a local subdirectory is to cd to it and then type python -m SimpleHTTPServer. Then export A2SERVER_SCRIPT_URL="http://localhost:8000/" or use the IP address of the host machine on your LAN instead of localhost.

You should probably export A2SERVER_SCRIPT_URL in your .bashrc or whatever file configures your development environment. Also be advised that as of version 1.24 of A2SERVER, you must use the snippet above.