OpenPKG Pitch
The following short Unix shell command script gives you a step-by-step
impression what the OpenPKG technology is about from a bare technical
point of view.
It from scratch establishes an OpenPKG instance under
/openpkg/, installs the
Apache web server and the Lynx web client into it, quickly test
drives both Apache and Lynx and finally deinstalls everything again
without leaving any residues on the underlying Unix system.
Try out this OpenPKG technology pitch yourself!
$ wget \
http://openpkg.org/go/download/openpkg.src.sh
sh openpkg-*.src.sh \
--prefix=/openpkg --tag=openpkg \
--user=openpkg --group=openpkg
sh openpkg-*-openpkg.sh
/openpkg/bin/openpkg build \
-D apache::with_mod_ssl apache lynx | sh
/openpkg/bin/openpkg rc apache start
/openpkg/bin/lynx http://localhost/
/openpkg/bin/openpkg rc apache stop
/openpkg/bin/openpkg rpm \
-e `/openpkg/bin/openpkg rpm -qa`
rm -rf /openpkg
rm -f openpkg-*.src.sh
For a more detailed step-by-step guideline on how to drive OpenPKG
see also our more extensive
tutorial…