Просмотр исходного кода

Add useful README

The previous _config.rb file is no longer used. It was only for setting
the env var DATABASE_URL anyway.
tags/v2.0.0
Adrian Short 2 лет назад
Родитель
Сommit
0bde119008
2 измененных файлов: 40 добавлений и 1 удалений
  1. +40
    -0
      README
  2. +0
    -1
      models.rb

+ 40
- 0
README Просмотреть файл

@@ -0,0 +1,40 @@
Sutton Elections
================

An election results website for the London Borough of Sutton.


Dependencies
------------

Ruby 3.1.2
sqlite3
http://harpjs.com/ is useful to preview the local site.


Installation
------------

$ export DATABASE_URL=sqlite:///path/to/scraperwiki.sqlite


Build the static site
---------------------

$ ./bin/build

The static site is now in the _site directory and can be deployed to any
static host.


Repositories
------------

https://github.com/adrianshort/suttonelections (primary)
https://git.adrianshort.org/adrianshort/suttonelections (mirror)


Maintainer
----------

Adrian Short <adrian@adrianshort.org>

+ 0
- 1
models.rb Просмотреть файл

@@ -1,5 +1,4 @@
require 'data_mapper'
load '_config.rb'

class Poll
include DataMapper::Resource


Загрузка…
Отмена
Сохранить