Wonderful, I'm glad we got that resolved!
Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 On Thu, Mar 13, 2014 at 12:42 PM, Sindhu Kiranmai Ernala < [email protected]> wrote: > Hi Alexei, > > Thanks that helped. I got confused between the two settings.py files in > different folders. Finally I have Arches up and running on my system :) > Thanks a lot for the help. > > Thanks, > Sindhu > > > On Thu, Mar 13, 2014 at 10:31 PM, Alexei Peters <[email protected]>wrote: > >> Hi Sindhu, >> From looking at the output from running install_packages.sh, I can tell >> something is wrong. It sounds like you downloaded the CDS package, but did >> you edit the settings.py file to tell arches to install the package? Like >> this: >> >> INSTALLED_PACKAGES = ( >> # entries here should correspond to folders within the packages >> directory >> 'CDS', # this should correspond to the folder you created in your >> archesproject/packages folder >> ) >> >> I would expect a lot more output from running install_packages.sh >> >> Let me know if that helps. >> Cheers, >> Alexei >> >> >> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >> >> >> On Thu, Mar 13, 2014 at 7:01 AM, Sindhu Kiranmai Ernala < >> [email protected]> wrote: >> >>> Hi Alexei, >>> >>> I installed the entire CDS package, as mentioned in the guide and faced >>> no errors during the installation. But the error on running "source >>> runserver.sh" remains the same : Here it is http://pastebin.com/QttQnXPV >>> >>> The folder /js/i18n/en-us.js is not created and hence the 404 error. >>> Please guide me as to what the issue might be. Waiting to setup arches and >>> work with it. >>> >>> Thanks, >>> Sindhu >>> >>> >>> On Thu, Mar 13, 2014 at 2:29 AM, Alexei Peters <[email protected]>wrote: >>> >>>> Hi Sinduh, >>>> It looks like you don't have a package installed. For testing purposes >>>> I'd install the CDS package. Follow the instructions in the installation >>>> docs. >>>> >>>> Cheers, >>>> Alexei >>>> >>>> Sent from my Windows Phone >>>> ------------------------------ >>>> From: Sindhu Kiranmai Ernala <[email protected]> >>>> Sent: 3/12/2014 1:51 PM >>>> To: Alexei Peters <[email protected]> >>>> Cc: [email protected] >>>> >>>> Subject: Re: [Arches] Re: Initialization of Arches after setup >>>> >>>> Hi Alexei, >>>> >>>> One row seems to exist in the data.entitytypes table. Here is the >>>> output on querying the table : http://pastebin.com/zdyyi2g9 >>>> Here is the output on running ./install_packages.sh : >>>> http://pastebin.com/1KR1ugVc >>>> >>>> Thanks, >>>> Sindhu >>>> >>>> >>>> On Thu, Mar 13, 2014 at 1:46 AM, Alexei Peters <[email protected]>wrote: >>>> >>>>> Hi Sindhu, >>>>> Can you check to see if you have records in your data.entitytypes >>>>> table? >>>>> Also can you send me an output of the install_packages.sh file. >>>>> Cheers, >>>>> Alexei >>>>> >>>>> >>>>> Director of Web Development - Farallon Geographics, Inc. - >>>>> 971.227.3173 >>>>> >>>>> >>>>> On Tue, Mar 11, 2014 at 10:43 AM, Sindhu Kiranmai Ernala < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi Alexei, >>>>>> >>>>>> I was working on the older version of Arches so far. Thanks, I >>>>>> downloaded and am trying to install the latest version. But, I am still >>>>>> facing the same issue. I followed every step for installation on linux >>>>>> and >>>>>> did not face any errors. Finally when I run "source runserver.sh "I get >>>>>> the >>>>>> same 404 error, after which initialization is stuck. >>>>>> >>>>>> [11/Mar/2014 12:38:10] "GET /Arches/Media/js/i18n/en-us.js HTTP/1.1" >>>>>> 404 1664 >>>>>> [11/Mar/2014 12:38:10] "GET /Arches/Media/js/i18n/en-us.js HTTP/1.1" >>>>>> 404 1664 >>>>>> >>>>>> As you mentioned in your previous message, I also ran build.sh, which >>>>>> did not give any errors. But the above files are not created. Please >>>>>> suggest what might be the issue? >>>>>> >>>>>> Thanks, >>>>>> Sindhu Kiranmai >>>>>> >>>>>> >>>>>> On Tue, Mar 11, 2014 at 9:40 PM, Alexei Peters <[email protected]>wrote: >>>>>> >>>>>>> Hi Sindhu, >>>>>>> Yes Arches just went through a major upgrade to 2.0. You should >>>>>>> download the latest. Also, don't forget to get the latest install >>>>>>> document. >>>>>>> Cheer, >>>>>>> >>>>>>> Alexei >>>>>>> >>>>>>> Sent from my Windows Phone >>>>>>> ------------------------------ >>>>>>> From: Sindhu Kiranmai Ernala <[email protected]> >>>>>>> Sent: 3/11/2014 3:25 AM >>>>>>> To: Alexei Peters <[email protected]> >>>>>>> Subject: Re: [Arches] Re: Initialization of Arches after setup >>>>>>> >>>>>>> Hi Alexei, >>>>>>> >>>>>>> On running ./build.sh I get the following errors. >>>>>>> http://pastebin.com/D7djGaji >>>>>>> Also did the the arches version on bitbucket change recently? There >>>>>>> are some differences in the file structure, file naming etc between the >>>>>>> arches version from bitbucket and the Installation Guide. >>>>>>> >>>>>>> Thanks, >>>>>>> >>>>>>> >>>>>>> On Tue, Mar 11, 2014 at 12:44 PM, Alexei Peters >>>>>>> <[email protected]>wrote: >>>>>>> >>>>>>>> Hi Sindhi, >>>>>>>> Running build/build.sh should generate those files for you, >>>>>>>> although if you ran through the deploy steps, then those files should >>>>>>>> have >>>>>>>> been generated. >>>>>>>> Try that and see if that helps. >>>>>>>> Cheers, >>>>>>>> Alexei >>>>>>>> >>>>>>>> Sent from my Windows Phone >>>>>>>> ------------------------------ >>>>>>>> From: Sindhu Kiranmai Ernala <[email protected]> >>>>>>>> Sent: 3/10/2014 11:37 PM >>>>>>>> To: [email protected] >>>>>>>> Subject: [Arches] Re: Initialization of Arches after setup >>>>>>>> >>>>>>>> >>>>>>>> Hi Alexei, >>>>>>>> >>>>>>>> Here is the console log : http://pastebin.com/Zdze4sKZ >>>>>>>> These are basically css bugs and typeerrors, which do not explain >>>>>>>> why initializing goes on forever. What I understand the issue to be is >>>>>>>> as >>>>>>>> follows : On running ./runserver-vagrant.sh, the output on terminal >>>>>>>> shows >>>>>>>> GET requests. Everytime, the output is stuck at this particular line, >>>>>>>> which >>>>>>>> has a 404 error. >>>>>>>> ================================================== >>>>>>>> [11/Mar/2014 01:29:23] "GET /Arches/Media/js/i18n/en-us.js >>>>>>>> HTTP/1.1" 404 1664 >>>>>>>> [11/Mar/2014 01:29:24] "GET /Arches/Media/js/i18n/en-us.js >>>>>>>> HTTP/1.1" 404 1664 >>>>>>>> ================================================== >>>>>>>> >>>>>>>> I have cloned the repo twice to confirm if all the files have been >>>>>>>> properly downloaded. The above files are not found in Arches/Media/js >>>>>>>> folder. Is this the issue? >>>>>>>> >>>>>>>> Thanks. >>>>>>>> >>>>>>>> -- >>>>>>>> -- 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.
