-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ./m sample command and upd docs
- Loading branch information
Showing
9 changed files
with
33 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,9 +64,9 @@ create your development environment | |
* activate virtualenv:: | ||
|
||
. activate # Windows: activate | ||
* create a wiki instance and load sample data:: | ||
* create a wiki instance and load help data and welcome pages:: | ||
|
||
./m sample # Windows: m sample | ||
moin create-instance --full | ||
* start the built-in server:: | ||
|
||
moin run | ||
|
@@ -566,14 +566,14 @@ Create a new venv, install moin, create instance, start server, create item, mod | |
source bin/activate # scripts\activate | ||
pip install --upgrade pip # next command fails with pip 9.0.1 and maybe later versions | ||
pip install --pre --index-url https://test.pypi.org/simple --extra-index-url https://pypi.org/simple moin | ||
moin --help # prove it works | ||
moin create-instance --path <path/to/new/wikiconfig/dir> # path optional, defaults to CWD | ||
cd <path/to/new/wikiconfig/dir> # skip if using default CWD | ||
moin index-create | ||
moin --help # prove it works | ||
moin run # empty wiki | ||
moin load-sample # data but no index | ||
moin index-build # data with index | ||
moin welcome # load welcome pages (e.g. Home) | ||
moin load-help -n help-en # load English help | ||
moin load-help -n help-common # load help images | ||
moin run # wiki with English help and welcome pages | ||
|
||
Announce update on #moin, [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Copyright: 2000-2002 Juergen Hermann <[email protected]> | ||
# Copyright: 2006,2011 MoinMoin:ThomasWaldmann | ||
# Copyright: 2023 MoinMoin project | ||
# Copyright: 2023-2024 MoinMoin:UlrichB | ||
# License: GNU GPL v2 (or any later version), see LICENSE.txt for details. | ||
|
||
""" | ||
|
@@ -74,7 +74,6 @@ def _Help(): | |
|
||
cli.add_command(serialization.Serialize) | ||
cli.add_command(serialization.Deserialize) | ||
cli.add_command(serialization.LoadSample) | ||
|
||
cli.add_command(dump_html.Dump) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.