admin Do I need to create a specific website type or would php as website type work too?

    admin Hello, I have set up RVM but I dont know which path I should use for the binary

    Thanks
    Slimz

      slimy check it by whereis ruby command after activation of RVM environment.

        admin Okay, I got the path but when I enter it, it says It doesn't exist.

        /usr/local/bin/ruby /usr/local/share/man/man1/ruby.1.gz

          admin Error: The binary path cannot be empty when i literally entered a valid binary path

            slimy You need to set up your Ruby environment first. If you have problem with building it, you can try to limit number of processes used during compilation. You can do it by adding rvm_make_flags=( -B -j1 ) to ~/.rvmrc, e.g:

            echo "rvm_make_flags=( -B -j1 )" > ~/.rvmrc