Hi Pat,

This is a good question. In my experience, the main one you may want skip
is postgres/postgis. If you have another db server, on AWS RDS for example,
you could point arches at that server in your app's settings.py and forego
a local postgres installation.

However, if you do this, you'll still need to install psql, which is the
local postgres client that you'll need no matter what. (This could be added
to the main part of that script.)

As for the other components, as you say I think the only use case would be
if you have some of that set up already.

So yeah, the easiest thing would be to install everything no matter what.

Also, I think that script still has an issue because nodejs will need to be
updated after it runs. Any feedback on that will be helpful!

Adam


On Wed, Oct 17, 2018, 3:50 PM Pat Lurcock <[email protected]> wrote:

> Me again,
>
> Carrying on with the script from the git. . .
>
> I get asked if I want to install:
>   openjdk-8-jre
>   postgres/postgis
>   couchdb
>   nodejs/npm/and yarn
>
> Is there any reason not to accept all of them?
>
> Under what circumstances would one decline any of them? I suppose one
> reason would be if I already have some of them set up, which I  don't. Any
> other reason?
>
> Thanks for your time,
> Pat
>
> --
> -- 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.

Reply via email to