-
Установить rvm
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
source ~/.bash_profile
rvm install 1.9.3
rvm use 1.9.3 -- default
-
Настроить проект
git clone https://[email protected]/barthezslavik/toteach.git
cd toteach
bundle
Написать на [email protected] чтобы получить config/database.yml
-
Запуск
rails s