Hi Cat, the difference is only that you haven't loaded the default Arches-HIP authority files. Here's some documentation about that: https://arches-hip.readthedocs.org/en/latest/loading-data/#preparing-arches-creating-and-loading-controlled-vocabularies. As you see in the documentation, you can use the load_concept_scheme command.
Another way to do it would be to use the CONCEPT_SCHEME_LOCATIONS variable in your app's settings.py file to point to a directory that has all of the Arches-HIP authority files in it, and then reinstall your package. Easiest way to do that would be to copy contents of ENV/..../site-packages/arches_hip/source_data/sample_data/concepts/sample_authority_files into your own app. This will overwrite your database though, so make sure you don't have any valuable resources or new RDM concepts in it. If you expect to need to reinstall the app again (if you are going to modify resource graphs, for example, or want to modify the authority files outside of the RDM) I'd recommend the second option, becuase it just saves you from having to do the load_concept_scheme after every reinstall. Use the first option if you don't want to reinstall. Just a reminder, changes you make in the RDM are not reflected in the authority files (they are just used once during the install process) so if you make changes in the RDM, you will lose them when you reinstall. Hope that makes enough sense! Adam On Thu, Jan 14, 2016 at 12:44 PM, Cat Moody <[email protected]> wrote: > Hi, > I've just completed the Arches install. I've logged into RDM and was > going to setup Controlled Vocabularies and Authority Files there. I don't > have the choices shown in the screen shots shown here: > > http://arches-hip.readthedocs.org/en/latest/loading-data/#create-controlled-vocabularies-using-the-reference-data-manager > > > > <https://lh3.googleusercontent.com/-rhQ3WfKI798/VpfsDjBKYuI/AAAAAAAAAAM/xV3xPYn0F6o/s1600/rdm.JPG> > I've included my screen shot- I just have Resource to Resource > Relationship types under my left pane. I don't have activity type, actor > type, address type etc. I'm I supposed to create those manually? > > Thanks for any help. > Cat > > -- > -- 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. > -- -- 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.
