Best Practices

<< ALL BLOG POSTS
Building Python Command Line Tools, Part 2: Console ScriptsBuilding Python Command Line Tools, Part 2: Console Scripts
|
February 9, 2015

Building Python Command Line Tools, Part 2: Console Scripts

In this second part of our series on Python Command Line Tools, I'll show you how to make the agrparse script executable and ready to be installed as a console script when someone installs your Pyramid or Django app.

READ MORE
How To Use EasySlideshowHow To Use EasySlideshow
|
February 4, 2015

How To Use EasySlideshow

This article provides step by step instruction for using Easyslideshow within Plone post install and activation.

READ MORE
Allow users to create content using PloneFormGenAllow users to create content using PloneFormGen
|
January 28, 2015

Allow users to create content using PloneFormGen

In the following article you'll find out how to create site content via PloneFormGen using a Custom Script Adapter or by using an add-on adapter called "PloneFormGen Save Data to Content" (uwosh.pfg.d2c).

READ MORE
How to Set Up A Two Factor AuthenticationHow to Set Up A Two Factor Authentication
|
January 16, 2015

How to Set Up A Two Factor Authentication

Increase your account security using this Two Factor Authentication (TFA) Setup Guide.

READ MORE
Doing code releases with ZFSDoing code releases with ZFS
|
November 24, 2014

Doing code releases with ZFS

Using ZFS for snapshots is easier than collective.recipe.backup for backing up Plone sites. I'll show you how it allows you to instantly rollback to a previous version if something goes wrong.

READ MORE
Quick Guide to Generating SSL CertificatesQuick Guide to Generating SSL Certificates
|
October 30, 2014

Quick Guide to Generating SSL Certificates

Quick Guide to Generating SSL Certificates with Six Feet Up using our hosting or your own provider.

READ MORE
How to use Diazo for Plone ThemingHow to use Diazo for Plone Theming
|
October 28, 2014

How to use Diazo for Plone Theming

This is an introduction to how to use Diazo for Plone theming. Diazo allows you to map dynamic content from a CMS to a static theme. Diazo is supported in Plone 4.1 and beyond with plone.app.theming.

READ MORE
New PAQs start with how to submit your EmergencyNew PAQs start with how to submit your Emergency
|
October 23, 2014

New PAQs start with how to submit your Emergency

Six Feet Up inaugurates new PAQ (problems and questions) features on blog. Find out what issues other users are facing and how they fixed, the processes we use to fix them, and what you can expect moving forward.

READ MORE
SaltStack for server configuration management and moreSaltStack for server configuration management and more
|
October 21, 2014

SaltStack for server configuration management and more

SaltStack (Salt) is currently one of the fastest growing configuration management systems. It's written in Python and uses ZeroMQ to communicate nearly instantaneously with all of the servers in your infrastructure that it calls minions. Here is how we use Salt and why.

READ MORE