Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.05 KB

File metadata and controls

24 lines (17 loc) · 1.05 KB

Build Status Maintainability

PxWeb

This repository currently only contains the source code for PxWeb 2019 v1. The next step is to add/move all the fixes in this version from our other repository to this one as soon as possible and there by making this repository the official PxWeb repository.

Test with Docker

Create a Docker image and run it for easy testing

NOTE: Images require Docker running on a Windows host with hardware virtualization enabled in BIOS settings

docker build -t pxweb .
docker run -p 80:80 pxweb

Test with Azure App Service

Test with Azure Kubernetes Service (AKS)