Alexei, I just did a re-install from scratch. I think I missed a step somewhere - Maybe when I wrote the database password, I must have written the system user password... not sure.
Can you please guide me on the translation procedure a bit. I already requested for the Albanian translation on Transifex... And how about the Resource Types? I didn't get any Resource Types installed by defaul without including the CDS package from the installation guide. Is there a way to add them separately without the CDS package, and is there a full list of those Resource Types that we could translate and use for our monuments ? Thanks, Altin -- *Altin Ukshini* *President of the Executive Board* *FLOSSK (Free Libre Open Source Software Kosova)* +386 (0) 49 199 992 | [email protected] | about.me/altinukshini Latest project: * <http://prishtinahackerspace.org>* On Wed, Oct 1, 2014 at 6:38 AM, Alexei Peters <[email protected]> wrote: > That's great to hear Altin! Could you share with the group what the issue > was and it resolution? > Cheers, > Alexei > > > Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 > > On Tue, Sep 30, 2014 at 12:31 AM, Altin Ukshini <[email protected]> > wrote: > >> Yes I did. >> >> I'm looking forward now to start the Albanian translation and will need >> to understand the Monument Types which need to be added by importing CDS >> data only? >> >> Thanks, >> Altin >> >> Sent from my phone. Please excuse any typos. >> On Sep 30, 2014 6:47 AM, "Alexei Peters" <[email protected]> wrote: >> >>> Hi Altin, >>> Sorry for not getting back to you sooner. Have you resolved this error? >>> Cheers, >>> Alexei >>> >>> >>> Director of Web Development - Farallon Geographics, Inc. - 971.227.3173 >>> >>> On Thu, Sep 25, 2014 at 12:41 PM, Altin Ukshini <[email protected] >>> > wrote: >>> >>>> Ok, >>>> >>>> I'm almost done, but got stuck here (pic attached) >>>> >>>> The loading bar keeps loading, and I think that's bcs of these errors >>>> shown in the pic. >>>> >>>> Any idea ? >>>> >>>> Altin >>>> _ >>>> >>>> -- >>>> *Altin Ukshini* >>>> *President of the Executive Board* >>>> >>>> >>>> *FLOSSK (Free Libre Open Source Software Kosova)* >>>> +386 (0) 49 199 992 | [email protected] | about.me/altinukshini >>>> >>>> Latest project: >>>> >>>> * <http://prishtinahackerspace.org>* >>>> >>>> On Thu, Sep 25, 2014 at 6:20 PM, Alexei Peters <[email protected]> >>>> wrote: >>>> >>>>> Hi Altin, >>>>> Can you verify that you have these files on disk: >>>>> >>>>> *archesproject/virtualenv/ENV/bin/activate* >>>>> >>>>> *archesproject /**db/Deployment Scripts/Restore.sh* >>>>> >>>>> The ENV directory, Restore.sh and many other items are created when >>>>> you run install_dependencies. >>>>> If your system doesn't have those items then install_dependencies >>>>> didn't run correctly. >>>>> >>>>> Cheers, >>>>> Alexei >>>>> >>>>> >>>>> Director of Web Development - Farallon Geographics, Inc. - >>>>> 971.227.3173 >>>>> >>>>> On Thu, Sep 25, 2014 at 12:28 AM, Altin Ukshini < >>>>> [email protected]> wrote: >>>>> >>>>>> Yes I did run that Alexei! >>>>>> >>>>>> -- >>>>>> *Altin Ukshini* >>>>>> *President of the Executive Board* >>>>>> >>>>>> >>>>>> *FLOSSK (Free Libre Open Source Software Kosova)* >>>>>> +386 (0) 49 199 992 | [email protected] | about.me/altinukshini >>>>>> >>>>>> Latest project: >>>>>> >>>>>> * <http://prishtinahackerspace.org>* >>>>>> >>>>>> On Thu, Sep 25, 2014 at 9:04 AM, Alexei Peters <[email protected]> >>>>>> wrote: >>>>>> >>>>>>> Hi Altin, >>>>>>> Have you run the script at >>>>>>> archesproject/install/install_dependencies.sh? >>>>>>> Try that if you haven't. >>>>>>> Cheers, >>>>>>> Alexei >>>>>>> >>>>>>> >>>>>>> Director of Web Development - Farallon Geographics, Inc. - >>>>>>> 971.227.3173 >>>>>>> >>>>>>> On Wed, Sep 24, 2014 at 7:42 PM, Altin Ukshini < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hey Guys, >>>>>>>> >>>>>>>> I'm running an Ubuntu server 12.04, following this guide >>>>>>>> http://arches.readthedocs.org/en/latest/05%20Installing%20Arches%20on%20Linux/ >>>>>>>> >>>>>>>> I initially got stuck at STEP 3 under: >>>>>>>> >>>>>>>> *source runserver.sh* >>>>>>>> >>>>>>>> Ok, the first problem I have was that I was missing the following: >>>>>>>> *django.core.management* that couldn't be imported. >>>>>>>> >>>>>>>> I decided to go ahead and do a pip install django v1.6 >>>>>>>> >>>>>>>> After that, source runserver.sh started but the following problem >>>>>>>> shows up. >>>>>>>> *-bash: archesproject/virtualenv/ENV/bin/activate: No such file or >>>>>>>> directory* >>>>>>>> >>>>>>>> However the rest of the output is: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *Validating models...0 errors foundSeptember 24, 2014 - 21:38:20Django >>>>>>>> version 1.6, using settings 'archesproject.settings'Starting >>>>>>>> development server at http://127.0.0.1:8000/ >>>>>>>> <http://127.0.0.1:8000/>Quit the server with CONTROL-C.* >>>>>>>> >>>>>>>> And when I follow STEP 4, I also get: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> *:~/arches-web/arches-arches-6127ba016596/archesproject/build$ source >>>>>>>> install_arches_db.sh-bash: virtualenv/ENV/bin/activate: No such file >>>>>>>> or directorySetting up base path locations for db scriptsTraceback >>>>>>>> (most recent call last): File "../manage.py", line 28, in <module> >>>>>>>> execute_from_command_line(sys.argv) File >>>>>>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>>>>>> line 399, in execute_from_command_line utility.execute() File >>>>>>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>>>>>> line 392, in execute >>>>>>>> self.fetch_command(subcommand).run_from_argv(self.argv) File >>>>>>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>>>>>> line 272, in fetch_command klass = load_command_class(app_name, >>>>>>>> subcommand) File >>>>>>>> "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", >>>>>>>> line 75, in load_command_class module = >>>>>>>> import_module('%s.management.commands.%s' % (app_name, name)) File >>>>>>>> "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", >>>>>>>> line 40, in import_module __import__(name) File >>>>>>>> "/home/prnhs-server1/arches-web/arches-arches-6127ba016596/archesproject/build/management/commands/build.py", >>>>>>>> line 28, in <module> from jsmin import jsminImportError: No module >>>>>>>> named jsminInstalling the databasechmod: cannot access `db/Deployment >>>>>>>> Scripts/Restore.sh': No such file or directory-bash: db/Deployment >>>>>>>> Scripts/Restore.sh: No such file or directorydeactivate: command not >>>>>>>> found* >>>>>>>> >>>>>>>> >>>>>>>> Can anyone help me figure this out? I'd very much appreciate any help. >>>>>>>> >>>>>>>> Thanks in advance. >>>>>>>> >>>>>>>> P.S - Sorry for pasting text on the email... >>>>>>>> >>>>>>>> >>>>>>>> Best, >>>>>>>> Altin >>>>>>>> >>>>>>>> -- >>>>>>>> -- 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.
