Fw: [開源]散播開源-臺大選舉系統

作者: NTUvote (臺大選委會)   2015-05-27 02:49:57
※ [本文轉錄自 NTU 看板 #1LOna8DI ]
作者: NTUvote (臺大選委會) 看板: NTU
標題: [開源]散播開源-臺大選舉系統
時間: Mon May 25 20:43:48 2015
103-2學代選舉身分驗證系統開源:
以下為本次身分驗證系統的程式碼開源,歡迎同學一同來檢視!
投票時間:5/28 09:00-19:00
開源網址:
https://github.com/rschiang/ntu-vote-auth-server
以下為開源文字說明:
NTUVote 身份驗證系統
這是用於電子投票的身份驗證系統伺服器,將在臺灣大學 103 學年度第一學期學代會學
生代表選舉使用。系統架構以 Django REST Framework 為基礎,藉由讀取卡片資訊、並
與校務系統連線,使得此次電子投票得以透過自動化的方式驗證身份、派發選票,並有效
過濾偽卡。
完整電子投票系統架構分為驗證與投票兩部分,其中裝置整合與身份驗證系統由臺灣大學
學生會選舉罷免執行委員會委託臺灣大學開源社 RSChiang 規劃研發;投票系統則延請
MouseMs 實作。
此專案以 Apache 2.0 授權釋出供公眾使用。
安裝 / Install
專案依賴的套件與 Python 版本可參考 requirements.txt 與 .python-version,所需設
定的環境變數可以在 core/settings.py 找到。
git clone https://github.com/rschiang/ntu-vote-auth-server
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
# Create tables
./manage.py migrate
# Set up nginx for production use
apt-get install nginx
# Running dev server on localhost:8000
./manage.py runserver
NTU Vote Authentication Server
This project is the authentication server that will be used in the upcoming
103-1 NTU Student Council Representative Election. Based on Django REST
Framework, the authentication system enables the automation of identity
verification process, while significantly reduces the chance for electoral
fraud.
The full e-vote architecture consists of two distinguish parts:
authentication and ballot-casting. The authentication and device integration
part is done by NTU Open Source Community under the delegation of NTU
Students' Association Election Commission, while MouseMs from NTUST is in
charge of the voting system.
This project is released under Apache License 2.0.
f 臺大選委會 http://www.facebook.com/NTUVote

Links booklink

Contact Us: admin [ a t ] ucptt.com