summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-11 18:32:48 +0000
committerSteven Barth <steven@midlink.org>2008-04-11 18:32:48 +0000
commit475b63f64a44a6b72d618575ff2aad3bcf873d36 (patch)
treeddbd73c286dec8551b42522aa46f2c70290b171e /INSTALL
parentaf87e148976c40b7e28235552e19cc422a8371b8 (diff)
* Updated INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 1 insertions, 29 deletions
diff --git a/INSTALL b/INSTALL
index dbe2c2cfe..5e0227357 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,6 @@ FFLuCI Installation Instructions
TOC:
1. Kamikaze Feed
2. Kamikaze Packages
-3. Manual Installation
1. Kamikaze Feed
@@ -28,31 +27,4 @@ TOC:
3. Type: ln -s /path/to/ff-luci/contrib/package/* ./
4. cd to your kamikaze build root and type: make menuconfig
- 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. \ No newline at end of file
+ You will find ffluci in the menu "Administration" \ No newline at end of file