Maybe it would be worthwhile to create a Mayan VirtualBox image using Vagrant <http://vagrantup.com> and make that available for download, to ease the evaluation for newcomers. The VM could be pre-configured with all the dependencies, and set up to launch Mayan on bootup.
i know of two Vagrant projects for creating a VirtualBox image that has Django and all of its dependencies installed: https://github.com/jphalip/djangocore-box This one even includes the GUI and Sublime Text for use as a Python text editor. https://github.com/AnthonyNystrom/python-dev-bootstrap And here are a bunch of "base boxes" for popular Linux distros: http://www.vagrantbox.es/ On Oct 15, 2012 1:22 AM, "Roberto Rosario" < [email protected]> wrote: > Thanks guys for spotting the extra 'r' :) I'm fixing the docs first thing > tomorrow morning. > > @igor: > > Make sure you are activating the virtualenv with: > > source <path to Mayan EDMS>/bin/activate > > If that fails, then something could be wrong with your install, start from > scratch but using the install script at > http://mayan.readthedocs.org/en/v0.12.2/intro/installation.html#automatic-install-using-included-fabfile > for > your OS if it is Debian, Ubuntu or Fedora. > > --Roberto > > > On Sunday, October 14, 2012 3:23:56 AM UTC-4, Igor Valoto wrote: >> >> thanks for support me. >> that mistake is on official tutorial. >> but i tried python manage.py runserver like other django apps and return >> me that DJANGO_SETTINGS is not defined... >> >> >> On Saturday, October 13, 2012 6:49:59 PM UTC-3, Nate Aune wrote: >>> >>> The two errors are unrelated. The problem installing it locally is that >>> you're using: >>> manager.py runserver >>> >>> and you should be typing: >>> python manage.py runserver >>> >>> notice you have an extra 'r' at the end of 'manage' >>> >>> On Sat, Oct 13, 2012 at 3:30 AM, Igor Valoto <[email protected]> wrote: >>> >>>> the deploy fails on Appsembler too =/ >>>> >>>> -- >>>> >>>> >>>> >>>> >>> >>> >>> >>> -- >>> >>> >>> [email protected] >>> +1 (617) 517-4953 >>> http://twitter.com/natea | http://linkedin.com/in/natea >>> >>> -- > > > > --
