ChattanoogaPublicLibrary / open-data-portal

Repository for the development of the Chattanooga Public Library's Open Data Portal initiative.
http://opendata.chattlibrary.org
7 stars 2 forks source link

mac vagrant issue #9

Closed junosuarez closed 10 years ago

junosuarez commented 10 years ago

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
baskinomics commented 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 .

baskinomics commented 10 years ago

I'll leave this issue open until we have a better solution.

baskinomics commented 10 years ago

https://github.com/ChattanoogaPublicLibrary/open-data-portal/commit/103840b70eec458d1c4d834350101d9152dfcefe