Great web client for shoken app
Install ruby and gem bundler. Then install ruby gems: bundle
Use http://rubyinstaller.org/downloads/.
- Install ruby (ruby installer). Add PATH variable and check
ruby -v
. - Install Development kit.
- Use trick to avoid SSL problem on WINDOWS:
gem source -a http://rubygems.org/
gem install sass
Install nodejs with npm included
Install Grunt CLI and Bower:
npm install -g grunt-cli bower
Install NodeJS packages:
npm install
Install Bower packages:
bower install
Run server:
grunt serve
Check that Heroku server has ruby buildpack: heroku buildpacks
. If there aren't add it: heroku buildpacks:add --index 1 heroku/ruby
git push heroku master