Níže uvedené příkazy není třeba provádět s právy uživatele root.
Instalace
curl -L https://get.rvm.io | bash -s stable --railssource ~/.rvm/scripts/rvm
Vytvoření Ruby on Rails serveru
rails new samplecd sample
vim Gemfile
Do souboru Gemfile přidat tento text:
gem 'execjs'
gem 'therubyracer'
Doinstalovat potřebné balíčky
bundle install
Žádné komentáře:
Okomentovat