Simple install
- Install RoR one-click installer
- Add
C:\ruby\bin
toPATH
environment variable - Download Instiki
- Unpack instiki source and
cd
to its base directory - Start by
./instiki --daemon
- Configure wiki in web at
http://localhost:2500
See Instiki for more information
Enhanced with MathML and SVG support
MathML example
$$\int_a^b {\left( {\alpha f(x), + \beta g(x)} \right)dx = } \alpha \int_a^b {f(x),dx} + \beta \int_a^b {g(x),dx} $$
SVG example
Installation steps
- Install RoR one-click installer
- Add
C:\ruby\bin
toPATH
environment variable - Install cygwin with
bison, flex, gcc-core, gcc-g++, make
andswig
- Download Enhanced Instiki with MathML and SVG
- Unpack instiki source and cd to its base directory
- Start by
./instiki --daemon
- Configure wiki in web at
http://localhost:2500
See Jacques Distler's Instiki patch for more information