-
Notifications
You must be signed in to change notification settings - Fork 10k
Windows Bot Setup
Brendan Dahl edited this page Feb 6, 2017
·
7 revisions
- Install git https://git-scm.com/download/win
- Install msys2 and copy 'zip' from mys2's bin to git's (TODO: maybe we should start with msys2)
- Install python 2.7 https://www.python.org/downloads/windows/
- Ensure installer adds it to the path
- Install node js lts https://nodejs.org/en/
cd c; mkdir pdfjs
- Install botio from cloned repo (the npm package is not up to date)
- git clone https://github.com/brendandahl/botio.git
- cd botio
- npm install -g .
-
cd ..
(back to pdfjs) - Install bot files
git clone https://github.com/mozilla/botio-files-pdfjs.git
cd botio-files-pdfjs
- edit config.json
- edit test-files/browser_manifest.json
- copy amo.json to this folder
- Setup pdfjsbot github access token
- Start the bot
botio start --user pdfjsbot --pwd <github access token>
- Setup webhooks on github