From fd8703bee54ae5d90d940d38e365573037881caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Apr 2017 10:49:44 +0200 Subject: [PATCH] Added README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6923d55 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Blender Buildbot +================ + +This repo contains the theme, CSS, HTML and public configurations of Blender's +[builder.blender.org](https://builder.blender.org/) web site. + + +Running locally +--------------- + +- `sudo apt-get install buildbot` or `pip install buildbot<0.9` +- `cp master_private_template.py master_private.py` and edit the file. +- `git submodule init` +- `git submodule update` + + +Changing CSS stuff +------------------ + +- `sudo npm install -g grunt` -- this installs to `/usr/local/lib/node_modules` and + `/usr/local/bin` +- `npm install` -- this installs to `./node_modules` + +After editing `public_html/assets/sass/main.sass`, run `grunt`.