minicomp/wax

Add Chocolatey Instructions to Documentation

Closed this issue · 2 comments

I wrote these up for a workshop that @egrguric ran for @ubc-library

Numbers 1 and 2 come from chocolatey's page:

  1. Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process

  2. Run

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

  1. Close then reopen the terminal # might not be needed but just to be safe

  2. Run

choco install ruby imagemagick ghostscript

  1. Run

gem install jekyll bundler

@brimwats nice! is it okay if I close the issue (since it's not an issue per se) but folks will still be able to find it when searching issues? or is this a proposal for a docs change in the wiki?