Merge "devtools/depotview: fix stale branches, clone bug"
tree: 2ed4c863911c49c0e252af646429400abd1b5efb
  1. app/
  2. bgpwtf/
  3. bzl/
  4. cluster/
  5. dc/
  6. devtools/
  7. doc/
  8. gcp/
  9. go/
  10. hswaw/
  11. kube/
  12. personal/
  13. third_party/
  14. tools/
  15. .bazelrc
  16. .gitignore
  17. BUILD
  18. COPYING
  19. env.fish
  20. env.sh
  21. hackdoc.toml
  22. README.md
  23. WORKSPACE
README.md

hscloud is the main monorepo of the Warsaw Hackerspace infrastructure code.

Any time you see a //path/like/this, it refers to the root of hscloud, ie. the path path/like/this in this repository. Perforce and/or Bazel users should feel right at home.

Viewing this documentation

For a pleaseant web viewing experience, see this documentation in hackdoc. This will allow you to read this markdown file (and others) in a pretty, linkable view.

Getting started

You will need Bash and Bazel (1.2.0+).

First, clone the repository:

git clone https://gerrit.hackerspace.pl/hscloud
cd hscloud

Then, set up everything:

. ./env.sh       # setup PATH and hscloud_root
tools/install.sh # build tools

A bunch of common tools will appearify in your $PATH. You should now be ready to follow other documentation.

This does not pollute your system, and you can work on multiple hscloud checkouts independently.

What now?

If you want to use our Kubernetes cluster to run some stuff, see //cluster/doc/user.md.

If you're looking for administrative docs about cluster maintenance, see //cluster/doc/admin.md.

If you want to browse the source of hscloud in a web browser, use gerrit's gitiles.

If you want to learn how to contribute to this repository, see //doc/codelab/gerrit.

If you want help, talk to q3k, informatic or your therapist.