Thanks, Ryan, that's very encouraging. I thought I'd used *git fetch* to update my clone of the repo but maybe starting afresh would be best. I'll let you know how I get on.
regards David On Wednesday, 15 November 2017 23:12:15 UTC, Ryan Anderson wrote: > > Hi David, > > From your log it looks like there are a few things going on here. > > 1.) You can ignore the first error about the “is_required” column not > existing, that’s just a small error in a database migration that is fixed > in a later migration. > > 2.) It looks like the graphs in your DISCO data are out of date. I can > tell from these errors: > > "u"'E9_Move' is not a valid CIDOC CRM v6.2 ontology class”” > > The graphs have been updated in newer versions of the DISCO repository. > > 3.) Because your graphs are out of date they are not being loaded which is > causing this error during business data load later: > > "ERROR: No resource model found. Please make sure the resource model this > business data is mapped to has been imported into Arches.” > > Potential Solution: > > We recently reorganized the DISCO package to bring it in line with the > project/package paradigm that Arches uses in deployment. You usually create > a project when installing arches for production and you can read more about > packages here: http://arches4.readthedocs.io/en/latest/create-package/ > > If you pull the most recent DISCO package the load_data.sh script has been > removed, because you now load the DISCO package like you would any other > Arches package. That is (from within your project root dir with your > virtualenv activated): > python manage.py packages -o load_packages -d /Full/path/to/package > > > Hope this helps. > > Regards, > Ryan > > On Nov 15, 2017, at 2:48 PM, David Osborne <[email protected] > <javascript:>> wrote: > > I'm running through setting up Arches 4.0.1 on Ubuntu 16.04 on my MacBook > under Vagrant, before setting up a server on AWS. I think I've got Arches > and its pre-requisite packages installed correctly and I wanted to install > the disco_data package as test data to verify that my Arches installation > is correct. However, the load_data.sh script starts producing error > messages just after the database migrations and more errors occur later. > The first error claims that the "is_required" column doesn't exist in the > nodes table, although connecting later via psql, I can see that the column > is present. I've made several attempts to get disco_data installed but all > with the same results, so I don't know where to look next to fix this. > > Are there any standard test procedures to verify that Arches is correctly > installed, other than using disco_data? > > The result of running the load_data.sh script is at > https://gist.github.com/daosborne/21997d901cd872fc5e3126c1197e5c9b, if > anyone can suggest where the cause of my problem may lie. > > Thanks, > David > > -- > -- To post, send email to [email protected] <javascript:>. To > unsubscribe, send email to [email protected] <javascript:>. > For more information, visit > https://groups.google.com/d/forum/archesproject?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Arches Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
