Code

Fixes to doc
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 27 Aug 2002 21:55:35 +0000 (21:55 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 27 Aug 2002 21:55:35 +0000 (21:55 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@996 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/Makefile
doc/getting_started.txt
doc/installation.txt
doc/upgrading.txt

index 1141e1432e97b0431a77afc32ef53eb5cfa3b087..5a55ed4cdd1184af97f0bc036c3e0cbbabf34046 100644 (file)
@@ -10,5 +10,5 @@ COMPILED := $(SOURCE:.txt=.html)
 all: ${COMPILED}
 
 %.html: %.txt
-       ${PYTHON} ${STXTOHTML} -d $< $@
+       ${PYTHON} ${STXTOHTML} --report=warning -d $< $@
 
index cef6f00f50ae12eb23f7b4e7aff3c3e0f9f44b9b..b5e8c37a7d7a7d8d312df2a3822d2c0ec5656d2b 100644 (file)
@@ -2,7 +2,7 @@
 Getting Started
 ===============
 
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
 
 .. contents::
 
@@ -45,26 +45,18 @@ Instances are created using the ``roundup-admin`` tool.
 Command Line Tool
 -----------------
 
-To initiliase a new instance, run "``roundup-admin init``". You will be asked a
-series of questions:
+To set up a new instance, run "``roundup-admin install``". You will be
+asked a few questions:
 
 1. Instance home directory
 2. Schema to use
 3. Database back-end to use
-4. Administration user "admin" password.
 
-You should also think about whether there is going to be controlled access
-to the
-instance on the machine the instance is running on. That is, who can
-actually make
-changes to the database using the roundup-admin tool. See the section on
-Users_and_Access_Control for information on how to secure your instance from the
-start.
-
-Roundup is configurable using an ``instance_config.py`` file in the instance
-home.  It
-should be edited before roundup is used, and may have the following variable
-declarations:
+Once you've chosen these, roundup will install the instance for you. It will
+then indicate that you should configure some more information in the
+file "``instance_config.py``" in the instance home.  It
+should be edited before roundup is initialised, and may have the following
+variable declarations:
 
 MAILHOST
    The SMTP mail host that roundup will use to send mail
@@ -81,6 +73,20 @@ ISSUE_TRACKER_EMAIL: ``issue_tracker@MAIL_DOMAIN``
 ADMIN_EMAIL: ``roundup-admin@MAIL_DOMAIN``
    roundup's internal use (problems, etc)
 
+You may also alter the default schema - see the `customisation`_ documentation
+for more info on both configuration variables and schema modifications.
+
+Once you're happy (and note that you can change any of this after the instance
+is initialised too!) you must run "``roundup-admin initialise``".
+
+You should also think about whether there is going to be controlled access
+to the
+instance on the machine the instance is running on. That is, who can
+actually make
+changes to the database using the roundup-admin tool. See the section on
+Users_and_Access_Control for information on how to secure your instance from the
+start.
+
 E-Mail Interface
 ----------------
 
@@ -269,4 +275,5 @@ Next: `User Guide`_
 
 .. _`table of contents`: index.html
 .. _`user guide`: user_guide.html
+.. _`customisation`: customizing.html
 
index 374f829758792d82f4ff4ab809c8d1497f2d8f4b..c2186c815b3f7c69c4124889148eca07069f1257 100644 (file)
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.14 $
+:Version: $Revision: 1.15 $
 
 .. contents::
 
@@ -124,12 +124,14 @@ Python -- see `testing your python`_.
 
       You will now be directed to edit the instance configuration and
       initial schema. See `Customising Roundup`_ for details on configuration
-      and schema changes.
+      and schema changes. Note that you may change any of the configuration
+      after you've initialised the instance - it's just better to have valid
+      values for this stuff now.
 
    d.  ``roundup-admin initialise``
 
       This step initialises the instance database. You will need to supply
-      an admin password at this step. You will be prompted:
+      an admin password at this step. You will be prompted::
 
           Admin Password:
                  Confirm:
index 95688233b02047307f154b964e5a7d1a30741c8d..0e10ad316d15e75ac07114b81c7a502bc4f0fc3f 100644 (file)
@@ -21,6 +21,7 @@ TODO: select_db needs fixing to include Class, FileClass and IssueClass
 TODO: migration of security settings
 TODO: nosy reactor has been updated
 TODO: user.item template html needs updating for new security
+TODO: maybe something about export/import?
 
 
 Migrating from 0.4.1 to 0.4.2