rubygems - Ruby - Bundle Install -
i novice in ruby , trying follow instruction. instructions follows:
1 install ruby , rvm
2 installed ruby apt-get , rvm
curl -sl https://get.rvm.io | bash -s stable --ruby --autolibs=enable --auto-dotfiles
3 add source
source /usr/local/rvm/scripts/rvm
4. installed rvm install 1.9.3-p374
5.and did rvm use "1.9.3-p374@edx-platform" --create
6 , did rvm rubygems latest
, gem install bundler
7 bundle install --gemfile gemfile
i error saying /root/edx_all/edx-platform/gemfile not found
the instructions install openedx on ubuntu 12.04 , given here - installation instruction openedx
please me out pointing doing wrong
Comments
Post a Comment