@@ -75,26 +75,21 @@ storage and the index:
7575
7676 moin index-create
7777
78- If you don't want to start with an empty wiki, but rather play with some
79- sample content we provide, load it into your wiki and rebuild the indexes :
78+ If you don't want to start with an empty wiki, you can load the welcome
79+ page 'Home' and the English help for editors :
8080
8181::
8282
83- moin load-sample # deprecated
84- moin index-build
83+ moin welcome
84+ moin load-help -n help-en
85+ moin load-help -n help-common
8586
8687Or, if you have a moin 1.9.x wiki, convert it to moin 2:
8788
8889::
8990
9091 moin import19 -d <path to 1.9 wiki/data>
9192
92- If you want to load English help for editors (replace en with your wiki's preferred language):
93-
94- ::
95-
96- moin load-help -n help-en
97- moin load-help -n help-common
9893
9994Run your wiki instance
10095======================
@@ -183,6 +178,7 @@ Activate the virtual environment::
183178Typing "./m" (or "m" on Windows) will display a menu similar to:
184179
185180::
181+
186182 Usage: "./m <target>" where <target> is:
187183
188184 quickinstall update virtual environment with required packages
@@ -192,7 +188,6 @@ Typing "./m" (or "m" on Windows) will display a menu similar to:
192188 log <target> view detailed log generated by <target>, omit to see list
193189
194190 new-wiki create empty wiki
195- sample create wiki and load sample data
196191 restore * create wiki and restore wiki/backup.moin *option, specify file
197192
198193 backup * roll 3 prior backups and create new backup *option, specify file
@@ -211,19 +206,12 @@ Typing "./m" (or "m" on Windows) will display a menu similar to:
211206 Please refer to 'moin help' to learn more about the CLI for wiki administrators.
212207
213208While most of the above menu choices may be executed now, new users should
214- do the following to create a wiki instance and load it with sample data.:
209+ do the following to create a wiki instance and load it with the English help
210+ for editors and some welcome pages (Home):
215211
216212::
217213
218- m sample # in Windows
219- ./m sample # in Unix or Linux
220-
221- If you want to load English help for editors (replace en with your wiki's preferred language):
222-
223- ::
224-
225- moin load-help -n help-en
226- moin load-help -n help-common
214+ moin create-instance --full
227215
228216Next, run the built-in wiki server:
229217
@@ -233,9 +221,9 @@ Next, run the built-in wiki server:
233221
234222As the server starts, a few log messages will be output to the
235223terminal window. Point your browser to http://127.0.0.1:5000, the
236- sample Home page will appear and more log messages will be output
224+ welcome page will appear and more log messages will be output
237225to the terminal window. Do a quick test by accessing some of the
238- demo items and do a modify and save. If all goes well, your installation
226+ help items and do a modify and save. If all goes well, your installation
239227is complete. The built-in wiki server may be stopped by typing ctrl-C
240228in the terminal window.
241229
@@ -260,7 +248,7 @@ help by reporting bugs), then some logical menu choices are::
260248
261249 ./m extras # install packages required for docs and moin development
262250 ./m docs # create docs, see User tab, Documentation (local)
263- ./m del-wiki # get rid of the sample data
251+ ./m del-wiki # remove the wiki data from previous tests
264252 ./m new-wiki # create empty wiki or
265253 ./m backup # backup wiki data as needed or as scheduled
266254
0 commit comments