* Updated INSTALL
This commit is contained in:
parent
af87e14897
commit
475b63f64a
1 changed files with 1 additions and 29 deletions
28
INSTALL
28
INSTALL
|
@ -3,7 +3,6 @@ FFLuCI Installation Instructions
|
||||||
TOC:
|
TOC:
|
||||||
1. Kamikaze Feed
|
1. Kamikaze Feed
|
||||||
2. Kamikaze Packages
|
2. Kamikaze Packages
|
||||||
3. Manual Installation
|
|
||||||
|
|
||||||
|
|
||||||
1. Kamikaze Feed
|
1. Kamikaze Feed
|
||||||
|
@ -29,30 +28,3 @@ TOC:
|
||||||
|
|
||||||
4. cd to your kamikaze build root and type: make menuconfig
|
4. cd to your kamikaze build root and type: make menuconfig
|
||||||
You will find ffluci in the menu "Administration"
|
You will find ffluci in the menu "Administration"
|
||||||
|
|
||||||
|
|
||||||
3. Manual Installation
|
|
||||||
Prerequisites:
|
|
||||||
CGI enabled webserver
|
|
||||||
Lua 5.1.x or later
|
|
||||||
Luaposix Lua extension
|
|
||||||
Haserl 0.9.23 or later with Lua support builtin
|
|
||||||
|
|
||||||
Installation:
|
|
||||||
Use make to build a distribution of FFLuCI
|
|
||||||
make: creates the source distribution with freifunk config pages
|
|
||||||
make dist-compile: same as above but bytecompiles lua modules
|
|
||||||
|
|
||||||
make source-examples: creates a plain distribution with example pages
|
|
||||||
make dist-examples: same as above but bytecompiles lua modules
|
|
||||||
|
|
||||||
make source: creates a plain distribution without pages
|
|
||||||
make compile: same as above but bytecompiles lua modules
|
|
||||||
|
|
||||||
Put the ffluci dist/ffluci directory somewhere on your harddrive
|
|
||||||
e.g. in your Lua Path
|
|
||||||
|
|
||||||
Put a bootstrap file like the one in contrib/ffluci into your webservers
|
|
||||||
CGI-Directory and adapt it to your needs.
|
|
||||||
|
|
||||||
Also have a look at dist/ffluci/config.lua for configuration options.
|
|
Loading…
Reference in a new issue