slitaz-arm diff README @ rev 58

Bunch og new stuff: more doc, st fixes, tazberry
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 15 14:54:17 2014 +0100 (2014-03-15)
parents 9199cafc01e0
children dd6fa65acfc2
line diff
     1.1 --- a/README	Tue Mar 11 20:29:43 2014 +0000
     1.2 +++ b/README	Sat Mar 15 14:54:17 2014 +0100
     1.3 @@ -5,20 +5,14 @@
     1.4  SliTaz ARM tools and files
     1.5  
     1.6  
     1.7 -Installation
     1.8 +Build tools installation
     1.9  --------------------------------------------------------------------------------
    1.10 -To install 'sat' and 'sat-rpi' you must have make installed:
    1.11 +To install 'sat' and 'sat-rpi' you need to have make installed or copy the 2
    1.12 +files to /usr/bin:
    1.13  
    1.14  # make install
    1.15  
    1.16  
    1.17 -rootfs/ directory
    1.18 ---------------------------------------------------------------------------------
    1.19 -Custom SliTaz ARM scripts and files used to generate a distro. These files
    1.20 -and any other system files can be erased or added via the flavors support. The
    1.21 -rootfs files can also be directly modified before generating a new distro. 
    1.22 -
    1.23 -
    1.24  Sat quickstart
    1.25  --------------
    1.26  Sat is a tool in the spirit of all SliTaz tools, all commands and options are
    1.27 @@ -38,7 +32,7 @@
    1.28  # sat emu
    1.29  
    1.30  
    1.31 -Mirror
    1.32 +ARM packages mirror
    1.33  --------------------------------------------------------------------------------
    1.34  Sat lets you clone the ARM cooking mirror to let you debug and try official ARM
    1.35  packages. Sat will create a mirror directory in the working path and download 
    1.36 @@ -46,6 +40,36 @@
    1.37  file and download any modified or new packages.
    1.38  
    1.39  
    1.40 +Custom SliTaz system files: rootfs/
    1.41 +--------------------------------------------------------------------------------
    1.42 +Custom SliTaz ARM scripts and files used to generate a distro. These files
    1.43 +and any other system files can be erased or added via the flavors support. The
    1.44 +rootfs files can also be directly modified before generating a new distro.
    1.45 +
    1.46 +
    1.47 +CGI Admin web interface: cgi-adm/ 
    1.48 +--------------------------------------------------------------------------------
    1.49 +Very small and fast CGI SHell admin/info web interface for ARM devices with
    1.50 +plugins support. The goal is not to rewrite TazPanel but to have a light CGI
    1.51 +toolkit to code specific ARM devices plugings such as boot configs for the
    1.52 +Raspberry Pi. In the plugins directory you will find the a skeleton to start
    1.53 +your custom plugin. You can also create general purpose or hardware specific
    1.54 +plugins.
    1.55 +
    1.56 +The root directory is: /var/www/adm and the default web server is Busyboy HTTPd.
    1.57 +So just start the web server and connect to the IP address of your machine:
    1.58 +
    1.59 +# stard httpd
    1.60 +
    1.61 +URL form: http://192.rpi.ip/adm/
    1.62 +
    1.63 +On SliTaz i486 you can also use Busybox HTTPd  and install the cgi-adm files
    1.64 +under /var/www and code directly then copy or upload you plugin to your ARM 
    1.65 +devices.
    1.66 +
    1.67 +# make install-cgi
    1.68 +
    1.69 +
    1.70  Bugs
    1.71  --------------------------------------------------------------------------------
    1.72  Please report bugs on the Slitaz Bug Tracker: http://bugs.slitaz.org/