Hi Mike, Your question about remote development inspired me to look into it further. I’m not sure what cloud hosting solution you are using but I was able to get a development environment working in AWS Cloud9. Here are the rough steps I followed:
1. Create Cloud9 dev environment and do a dev installation <https://arches.readthedocs.io/en/stable/creating-a-development-environment/#creating-a-development-environment> of arches (make sure you pick an instance with enough resources to for postgres, elasticsearch, etc — alternatively you can use hosted services and wire them up in a settings_local.py) 2. In Cloud9 create a new project or clone an existing project (follow steps to create a db and deploy pkg data) 3. (Possibly optional) Create a run configuration in cloud9 (You can follow directions in this article: https://cscheng.info/2018/08/19/trying-out-aws-cloud9-ide-for-django-development.html <https://cscheng.info/2018/08/19/trying-out-aws-cloud9-ide-for-django-development.html> - remember port 8080 for Cloud9) 4. Run your configuration enjoy your dev deployment and share your cloud9 environment with other devs. I hope this helps. Good luck and please let us know how it turns out for you. Regards, Ryan > On Apr 9, 2020, at 10:54 AM, Mike Arrowsmith <[email protected]> wrote: > > Thanks Dennis. I saw a few webgl problems and realised what it might be. I'm > connecting via remote desktop to a lightweight gui I put on there and running > it through Firefox. Didn't occur to me that the server "hardware" doesn't > support it. > > I'd be interested to know how other people manage an Arches development > server set up like in the cloud like this - or am I best making it a > production deployment? I need to find a way that my co-development colleagues > can use it without needing to tunnel in. > > On Thursday, 9 April 2020 16:43:01 UTC+1, Mike Arrowsmith wrote: > I'm totally new to Arches but have seemingly managed to successfully install > Arches 5 (Ubuntu 18.04.4 on Amazon EC2). > > I got a Mapbox API key, put it into Arches, but can't see any basemap (images > attached). > > I'm sure I'm doing something fundamentally stupid or misunderstanding > something here but I can't work out what it is! > > -- > -- 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 > <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] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/archesproject/c49004b5-ef8d-47ee-bfba-297d631dd739%40googlegroups.com > > <https://groups.google.com/d/msgid/archesproject/c49004b5-ef8d-47ee-bfba-297d631dd739%40googlegroups.com?utm_medium=email&utm_source=footer>. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/F046B252-2837-440D-9A03-87D66A356085%40fargeo.com.
