Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Leicas/Gorgpoll

Repository files navigation

<img src=“travis-ci.org/Leicas/Gorgpoll.svg?branch=master” alt=“Build Status” />

This template is based on ruby version 2.1.2p95 (2014-05-08 revision 45877)

No specific system dependencies

Before first use, you need to configure /config/secrets.yml

An example file is available in /config/secretes.yml.template

Database configuration is in config/database.yml

You can find an examples of databases.yml in /config :

  • database.yml.mysql2.template : config file based on mysql2

  • database.yml.sqlite3.template : config file based on sqlite3

Then, use :

RAILS_ENV=development bundle exec rake db:setup
RAILS_ENV=test bundle exec rake db:setup
RAILS_ENV=production bundle exec rake db:setup

Default database is empty

You will need an admin account to configure the application. There is 2 ways to create an admin account :

  • In development environnement : create default accounts

Run :

rake db:populate

It will :

  • Flush current database and recreate it from the schema

  • Seed the database with default values (Roles for example)

  • Create default users :

    • an admin: admin@poubs.org

    • a helpdesk user : support@poubs.org

    • 3 basic users : user1@poubs.org, user2@poubs.org, user3@poubs.org

All password are : password

  • In production environnement : create an account manually or connect from omniauth then set admin Role to the created account

This template use RSpec for testing

The UI change is not compatible with current view. This script update all the view:

find ./app/views/ -type f -exec sed -i ‘s/.box-top/.box-top.box-top-color/g’ {} + find ./app/views/ -type f -exec sed -i ‘s/.box/.box.box-light./g’ {} + find ./app/views/ -type f -exec sed -i ‘s/.box$/.box.box-light/g’ {} + find ./app/views/admin/index.html.haml -type f -exec sed -i ‘s/box/box box-light/g’ {} +

  • Dorian Becker (blaked 84me211), Permanent Soce 2015, dorian.becker@gadz.org

  • Alexandre Narbonne (ratatosk 157me211), Permanent Soce 2014, alexandre.narbonne@gadz.org

About

Poll/vote system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •