Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
adminPassword.txt | 2015-04-05 12:22 | 427 | ||
base.cfg | 2015-04-05 12:14 | 8.5K | ||
bin/ | 2020-03-17 17:36 | - | ||
bootstrap.py | 2015-04-05 12:12 | 6.0K | ||
buildout.cfg | 2015-04-05 12:20 | 6.3K | ||
develop-eggs/ | 2015-04-05 12:12 | - | ||
develop.cfg | 2015-04-05 12:12 | 4.3K | ||
lxml_static.cfg | 2015-04-05 12:12 | 759 | ||
parts/ | 2020-03-17 17:36 | - | ||
products/ | 2020-03-17 17:36 | - | ||
src/ | 2020-03-17 17:36 | - | ||
var/ | 2024-11-09 00:53 | - | ||
versions.cfg | 2015-04-05 12:12 | 9.6K | ||
zope-versions.cfg | 2015-04-05 12:12 | 1.0K | ||
zopeapp-versions.cfg | 2015-04-05 12:12 | 1.9K | ||
ztk-versions.cfg | 2015-04-05 12:12 | 2.5K | ||
Before you start Plone, you should review the settings in:
/home/richarf7/public_html/core-ed/8800-know-how/buildout.cfg
Adjust the ports Plone uses before starting the site, if necessary, and run buildout to apply settings.
To start Plone, issue the following command in a terminal window:
sudo -u plone_daemon /home/richarf7/public_html/core-ed/8800-know-how/bin/plonectl start
To stop Plone, issue the following command in a terminal window:
sudo -u plone_daemon /home/richarf7/public_html/core-ed/8800-know-how/bin/plonectl stop
After starting, you should be able to view the welcome page at::
http://localhost:8800/
That page offer an options to create a new Plone site and to use the lower-level Zope Management Interface (ZMI).
Use the admin password provided at:
/home/richarf7/public_html/core-ed/8800-know-how/adminPassword.txt
(If you used a GUI installer, you may have been asked for a password, and this file is not created.)
You should change the administrative password at your first convenience.
To change the admin password, click the "Password" link for the admin user at:
http://localhost:8800/acl_users/users/manage_users
Password changes will not be reflected in adminPassword.txt.
Always back up your installation before customizing or updating.
You may control most aspects of your installation, including changing ports and adding new packages and products by editing the buildout.cfg file in your instance home at /home/richarf7/public_html/core-ed/8800-know-how.
See Managing projects with zc.buildout for information on buildout options.
Apply settings by running "sudo -u plone_buildout bin/buildout" in your instance directory.To update your installation components, stop Plone, backup, edit your buildout.cfg file and run:
sudo -u plone_buildout bin/buildout
from your instance directory.
Check portal_migration in the ZMI after update to perform version migration if necessary. You may also need to visit the product installer to update product versions.