Hello, 

what must i do when i want deploy the page? I try with fabric, but 
understand not what this messages mean. 

$ virtualenv myblog --distribute ->

[silviosiefke.de] out: New python executable in myblog/bin/python2.7
[silviosiefke.de] out: Also creating executable in myblog/bin/python
[silviosiefke.de] out: Installing 
Setuptools..............................................................................................................................................................................................................................done.
[silviosiefke.de] out: Installing 
Pip.....................................................................................................................................................................................................................................................................................................................................done.
[silviosiefke.de] out: 

$ hg clone /var/www/django.silviosiefke.de/myblog/project ->

[silviosiefke.de] out: Abbruch: Projektarchiv 
/var/www/django.silviosiefke.de/myblog/project nicht gefunden!
[silviosiefke.de] out: 

Fatal error: run() received nonzero return code 255 while executing!

Requested: hg clone /var/www/django.silviosiefke.de/myblog/project
Executed: /bin/bash -l -c "cd /var/www/django.silviosiefke.de && hg clone 
/var/www/django.silviosiefke.de/myblog/project"

Aborting.
Disconnecting from silviosiefke.de... done.

Why search a project folder? I run local mezzanine-project myblog and thats 
all what i do. 


FABRIC = {
 "SSH_USER": "sisi", # SSH username for host deploying to
"HOSTS": ALLOWED_HOSTS[:1], # List of hosts to deploy to (eg, first host)
"DOMAINS": ALLOWED_HOSTS, # Domains for public site
# "REPO_URL": "ssh://[email protected]/user/project", # Project's repo URL
"VIRTUALENV_HOME": "/var/www/django.silviosiefke.de", # Absolute remote 
path for virtualenvs
"PROJECT_NAME": "myblog", # Unique identifier for project
# "REQUIREMENTS_PATH": "requirements.txt", # Project's pip requirements
# "GUNICORN_PORT": 8000, # Port gunicorn will listen on
"LOCALE": "de_DE.UTF-8", # Should end with ".UTF-8"
  "DB_PASS": "mypass", # Live database password
  "ADMIN_PASS": "mypass", # Live admin user password
"SECRET_KEY": SECRET_KEY,
"NEVERCACHE_KEY": NEVERCACHE_KEY,
}

What must i do local i can run the deploy commands? I use Gentoo as Server 
OS. 

Thank you for help & Nice Day

Silvio

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" 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.

Reply via email to