Skip to content

Commit

Permalink
instructions on adding initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Aug 7, 2012
1 parent 9c4eb3b commit 1f1fd71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/dev/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,25 @@ nuts with it!
You can also run our :ref:`unit-tests` or perform :ref:`syntax-validation`.


.. _adding-initial-content:

Adding initial content
======================

If you don't have a ZODB to work with, as in, you are starting with a fresh
install of Plone, follow this steps to add some content to your site so you
can see what your code does:

#. Follow the :ref:`starting-the-portal` instructions above.
#. Use the ``Add new ...`` drop down menu to add a new ``LC``.
#. Once inside the new LC, use the ``Add new ...`` drop down menu again, this
time to add a new ``Event``.
#. Once inside the new Event, use the ``Add new ...`` drop down menu for the
last time, now to add a new ``Event Application``.
#. Use the ``State:`` drop-down menu to play around with different items'
workflow states.


.. _working-on-an-issue:

Working on an issue
Expand Down

0 comments on commit 1f1fd71

Please sign in to comment.