Hey Kepa, Sorry for the late reply. I'm currently on fieldwork.
Check out the Readme to see how you can set up your own custom Arches app: https://github.com/cvast/arches/tree/1650_docker_support/docker Here is how I implemented my own custom Arches app: https://github.com/cvast/cvast-arches Also have a look at my entrypoint to see how I load my custom database graphs and concepts: https://github.com/cvast/cvast-arches/blob/master/docker/entrypoint/cvast-entrypoint.sh Make sure you place your own entrypoint file into the `/docker/entrypoint` folder in the Docker container: E.g. like I do in my Dockerfile: `COPY ./docker/entrypoint /docker/entrypoint` Let me know how it goes! Vincent On Tuesday, 13 June 2017 14:15:22 UTC+2, Vincent Meijer wrote: > > Posting Kepa's reply: > > > Hi Vincent, thanks for that link! No problems pulling and running Arches, > works great! > Really appreciate an easy to use version of Arches to test it out now > while writing a proposal to deploy it more permanently. Especially as > you're in between major version numbers... > > Can you recommend how to best add some existing sample datasets into the > docker instance, like the one at > https://github.com/archesproject/disco_data ? Do you know of any others > more archaeological-site specific? > > Thanks! > > Kepa > > > On Thursday, 8 January 2015 14:53:40 UTC+1, Rita Sinha wrote: >> >> Hi, >> >> I have been recently lurking around open source projects when I came >> across The Arches Project and developed keen interest in contributing to >> the org. >> >> After going through the project, I'm eager to improve the existing >> installation of Arches. >> >> After going through the current installation guide, I would like to >> suggest using Docker to deploy Arches. >> >> For those not familiar with docker, can take the reference from here- >> >> http://en.wikipedia.org/wiki/Docker_(software) >> >> Regards, >> Rita Sinha >> > -- -- 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.
