aboutsummaryrefslogtreecommitdiff
blob: 60abe3b3f1a08637b0949eaddfcaf2279c25ba2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Gentoo Council Web Application
---------------

### Description

The Gentoo Council Web Application is a project aiming at making the routine work of Gentoo Council easier. It supports agenda management, voting, time arrangement, GLEP work flow, etc.

This project is generously sponsored by the GSoC (Google Summer of Code) 2010 program. Petteri Raty and Hans Graaff from the Gentoo Foundation act as mentors for the project.

[Development Version] http://github.com/XieConnect/council-webapp


### Changelog


### Usage

>git clone <github repo url>

>cd council-webapp

feed testing data for development

>rake db:seed


### Development

before running any testing, please prepare the necessary config files:

>cp config/database.yml.sample config/database.yml

>cp config/config.yml.sample config/config.yml


to run both cucumber and spec tests:

>rake

or run separately:

>rake cucumber

>rake spec


### Credits

Petteri Raty  (mentor, original author of the project)

Hans Graaff  (mentor, committer of the project)

Wei Xie  <XieConnect (at) gmail.com> (co-author of the project, GSoC participant)


### License

This code is licensed under the terms of the MIT license.