Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
octopus/README.Omero
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (19 sloc)
663 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This includes o/ports o/mero o/x and o/live as used in the Octopus. | |
These programs can be used on Inferno as distributed. | |
See man/1/olive and man/4/omero for details and examples. | |
A copy of the manual is at http://lsub.org/sys/oman | |
You may install the octopus (or just its binaries) and then use | |
just Omero and Olive if you want to. See INSTALL.Octopus | |
Quick example (from the olive(1) man page): | |
# create mount points if they do not exist | |
% mkdir -p /mnt/ui /mnt/ports | |
# start the event delivery service | |
% o/ports | |
# start the window system | |
% o/mero | |
# create a screen/session | |
% mkdir /mnt/ui/main | |
# start the shell and browser | |
% o/x | |
# open a viewer | |
% o/live |