# HG changeset patch # User Christophe Lincoln # Date 1397374998 -7200 # Node ID f40d5132e98dc3fa2c5e6889fae4c2a82cd6f1cc # Parent 778410a7c66e5085ad18def38521f81f74da3554 arm: move first boot config to config.html diff -r 778410a7c66e -r f40d5132e98d arm/codex/config.html --- a/arm/codex/config.html Sun Apr 13 03:24:15 2014 +0200 +++ b/arm/codex/config.html Sun Apr 13 09:43:18 2014 +0200 @@ -25,10 +25,20 @@

+

First boot setup

+

+ On the first SliTaz ARM boot you will be prompted to configure basic + system settings such as the system keymap and the root password. If + you don't want this setup you can create a file with the current date as + content. Mount the sdcard and create a file /var/lib/slitaz/post-install + before you boot. +

+

SliTaz Ncurses config

Each SliTaz ARM flavor provide a Ncurses dialog tool to configure the diff -r 778410a7c66e -r f40d5132e98d arm/codex/index.html --- a/arm/codex/index.html Sun Apr 13 03:24:15 2014 +0200 +++ b/arm/codex/index.html Sun Apr 13 09:43:18 2014 +0200 @@ -29,7 +29,7 @@

  • The FAQ - Frequently Asked Questions
  • Configuration - System & devices configuration
  • Applications - List of applications with tips
  • -
  • Setup - System & services setup guides
  • +
  • Setup - Services setup mini guides
  • diff -r 778410a7c66e -r f40d5132e98d arm/codex/setup.html --- a/arm/codex/setup.html Sun Apr 13 03:24:15 2014 +0200 +++ b/arm/codex/setup.html Sun Apr 13 09:43:18 2014 +0200 @@ -18,26 +18,31 @@
    -

    System & services setup

    +

    Services setup guides

    Setup a web server or an IRC bouncer on your nifty ARM board.

    -

    First boot setup

    +

    HTTP Web server

    +

    - On the first SliTaz ARM boot you will be prompted to configure basic - system settings such as the system keymap and the root password. If - you don't want this setup you can create a file with the current date as - content. Mount the sdcard and create a file /var/lib/slitaz/post-install - before you boot. + SliTaz ARM can be turn into a powerfull web server, since the include + Busybox HTTPd daemon have some limitations we recommend to use the + light anf fast 'lighttpd' package with modules, CGI and advanced + configuration support:

    +
    +# spk-add lighttpd
    +Config files: /etc/lighttpd
    +
    +

    IRC bouncer setup