Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
/ ElectionCounter Public archive

keep track of the collected votes, their location and possibility to generate graphs to include them within a website

Notifications You must be signed in to change notification settings

moregeek/ElectionCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Election Counter Dependency Status Code Climate

Developer Pre Release do not use in production!

Contribute

[todo]

Licence

[todo]

Installing development Environment

  • I recommand using Ruby Version Manager from - rvm.io

Installation

Cloneingn & Install required software:

  1. https://github.com/moregeek/ElectionCounter election-counter
  2. cd electoin-counter/
  3. echo 'rvm use 1.9.3@election-counter --create >> .rvmrc'
  4. cd .. & cd - # accept rvm question with "yes"
  5. gem install bundler
  6. bundle install

Setting up APP and initializing with data

  1. bundle exec rake db:migrate
  2. bundle exec rake db:seed

Start the Server

User Access:

http://127.0.0.1/

Admin Access:

http://127.0.0.1/admin/

Username: admin@example.com Password: password

Change this in production Environment!

Note:

User have to register themself on the entry page and a Admin has to approve them.

Deployment to Heroku

To deploy this app to Heroku follow the steps listed on the following link: https://toolbelt.heroku.com/

TODO

  • Add Mailers
  • Add Tests & improve tests
  • Add fixtures
  • cleanup files
  • fix some smaller bugs

About

keep track of the collected votes, their location and possibility to generate graphs to include them within a website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages