8000 GitHub - michalfarkas/alef-tng: Alef strikes back
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

michalfarkas/alef-tng

 
 

Repository files navigation

ALEF: The Next Generation

ALEF: TNG is a learning system.

Requirements

  • Ruby 2.2
  • Bundler
  • PostgreSQL 9.3

Installation

Clone and install gems.

git clone git@github.com:PewePro/alef-tng.git
cd alef-tng
bundle install

Edit configuration file(s).

cp config/database.yml.example config/database.yml
vim config/database.yml

Create the database.

rake db:create && rake db:migrate

Optionally, seed the database with setups and import your question data.

rake db:seed
rake alef:data:import_csv['evaluator_questions.csv','choice_questions.csv','pics_dir']

Testing

!TODO!

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin new-feature)
  5. Create new Pull Request

License

!TODO!

About

Alef strikes back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.8%
  • CSS 12.0%
  • HTML 10.7%
  • JavaScript 7.5%
0