[mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread Data Intelligence
Hi, I've spent two days trying to get past this issue of deployment. I'm following the tutorial which is straight forward on the site but can't get past fabric Here is the content of my requirements.txt: asn1crypto==0.24.0 bcrypt==3.1.4 beautifulsoup4==4.6.0 bleach==2.1.3 certifi==2018.4.16 cffi

Re: [mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread Ken Bolton
Install Fabric version 1, not 2. On Fri, May 25, 2018, 21:19 Data Intelligence wrote: > Hi, > I've spent two days trying to get past this issue of deployment. > > I'm following the tutorial which is straight forward on the site but can't > get past fabric > > Here is the content of my requiremen

Re: [mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread carlos
install fabrinc in your local and server same version!! On Fri, May 25, 2018 at 7:45 PM, Ken Bolton wrote: > Install Fabric version 1, not 2. > > On Fri, May 25, 2018, 21:19 Data Intelligence wrote: > >> Hi, >> I've spent two days trying to get past this issue of deployment. >> >> I'm following

Re: [mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread Data Intelligence
Even though the instruction on Mezzanine site explicitly state: "The easiest method is to install directly from pypi using pip by running the command below, which will also install the required dependencies mentioned above: pip install mezzanine" which I did and i

Re: [mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread Data Intelligence
Carlos, I haven't installed anything on the remote server except the basic pip.. and the other dependencies stated on Mezzanine site once again: " Users on Debian or Ubuntu will require some system packages to support the imaging library: $ apt-get install libjpeg8 libjpeg8-dev $ apt-get build

Re: [mezzanine-users] Deploying to new DigitalOcean Droplet

2018-05-25 Thread Data Intelligence
UPDATE: I restarted everything from scratch meaning: 1- I'm on local windows machine 2- Installed python 2.7 installed Fabric1.12.1 as you all suggested. 3- Got to the fab secure 4- it went on for a few seconds and came back with: ===