GitXplorerGitXplorer
s

githubstreaks

public
2 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
b6a17d1bde49b86031bc940d5e377d6f482d8a71

Add svg endpoint

ssamertm committed 9 years ago
Unverified
390c4501513d7abb8728c9e8730f3a5f15a0c23a

Add logging shit

ssamertm committed 9 years ago
Unverified
3c4692f7c27b623dd8a70d683df230fa2faa5295

Minify prod js

ssamertm committed 9 years ago
Unverified
10f935f3aeae28cc69fc82901fb9ecee46e7d4e4

Make user(login) unique

ssamertm committed 9 years ago
Unverified
aaf01850d722396e03315160ead9606f6525677c

don't collapse days by default

ssamertm committed 9 years ago
Unverified
0f6a7dc0798f6c27695cc44c7f71b412b414f74a

fix bootstrap

ssamertm committed 9 years ago

README

The README file for this repository.

GitHubStreaks Build Status

Setup

$ pacman -S postgres
$ sudo -i -u postgres initdb --locale en_US.UTF-8 -E UTF8 -D '/var/lib/postgres/data'
$ sudo systemctl start postgresql
$ sudo systemctl enable postgresql
$ sudo -i -u postgres createuser --interactive <your-system-username>
$ createdb githubstreaks

Idea

Can I create a dockerfile for a dev postgres thingy to run?

TODO

  • Make Setup accurate.
  • Get linter/test thingy for django templates.