Skip to content
Dmytro Yarmak edited this page Feb 9, 2014 · 1 revision

Update your current branch to newest master

git pull --rebase https://github.com/KPI-ASOIU/AcDP.git master

Generate default admin user

rake db:seed

Generate students users

rails console
FactoryGirl.create_list(:user_student, 200)

Clone this wiki locally