Index of /naec/8400-naec

 NameLast modifiedSizeDescription

 Parent Directory   -  
 adminPassword.txt 2015-04-06 13:53 427  
 base.cfg 2015-04-06 13:49 8.5K 
 bin/ 2020-03-17 17:36 -  
 bootstrap.py 2015-04-06 13:46 6.0K 
 buildout.cfg 2015-04-06 13:52 6.3K 
 develop-eggs/ 2015-04-06 13:46 -  
 develop.cfg 2015-04-06 13:46 4.3K 
 lxml_static.cfg 2015-04-06 13:46 759  
 parts/ 2020-03-17 17:36 -  
 products/ 2020-03-17 17:36 -  
 src/ 2020-03-17 17:36 -  
 var/ 2024-03-28 21:39 -  
 versions.cfg 2015-04-06 13:46 9.6K 
 zope-versions.cfg 2015-04-06 13:46 1.0K 
 zopeapp-versions.cfg 2015-04-06 13:46 1.9K 
 ztk-versions.cfg 2015-04-06 13:46 2.5K 

Welcome to your Plone installation

Starting Zope/Plone

Before you start Plone, you should review the settings in:

/home/richarf7/public_html/naec/8400-naec/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/naec/8400-naec/bin/plonectl start

To stop Plone, issue the following command in a terminal window:

sudo -u plone_daemon /home/richarf7/public_html/naec/8400-naec/bin/plonectl stop

Quick operating instructions

After starting, you should be able to view the welcome page at::

http://localhost:8400/

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/naec/8400-naec/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:8400/acl_users/users/manage_users

Password changes will not be reflected in adminPassword.txt.

Updating After Installation

Always back up your installation before customizing or updating.

Customizing the installation

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/naec/8400-naec.

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.

Updating the installation

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.