Crete SP3 Implementers Workshop: results, links and slides
From wiki.gpii
We will put the slide, links, examples, etc., from the SP3 implementers workshop in Crete here
Relevant Links:
- Old presentation material:
- Installation:
- Background information:
- Git / Github docs:
- help.github.com
- try.github.io
- Awesome application to learn git while playing: pcottle.github.io/learnGitBranching/
- JIRA/Bugtracking:
- Debugging:
- You need to do three things:
- Start node inspector with:
node-inspector
- Start GPII with debug flag, eg. from windows dir:
node --debug-brk gpii.js
- open:
http://127.0.0.1:8080/debug?port=5858
in a v8-compatible browser (e.g. Google Chrome)
- Start node inspector with:
- Good places to breakpoints:
- General place to catch errors:
timers.js:103
- See what is launched/set:
lifecyclemanager.js:209
(https://github.com/GPII/universal/blob/v0.2/gpii/node_modules/lifecycleManager/src/LifecycleManager.js#L219)
- General place to catch errors:
- You need to do three things:
- Using GPII
- Community growth