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