Here are some less common issues you might run into when installing Leap Web.
bundle: command not found
Make sure bundler is installed. gem list bundler
should list bundler
.
You also need to be able to access the bundler
executable in your PATH.
bundler requires rubygems >= 1.3.6
gem update --system
will install the latest rubygems
Some required gems will compile C extensions. They need a bunch of utils for this.
make: Command not found
Install the required tools. For linux the build-essential
package provides most of them. For Mac OS you probably want the XCode Commandline tools.
Some gem dependencies might not compile because they lack the needed c libraries.
Install the libraries in question including their development files.