This has been DEPRECATED; use build-support in new projects instead
Software and configuration that support TobiiPro's Cloud Services development.
IMPORTANT: Almost all github.com/tobiipro repositories have support-firecloud as a git submodule.
It is therefore important that you clone these repositories recursively, otherwise make will fail.
- use
git clone --recursive ... - or run
git submodule update --init --recursiveafter cloning.
-
newcomer
- bootstrap
- bootstrap your editor
- bootstrap AWS (console and CLI) (optional)
- bootstrap your
gpgsignature (optional)
-
daily work
git(and Github) Pull Requests- working with
make - working with a local
npmdependency - how to release
- style
Use common sense and BE CONSISTENT. (Google)- shell
- Makefile
- JavaScript/TypeScript
- SASS
-
set up a new
gitrepository -
Amazon Web Services
-
Internals
/binhas executable shell scripts/shhas common include shell scripts e.g. sourced from/binshell scripts/cihas scripts that help bootstrap a CI machine/devhas scripts that help bootstrap a developer machine/dockerfileshas Dockerfiles bootstrapped withsupport-firecloud/generichas configuration that is not repo-specific/repohas configuration that is repo-specific, for those repositories bootstrapped withsupport-firecloud