summaryrefslogtreecommitdiffstats
path: root/create-a-wiki-preview.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'create-a-wiki-preview.mdwn')
-rw-r--r--create-a-wiki-preview.mdwn9
1 files 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 <http://localhost:8080/>.