Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Download: Step 5: add "patch" (for Cassandra patching)

...

1. Deploy a new standard Windows 2012-R2 x64 image on a physical or virtual machine (VM) or install from a Deployment Kit unattend.txt script or install from media manually.
2. Setup forward & reverse DNS records on your DNS server (consult your IT admin/sysadmin if required) and set the hostname and primary DNS suffix on the machine itself if necessary (see Appendix B2.1)  

(info) Note: If required by your IT department, perform any other standard configuration (ie: create a separate admin account with a strong password, set timezone, date & time or set it to synchronize with an NTP server, etc.), server hardening (ie: disable default administrator logins, change default remote port (ex: RDP), install anti-brute force attack prevention software (ex: IPBan, RDPGuard), enable & configure local firewall, etc.).  

...

5.  On the package selection step, change the View to "Full" and filter the packages to add "cygutils-extra", "patch", "python27", "python27-pip", "unzip", and "wget".

...

(info) /T = Apply recursively, /L = operate on symbolic link itself VS target, /C = display any error message(s) and continue 

9.  Add c:\cygwin64\bin to the System PATH environment variable
10. In the Cygwin Terminal, make a symlink of python to /bin/python2.7.exe, ie:  ln -nfs /bin/python /bin/python2.7.exe
11.  Reboot


...

Using Cygwin

10. To use Cygwin, simply launch the Cygwin64 Terminal from the Start Menu or Desktop

...