Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 992 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 992 Bytes

How to build bop containers

cd ~/src/biviosoftware
gcl container-perl
cd container-perl
# Assumes registry is on current host
export build_push=1 build_docker_registry=$(hostname -f):5000
radia_run container-build
# Builds Bivio & PetShop
radia_run biviosoftware/container-bop Bivio
# BivioOrg, etc.
radia_run biviosoftware/container-bop BivioOrg

testing

First time as root:

# Only needed for the current container, then read-only
chown vagrant:vagrant /var/www/facades/*/ddl
su - vagrant
bivio sql -f init_dbms
bivio sql -f create_test_db

Run:

export BIVIO_HOST_NAME=z50.bivio.biz BCONF=Bivio::PetShop BIVIO_HTTPD_PORT=8002 PERLLIB=~/src/perl
bivio httpd run

TODO