Thank you very much for your instructions and feedback ! Yes it all makes sense now...
Well i managed to continue with the installation of both dependencies as well as setting & activating the virtual env. However i am now stuck at installing ElasticSearch( https://github.com/archesproject/arches/wiki/Installing-Elasticsearch) by typing the command "python manage.py es install" at the virtual env/directory i get back with the message "python: cant open file 'manage.py': [errno2] No such file or directory. After googling i found out that the python installation is not located at the same path with the one of virtualenv (obviously as it needed to be installed on my computer --> C:Python27. Now i am trying to overcome this so to continue creating new Arches project. Could you please help me out? I really appreciate your guidance! Τη Παρασκευή, 2 Ιουνίου 2017 - 9:42:45 μ.μ. UTC+3, ο χρήστης Adam Cox έγραψε: > > Hi George, just to be clear: bower will be installed after you run > npm install -g bower > That's the only command you need to use to install bower itself. > > If you are creating a development version of Arches by pulling the github > repo, you will *use *bower by running > bower install > from within the arches directory after you have pulled it from github. > > If you are using pip to install Arches and making an Arches project (as > documented on readthedocs > <https://arches4.readthedocs.io/en/latest/installation/#installing-arches>), > you won't have to run bower install at all; that is handled by the > project creation command. > > Hope that all makes sense! > > Adam > > > > On Fri, Jun 2, 2017 at 11:14 AM, George Leventis <[email protected] > <javascript:>> wrote: > >> Well i follow the instructions on Arches 4 documentation where it is >> stated that is needed to install first the dependancies >> https://github.com/archesproject/arches/wiki/Installing-Dependencies-on-Windows >> >> so i started installing from up to bottom before continuing to arches...and >> so i am stucked at bower. The bower.json file you see on the pic is located >> undeer c:\users\george\appdata \ .... >> >> Τη Παρασκευή, 2 Ιουνίου 2017 - 6:59:38 μ.μ. UTC+3, ο χρήστης Adam Cox >> έγραψε: >>> >>> Can you confirm that you are inside of the arches directory that holds >>> bower.json when you are trying to run the command? >>> >>> On Fri, Jun 2, 2017 at 10:58 AM, George Leventis <[email protected]> >>> wrote: >>> >>>> >>>> >>>>> Hello Adam! >>>> >>>> Thank you for your reply! >>>> >>>> As a matter of fact I tried several times and always I am getting the >>>> same deprecation message however when typing -bower install- I get the >>>> following: >>>> >>>> C:\Users\user>bower install >>>> bower ENOENT No bower.json present >>>> >>>> But as you may see from the image seems that maybe is installed on my >>>> machine (assuming I've checked the option "show hidden folders")...so i am >>>> confused what should i do next. >>>> >>>> >>>> >>>> <https://lh3.googleusercontent.com/-i8_mb2xsMfs/WTGK1Zmw5EI/AAAAAAAANnE/0TaBlgPEqV0Xi_lSE5FNj2Y0QqTTMC0UQCLcB/s1600/Capture.PNG> >>>> >>>> >>>> -- >>>> -- 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] <javascript:>. To >> unsubscribe, send email to [email protected] <javascript:>. >> 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] <javascript:>. >> 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.
