Pelican blog with Fabric and FTP deployment part 2/2

FTP Deployment using ftputil for Pelican Blog.

Process of creating Fabric Deployment with FTP included:

1. Using Quickstarter for creating default pelican blog example.
2. Setting-up FTP Server for testing.
3. Adding ftp_upload task at Fabric default fabfile.py.
4. Exploring and development of ftp_upload task using ftputil and netrc …
more ...


Blog posts deployment using Pelican and Fabric

Introduction - How I end-up with slappy SCP?

I've decided I'll use my old laptop (which is currently used as a media server for TV) as my main "server" for maintaining and creating content and building site on it.

I have to confess, two posts (how-to-create-own-blog && get-noticed ) were deployed by me …

more ...