-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The installation disk (#0) currently installs framework files. It needs to be updated with the ability to install files for an instance of a repository server.
The install script (startup) on disk 0 should use a menu to prompt the user for an action. Actions should include "Install Framework", "Install Repository Server", and "Quit".
Framework installation code should be moved into a module and an additional module should be created to contain repository-setup code. The startup script will need to use a custom, standalone version of the menuinterface module that references its required modules from the same disk instead of the target computer (because the framework may not be installed on the target computer).
Repository setup instructions in the readme file should be updated to reflect these changes.