1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k ebaa40894d devtools/depotview: fix stale branches, clone bug
Change-Id: Ia2c680d511e3a8b632414caae3058db20d8231ba
2020-04-12 14:38:27 +02:00
app app/covid-formity: covid19 hackerspace relief form 2020-03-26 21:40:01 +01:00
bgpwtf
bzl
cluster *: more hackdoc updates 2020-04-10 22:10:18 +02:00
dc
devtools devtools/depotview: fix stale branches, clone bug 2020-04-12 14:38:27 +02:00
doc doc/codelabs: add stub 2020-04-10 22:15:36 +02:00
gcp
go
hswaw
kube
personal/q3k personal/q3k/factorio: add pymods server 2020-04-05 21:32:02 +02:00
third_party k8s.io/apimachinery: bypass https://github.com/kubernetes/kubernetes/issues/87675 2020-02-21 12:54:05 +01:00
tools
.bazelrc
.gitignore
BUILD
COPYING
README.md *: more hackdoc updates 2020-04-10 22:10:18 +02:00
WORKSPACE *: more hackdoc updates 2020-04-10 22:10:18 +02:00
env.fish
env.sh env: fix missing hscloud_nixos export 2020-03-21 23:44:10 +01:00
hackdoc.toml devtools/hackdoc: init 2020-04-08 20:03:12 +02:00

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.