Closed junosuarez closed 10 years ago
Jason,
It's a shared synced folder. Simply make an empty directory called 'ckan-2.2' in the same directory as the Vagrantfile, e.g.
open-data-portal |ckan-2.2 |Vagrantfile
At the moment it seems like the best solution for tracking changes that we make to the CKAN source. Ideas on a better approach are welcome.
Sean
On Thu, Mar 13, 2014 at 12:36 PM, Jason Denizac notifications@github.comwrote:
With vagrant 1.2.2 installed (with the plugins mentioned in readme), I get the following error when I clone the repo and run vagrant up:
jden /Users/jaso/dev/cfa/open-data-portal /master clean
vagrant up Bringing machine 'ckan-dev' up with 'virtualbox' provider... There are errors in the configuration of this machine. Please fix the following errors and try again:
vm:
- The host path of the shared folder is missing: ckan-2.2
Reply to this email directly or view it on GitHubhttps://github.com/ChattanoogaPublicLibrary/open-data-portal/issues/9 .
I'll leave this issue open until we have a better solution.
With vagrant 1.2.2 installed (with the plugins mentioned in readme), I get the following error when I clone the repo and run
vagrant up
: