summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikeMannix <MikeMannix>2001-09-09 23:36:25 +0000
committerMikeMannix <MikeMannix>2001-09-09 23:36:25 +0000
commit48d3e40127623737bf3f08ce7e42fdb1c8f3c447 (patch)
tree6011eebae6d225650482bee6b2c461febf7e8c5f
parent6550e35045427b0aa9972709072ddb57408aada2 (diff)
none
-rw-r--r--TWiki/ManagingWebs.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn
index 465cd547..95203577 100644
--- a/TWiki/ManagingWebs.mdwn
+++ b/TWiki/ManagingWebs.mdwn
@@ -10,7 +10,12 @@ Managing TWiki webs requires direct access to the installation files on the host
## <a name="How_to_Add_a_New_Web"> How to Add a New Web </a>
-* See [[TWikiDocumentation]]
+Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes:
+
+1. **Create** a new directory under <code>**twiki/data/**</code>, ex: `twiki/data/newweb`
+2. **Copy** in the contents of `twiki/data/_default`.
+
+For detailed instructions: [[TWikiDocumentation]].
## <a name="How_to_Rename_or_Delete_a_Web"> How to Rename or Delete a Web </a>