Plone 5 Create a new plone site on Plone
Create a new plone site Enter Path Identifier Enter Title Select Language Select Default TimeZone Finally Create a Plone Site You may create multiple site on same plone
Set Plone to start with the server using supervisor
If you’re using a stand-alone Zope/Plone installation (not a ZEO cluster), starting and stopping Plone is easy. A production ZEO cluster deployment adds some complexity because you’ll now be controlling several process: a ZEO server and several ZEO clients. … (READ MORE)
Plone 5 Installation on Ubuntu Server 14.04 OS
This tutorial walks you step-by-step through a minimum responsible installation of Plone for production on a recent Ubuntu LTS server. The installation includes Plone itself; nginx for a reverse-proxy; a send-only mail-transfer agent; and firewall rules. We’ll set Plone to… (READ MORE)
Webmin Installation on Ubuntu OS
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets… (READ MORE)
How do I redirect my site using a .htaccess file? in simple way
This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. As a configuration file, .htaccess is very powerful. Even the slightest syntax error (like… (READ MORE)