From 7bfbac0b8818d9ebaa14da22ce91dd821696384d Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Tue, 19 Nov 2019 17:06:14 +0100 Subject: [create-a-wiki] Typo fixes --- create-a-wiki-preview.mdwn | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/create-a-wiki-preview.mdwn b/create-a-wiki-preview.mdwn index fd01bec..dde88b8 100644 --- a/create-a-wiki-preview.mdwn +++ b/create-a-wiki-preview.mdwn @@ -118,7 +118,7 @@ sed -f /tmp/fripost-wiki.sed -i ~/.ikiwiki/fripost-wiki.setup *TODO investegate what to do with post update thing.* -Copy Ikiwiki configuration from Fripost Ansible repository: +Replace plugins with the latest from the repository: cp ~/git/fripost/wiki/.ikiwiki/IkiWiki/Plugin/*.pm ~/.ikiwiki/IkiWiki/Plugin/ @@ -128,8 +128,9 @@ Run setup: Starting, refreshing and rebuilding the wiki ============ -Now all the configuration is done. -This section will discuss commands that needs to be executed repeatedly. + +Now most of the configuration is done. This section will discuss commands +that needs to be executed repeatedly. The following command will start the web server on port 8080: @@ -141,7 +142,7 @@ This server will shut down when your computer does. If you want to shut down the server, but not your computer, run the following command: ``` -pkill -ef "busybox httpd -p 127.0.0.1:8001" +pkill -ef "busybox httpd -p 127.0.0.1:8080" ``` Now all is in place! Visit . -- cgit v1.2.3