X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=INSTALL;h=42cf706f399be6d971421588a38c3fa56e90fd0e;hp=5ce58e5519c038deb04f5a6769448330fb01a4d1;hb=dde25048b9c7e14ab0d4df8a5d18650ec7508d65;hpb=08a4f19ded0d31272545a9612023d72d0cbd3d6c diff --git a/INSTALL b/INSTALL index 5ce58e551..42cf706f3 100644 --- a/INSTALL +++ b/INSTALL @@ -1,45 +1,27 @@ -FFLuCI Installation Instructions +LuCI Installation Instructions TOC: -1. Kamikaze Packages -2. Manual Installation +1. Kamikaze Feed +2. Kamikaze Packages +1. Kamikaze Feed + 1. Change to your OpenWrt buildroot -1. Kamikaze Packages - 1. At first make sure you already added "lua" from - the OpenWRT Packages repository to your buildroot's "package" directory - - 2. cd to the "package" directory of your kamikaze buildroot + 2. Add the following line to your OpenWrt feeds.conf: + src-svn luci http://svn.luci.subsignal.org/luci/trunk/contrib/package + + 3. Run ./scripts/feeds update - 3. Type: ln -s /path/to/ff-luci/contrib/package/* ./ + 4. Run ./scripts/feeds install -a -p luci - 4. cd to your kamikaze build root and type: make menuconfig - You will find ffluci in the menu "Administration" - - -2. Manual Installation - Prerequisites: - CGI enabled webserver - Lua 5.1.x or later - LuaFileSystem Lua extension - Haserl 0.9x or later with Lua support builtin + 5. Type make menuconfig and you will find luci in the menu "Administration" - 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 +2. Kamikaze Packages + 1. cd to the "package" directory of your kamikaze buildroot - Put a bootstrap file like the one in contrib/ffluci into your webservers - CGI-Directory and adapt it to your needs. + 3. Type: ln -s /path/to/luci/contrib/package/* ./ - Also have a look at dist/ffluci/config.lua for configuration options. \ No newline at end of file + 4. cd to your kamikaze build root and type: make menuconfig + You will find luci in the menu "Administration"