Skip to content

itd/merced-buildout

Repository files navigation

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

	<title>Welcome to your Plone installation</title>

<style>
body {
    font: 90% Arial, FreeSans, sans-serif;
    line-height: 1.5em;
    clear: both;
    margin: 2em auto;
    width: 35em;
}
h1, h2 {
    font-family: "Helvetica Neue", Arial, FreeSans, sans-serif; 
    margin-top: 1em;
}
a {
    border-bottom:1px solid #999;
    color:#0072B5;
    text-decoration:none;
}
ul {
    margin-left: 0;
    padding-left:0;
    list-style:none;
}
ul li {
    margin-bottom: 1em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1em;
}
</style>

</head>

<body>

    <h1>Starting Zope/Plone</h1>

    <p>Before you start Plone, you should review the settings in:</p>
    
    <pre>/web/cameron/merced/merced-buildout/buildout.cfg</pre>

    <p>Adjust the ports Plone uses before starting the site, if necessary,
    and run /web/cameron/merced/merced-buildout/bin/buildout
    to apply settings.</p>

    <p>To start Plone, issue the following command in a terminal window:</p>

    <pre> /web/cameron/merced/merced-buildout/bin/plonectl start</pre>

    <p>To stop Plone, issue the following command in a terminal window:</p>

    <pre> /web/cameron/merced/merced-buildout/bin/plonectl stop</pre>


    <h1>Quick operating instructions</h1>
    
    <p>After starting, you should be able to view the welcome page at::</p>

    <pre><a href="http://localhost:20101/">http://localhost:20101/</a></pre>

    <p>That page offer an options to create a new Plone site and to use the
    lower-level Zope Management Interface (ZMI).</p>

    <p>Use the admin password provided at:</p>

    <pre>/web/cameron/merced/merced-buildout/adminPassword.txt</pre>
    
    <p>(If you used a GUI installer, you were asked for a password, and this file is not created.)</p>

    <p>To change the admin password, click the "Password" link for the admin
    user at:</p>

    <pre><a href="http://localhost:20101/acl_users/users/manage_users">http://localhost:20101/acl_users/users/manage_users</a></pre>

    <p>Password changes will not be reflected in adminPassword.txt.</p>


    <h1>Updating After Installation</h1>
    
    <p><strong>Always back up your installation before customizing or updating.</strong></p>

    <h2>Customizing the installation</h2>
    
    <p>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 /web/cameron/merced/merced-buildout.</p>

    <p>See Martin Aspelli's excellent tutorial
    <a href="http://plone.org/documentation/tutorial/buildout">Managing projects with zc.buildout</a>"
    for information on buildout options.</p>

    Apply settings by running " bin/buildout" in your instance directory.

    <h2>Updating the installation</h2>
    
    <p>To update your installation components, stop Plone, backup, edit your buildout.cfg file and run:</p>

    <pre> bin/buildout</pre>

    <p>from your instance directory.</p>

    <p>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.</p>
    
</body>
</html>

About

Plone4 buildout for Merced site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages