For our reference and your convenience, here is an OpenPKG 4 procedure
for test-driving it from scratch:

-----------------------------------------------------------------------------

# download latest OpenPKG framework bootstrap sources
curl -LO http://openpkg.org/go/download/openpkg.src.sh

# bootstrap OpenPKG instance
sh openpkg.src.sh \
    --prefix=/openpkg --tag=openpkg \
    --user=openpkg --group=openpkg
sh openpkg-*-openpkg.sh

# build and install Apache and Lynx
/openpkg/bin/openpkg build \
    -D apache::with_mod_ssl apache lynx | sh

# start Apache and test with Lynx
/openpkg/bin/openpkg rc apache start
/openpkg/bin/lynx https://localhost/

# stop Apache and erase OpenPKG instance
/openpkg/bin/openpkg rc apache stop
/openpkg/bin/openpkg rpm \
    -e `/openpkg/bin/openpkg rpm -qa`

-----------------------------------------------------------------------------

                                       Ralf S. Engelschall
                                       r...@engelschall.com
                                       www.engelschall.com

______________________________________________________________________
OpenPKG                                             http://openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to