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/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.
