You should have these files in the release package:
webinizer_img.tar
- this is the docker image to be installed.webinizer_demo
- this is the directory containing the native projects to demo and start script.README.md
- this file itself.
You should have docker
installed and properly
configured in your local system.
# Ensure that you are in the directory of the released package
docker load<webinizer_img.tar
# you should see webinizer listed below
docker image ls | grep webinizer
# Ensure that you are in the directory of the released package
cd webinizer_demo
./run.sh $(pwd)/native_projects 18888
The run.sh
script will guide you through some user configurations setup for webinizer
before
launching the container. Then you should be able to access webinizer at http://127.0.0.1:18888
.