|
Revision 1365
(checked in by rsz, 6 months ago)
|
cleanup
|
| Line | |
|---|
| 1 |
WHAT |
|---|
| 2 |
|
|---|
| 3 |
Nanoki, a simple, elegant wiki engine implemented in Lua. |
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 |
INSTALLATION |
|---|
| 7 |
|
|---|
| 8 |
Unarchive the distribution file. |
|---|
| 9 |
|
|---|
| 10 |
Start Nanoki on your local host at port 1080, using the local directory for storage: |
|---|
| 11 |
|
|---|
| 12 |
% cd Nanoki |
|---|
| 13 |
% bin/lua Nanoki.lua . 0 1080 |
|---|
| 14 |
|
|---|
| 15 |
Command synopsis: |
|---|
| 16 |
|
|---|
| 17 |
Nanoki [location] [address] [port] [not|forwarded] [not|secure] |
|---|
| 18 |
|
|---|
| 19 |
[location] tells Nanoki where to store its data. |
|---|
| 20 |
[address] indicates which network address to bind the Nanoki server to. |
|---|
| 21 |
[port] indicates what port number to use. |
|---|
| 22 |
[forwarded] indicates whether x-forwarded-for should be trusted. |
|---|
| 23 |
[secure] indicates whether https should be used. |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
DEPENDENCIES |
|---|
| 27 |
|
|---|
| 28 |
lzlib |
|---|
| 29 |
http://luaforge.net/projects/lzlib/ |
|---|
| 30 |
|
|---|
| 31 |
Lua |
|---|
| 32 |
http://www.lua.org/download.html |
|---|
| 33 |
|
|---|
| 34 |
LuaFileSystem |
|---|
| 35 |
http://www.keplerproject.org/luafilesystem/ |
|---|
| 36 |
|
|---|
| 37 |
LuaSocket |
|---|
| 38 |
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/ |
|---|
| 39 |
|
|---|
| 40 |
slncrypto |
|---|
| 41 |
http://luaforge.net/projects/sln/ |
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
FEEDBACK |
|---|
| 45 |
|
|---|
| 46 |
http://alt.textdrive.com/nanoki/ |
|---|
| 47 |
|
|---|