deploy XBlock in devstack

13 views
Skip to first unread message

chemseddine zaafrane

unread,
Feb 25, 2017, 5:07:24 PM2/25/17
to Vagrant
Hello, i'm trying to deploy my XBlock to the devstack instance cretaed by vagrant, i've known that i must edit the vagrantfile in order to make deployment available, so i edited it like this


Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

 
# Creates an edX devstack VM from an official release
  config
.vm.box     = openedx_releases[rel][:name]
  config
.vm.box_url = "http://files.edx.org/vagrant-images/#{openedx_releases[rel][:file]}"
 
config.vm.synced_folder "/home/chemseddinez/XBlockWork/testxblock/testxblock", "/edx/testxblock", create: true, nfs: true

however when i connect to edx, the testxblock folder is not there
am i doing something wrong ?


Alvaro Miranda Aguilera

unread,
Feb 27, 2017, 6:06:15 AM2/27/17
to vagra...@googlegroups.com

On Sat, Feb 25, 2017 at 11:07 PM, chemseddine zaafrane <chemseddin...@gmail.com> wrote:
  config.vm.synced_folder "/home/chemseddinez/XBlockWork/testxblock/testxblock", "/edx/testxblock", create: true, nfs: true

if you could do

vagrant halt
export VAGRANT_LOG=debug
and then do  vagrant up

that will generate a verbose log that can help to identify the problem.



--
Alvaro


Virusvrij. www.avast.com
Reply all
Reply to author
Forward
0 new messages