veelenga / cybfootball

Футбольні турніри факультету кібернетики

Home Page:http://cybfootball.org.ua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cybfootball Build Status

Setup

  1. Install ruby of version 2.4.1: https://www.ruby-lang.org/en/documentation/installation/

  2. Install postgresql of version 9: https://wiki.postgresql.org/wiki/Detailed_installation_guides

  3. Clone repo and go to app root dir:

$ git clone https://github.com/veelenga/cybfootball
$ cd cybfootball
  1. Install bundler and all required dependencies:
$ gem install bundler
$ bundle install
  1. Create and migrate database, run tests:
$ bundle exec rake db:create
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
$ bundle exec rake db:migrate RAILS_ENV=test
$ bundle exec rspec
  1. Start app:
$ bundle exec rails server

Data from the book

The information about the players, teams and the tournaments is located by the link https://drive.google.com/drive/folders/0B19XYNc9CGKzMGl4cnNTdVVyUWc?usp=sharing

FB group

There are a bunch of the photos from the several tournaments. https://www.facebook.com/groups/341895829498550

About

Футбольні турніри факультету кібернетики

http://cybfootball.org.ua


Languages

Language:Ruby 69.4%Language:HTML 18.6%Language:JavaScript 9.6%Language:CSS 2.4%