makinacorpus/suffragia

Name: suffragia

Owner: Makina Corpus

Description: null

Created: 2017-06-23 12:50:03.0

Updated: 2017-06-23 15:41:22.0

Pushed: 2017-06-23 15:41:19.0

Homepage: null

Size: 5749

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

About Suffragia

Suffragia is a project for managing the counting of elections electronically

Install

  1. Fill the parameters.yml or use the session variables: http://symfony.com/doc/current/service_container/parameters.html
  2. Put the source code on online server
  3. Set up the dataBase with your local mysql server (or other db, and change in config.yml):
    • http://symfony.com/doc/current/doctrine.html
    • php bin/console doctrine:database:create
    • php bin/console doctrine:schema:update –force
  4. Create a admin and promote this user: php bin/console fos:user:create myUser myUser@email.com myPassword php bin/console fos:user:promote myUser ROLE_ADMIN

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.