Hi David - Did you install your arches dependencies using ubuntu_xenial_setup.sh? If so, there's a bug (which I am about to fix shortly) preventing java from getting installed.
In the meantime you might check if you have Java 8 installed: $ java -version If not, you can install it with the following: $ sudo apt-get install openjdk-8-jre-headless -y Hope that helps - Cyrus On Fri, Apr 7, 2017 at 9:08 AM, David Lopes <[email protected]> wrote: > Hi Alexei, > > I had a problem installing the depedencies. After solving it I ran the > command *python manage.py es install *and the folder appears, but when > then I'm not able to run *~/Projects/arches$ source > path/to/elasticsearch-5.2.1/bin/elasticsearch . *What do you think the > problem might be? > > Thanks, regards. > > > > quarta-feira, 5 de Abril de 2017 às 17:48:10 UTC+1, Alexei Peters escreveu: >> >> Did you run the command >> >> *python manage.py es install* >> >> >> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >> <(971)%20227-3173> >> >> On Wed, Apr 5, 2017 at 5:11 PM, David Lopes <[email protected]> wrote: >> >>> Hi, >>> >>> I'm using ubuntu 16.04 and followed every step to install but now that >>> I've finiushed and want to start using arches I can't find the path to >>> elasticsearch-5.2.1/bin/elasticsearch >>> >>> Commonly where should that folder be? Or was there something wrong with >>> the instalation? >>> >>> >>> Regards >>> >>> -- >>> -- 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. > -- -- 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.
