Skip to content

fterpstra/technisch-register

 
 

Repository files navigation

dependencies

installing

A Bash shell is readily available on Linux and OS X. If you have installed git on Windows you can use Git Bash. Can't find it? Try http://babun.github.io/ instead.

Install the Python modules through e.g. easy_install. Open your shell and enter

easy_install fs beautifulsoup4 psutil

Rename settings-example.py to settings.py.

running

On the server the script reads GitHub's JSON payload from stdin. To use it locally run build.py as

cat github-payload.json | python build.py

Line 32 of github-payload.json determines what the script (staging or production) should build. Change prerelease to false to build production and vice versa.

developing and testing

Uncomment repo_path = 'repos-dev.json' in settings.py to load a shorter list of repositories.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.3%
  • Python 26.5%
  • HTML 24.5%
  • CSS 6.7%