PointSav Knowledge Wiki
Self-hosted Wikipedia-pattern wiki engine — documentation, projects, and corporate instances
BETA · freeFSL-1.1-ALv2Deliveryv0.1.0
Turns a machine into your organisation's wiki.
Platform
| Platform | Download |
|---|---|
| x86_64-unknown-linux-gnu | linux-x86_64-qcow2 |
Boot
curl -fsSL https://software.pointsav.com/releases/app-mediakit-knowledge/0.1.0/linux-x86_64-qcow2 -o linux-x86_64-qcow2This ships as a self-contained qcow2 disk image, not a regular Linux binary —
boot it under QEMU rather than running it directly.
qemu-system-x86_64 \
-m 2G \
-drive file=./linux-x86_64-qcow2,format=qcow2 \
-netdev user,id=net0,hostfwd=tcp::9090-:9090 \
-device virtio-net-pci,netdev=net0 \
-nographic
Add -enable-kvm if your host supports hardware virtualization (Linux host with
/dev/kvm) for near-native speed; omit it to fall back to software emulation.
The wiki engine binds to 127.0.0.1:9090 inside the guest by default (its own
WIKI_BIND setting) — the hostfwd above forwards that to the same port on your
host. Once booted, reach it at http://127.0.0.1:9090.
Unlike the seL4 appliance images in this catalog, this is a standard qcow2
image with no separate data-disk step — all state lives in the one file you
downloaded, and qcow2's own copy-on-write format handles persistence across
restarts natively.
Version & checksum
v0.1.0
SHA256: verifying… — verify via MANIFEST