https://github.com/ditlef9/quick_cms/blob/master/_docs/GNU%20GENERAL%20PUBLIC%20LICENSE.txt
1.1 Visual Studio VC
Download and install Visual Studio 2010 : VC 2010 vcredist_2010_sp1_x64.exe from https://wampserver.aviatechno.net/files/vcpackages/vcredist_2010_sp1_x64.exe
Download and install Visual Studio 2012 : VC 11 vcredist_x64 from https://wampserver.aviatechno.net/files/vcpackages/vcredist_2012_upd4_x64.exe
Download and install Visual Studio 2013 : VC 2013 from https://wampserver.aviatechno.net/files/vcpackages/vcredist_2013_upd5_x64.exe
Download and install Visual Studio 2015 : VC 2015 from https://wampserver.aviatechno.net/files/vcpackages/vcredist_2019_x64.exe
Make sure you have all VCRedist packages installed by running this tool: http://wampserver.aviatechno.net/files/tools/check_vcredist.exe
1.2 Wampserver
Download an install latest version of Wampserver from https://www.wampserver.com/en/
I installed Wampserver to C:\Users\user\wamp64
.
1.3 Git
Download and install Git from https://git-scm.com/download/win
1.4 Checkout project
Open program Git Bash (C:\Program Files\Git\git-bash.exe). Browse to your www directory and clone the project with the following commands:
cd C:\Users\user\wamp64\www
git clone https://github.com/europa9/quick_cms.git
1.5 Create database
Open phpMyAdmin at localhost/phpmyadmin/. Default username is root without password. Create a database named quick.
1.6 Install Quick CMS
Open http://localhost/quick_cms and follow the instructions to install the CMS.
Open Git Bash and write the following commands:
cd C:\Users\user\wamp64\www
git pull
Open Git Bash and write the following commands:
cd C:\Users\user\wamp64\www
git pull
git add -A
git commit -m "description of changes"
git push