Files
QuikPak/Readme.md
Tommy Parnell 4f3e7852c3 readme
do not encourage the use of 4 number versions since it doesn't work in windows
2016-04-28 22:52:42 -04:00

692 B

QuikPak is a CLI tool that will take a directory and create an msi that will install a website into IIS with said directory...

How to install

Install via chocolatey

choco install quikpak

How to use

Create a json config file that looks something like this


{
    "UpgradeCode": "317e4313-2314-46e9-ae7e-6cdfee60c05d",
    "Name": "MyWebsite",
    "Version": "1.0.0",
    "Endpoints": [
        {
            "port": 80,
            "DnsName": "mywebsite.com",
            "Secure": false
        }
    ]
}

then call QuikPak.exe -c path\to\your\config.json -x path\to\your\web\content

TODO

Allow someone to include a certificate optionally for secure bindings