and run the developer stack and I get:git clone https://github.com/edx/edx-platform.git? And... if I write:mkdir devstack
cd devstack
curl https://raw.github.com/edx/configuration/master/vagrant/release/devstack/Vagrantfile > Vagrantfile
vagrant up
No, I haven't...
Now my question is... if I follow the instructions for "Installing the edX developer stack" where do I have to create the devstack folder? Inside the edx-platform folder created when downloading the project withgit clone https://github.com/edx/edx-platform.git?
And... if I write:mkdir devstack cd devstack curl https://raw.github.com/edx/configuration/master/vagrant/release/devstack/Vagrantfile > Vagrantfile vagrant up
With this vagrant up instruction am I creating a new VM? I have already created the edx-platform VM...
(sorry, I'm new with all this)
If it shows it "running", then resume provisioning your VM with:vagrant status
vagrant provision
or, if it's not running, you can force provisioning with:
vagrant up --provision
vagrant up" and "go to the root edx-platform folder" and if I go to my root folder (devstack) and try to run them I get:
On Feb 12, 2014 6:45 AM, "Alma Collado" <alma.c...@gmail.com> wrote:
>
> Yes, I'm running this on Windows.
> When and where do I have to run the symlinks? Because there it says "before running vagrant up" and "go to the root edx-platform folder" and if I go to my root folder (devstack) and try to run them I get:
>
> Alma Collado@ALMA ~/devstack
> $ git rm --cached -r . && git reset --hard
> fatal: Not a git repository (or any of the parent directories): .git
When it says your root folder I believe it means the root of your git repository. I don't have windows so I'm guessing a little on the process here.
This seems to imply that in your devstack folder you will need to manually clone the three repositories - edx-platform, edx-ora as ora, and cs_comments_service - so that you can run the above get commands.
I would guess you want to run those commands in the each of these. That certainly wouldn't hurt.
I hope this helps.