Hi David, looking at your command, I think the issue is a rogue / at the front of your path.
If it turns out that you don't yet have elasticsearch installed, please see this documentation: https://github.com/archesproject/arches/wiki/Installing-Elasticsearch Adam On Tue, Apr 11, 2017 at 8:03 AM, David Lopes <[email protected]> wrote: > > > <https://lh3.googleusercontent.com/-H83B9ECIcck/WOzTvXtHMjI/AAAAAAAADBg/LBTnsv3Fv5goNpZmyxhVl-iQ_ficO_fHgCLcB/s1600/2017-04-11.png> > > Hi Cyrus, > > > <https://lh3.googleusercontent.com/-H83B9ECIcck/WOzTvXtHMjI/AAAAAAAADBg/LBTnsv3Fv5goNpZmyxhVl-iQ_ficO_fHgCLcB/s1600/2017-04-11.png>Yes > java 8 was missing, I installed it and rebooted, but then I get a message > saying there is no file *elasticsearch* > <https://lh3.googleusercontent.com/-H83B9ECIcck/WOzTvXtHMjI/AAAAAAAADBg/LBTnsv3Fv5goNpZmyxhVl-iQ_ficO_fHgCLcB/s1600/2017-04-11.png> > > > > <https://lh3.googleusercontent.com/-H83B9ECIcck/WOzTvXtHMjI/AAAAAAAADBg/LBTnsv3Fv5goNpZmyxhVl-iQ_ficO_fHgCLcB/s1600/2017-04-11.png> > > > <https://lh3.googleusercontent.com/-H83B9ECIcck/WOzTvXtHMjI/AAAAAAAADBg/LBTnsv3Fv5goNpZmyxhVl-iQ_ficO_fHgCLcB/s1600/2017-04-11.png> > > > > > > sexta-feira, 7 de Abril de 2017 às 17:36:51 UTC+1, Cyrus Hiatt escreveu: >> >> 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 >>>> >>>> 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. > -- -- 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.
