IIS Deployment Guide - Eonic/ProteanCMS GitHub Wiki

We recommend a root folder on a webserver called HostingSpaces

This example assumes it is located on f: drive.

Install Git Client and open GITBASH

mkdir f:\hostingspaces\ProteanCMS cd f:\hostingspaces\ProteanCMS git init git remote add -f origin https://eonicsource.visualstudio.com/ProteanCMS/_git/ProteanCMS

If external to Eonic you can pull from Github here https://github.com/Eonic/ProteanCMS.git

git config core.sparseCheckout true

echo "V6_wwwroot/ptn/" >> .git/info/sparse-checkout echo "wwwroot/ewcommon/" >> .git/info/sparse-checkout echo "GACInstaller/bin/Release/" >> .git/info/sparse-checkout echo "Assemblies\Copy To System32" >> .git/info/sparse-checkout echo "Assemblies\Copy To ClearScript in GAC" >> .git/info/sparse-checkout

git pull origin master

mklink /d F:\HostingSpaces\ptn F:\HostingSpaces\ProteanCMS\V6_wwwroot\ptn

mklink /d F:\HostingSpaces\ewcommon_v5-1 F:\HostingSpaces\ProteanCMS\wwwroot\ewcommon

Install GACInstaller/bin/Release.....

ProteanCMS\Assemblies\Copy To System32

Copy some files.....

LibWebp gsdll clearscript etc. into System32



⚠️ **GitHub.com Fallback** ⚠️