slitaz-forge rev 517

arm: move first boot config to config.html
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 13 09:43:18 2014 +0200 (2014-04-13)
parents 778410a7c66e
children 8ff618229a20
files arm/codex/config.html arm/codex/index.html arm/codex/setup.html
line diff
     1.1 --- a/arm/codex/config.html	Sun Apr 13 03:24:15 2014 +0200
     1.2 +++ b/arm/codex/config.html	Sun Apr 13 09:43:18 2014 +0200
     1.3 @@ -25,10 +25,20 @@
     1.4  </p>
     1.5  
     1.6  <ul>
     1.7 +	<li><a href="#firstboot">First boot setup</a></li>
     1.8  	<li><a href="#slitaz-config">SliTaz Ncurses config</a></li>
     1.9  	<li><a href="#cgi-adm">CGI/Web remote control</a></li>
    1.10  </ul>
    1.11  
    1.12 +<h2 id="firstboot">First boot setup</h2>
    1.13 +<p>
    1.14 +	On the first SliTaz ARM boot you will be prompted to configure basic
    1.15 +	system settings such as the system keymap and the root password. If
    1.16 +	you don't want this setup you can create a file with the current date as
    1.17 +	content. Mount the sdcard and create a file /var/lib/slitaz/post-install
    1.18 +	before you boot.
    1.19 +</p>
    1.20 +
    1.21  <h2 id="slitaz-config">SliTaz Ncurses config</h2>
    1.22  <p>
    1.23  	Each SliTaz ARM flavor provide a Ncurses dialog tool to configure the
     2.1 --- a/arm/codex/index.html	Sun Apr 13 03:24:15 2014 +0200
     2.2 +++ b/arm/codex/index.html	Sun Apr 13 09:43:18 2014 +0200
     2.3 @@ -29,7 +29,7 @@
     2.4  	<li><a href="faq.html">The FAQ</a> - Frequently Asked Questions</li>
     2.5  	<li><a href="config.html">Configuration</a> - System &amp; devices configuration</li>
     2.6  	<li><a href="apps.html">Applications</a> - List of applications with tips</li>
     2.7 -	<li><a href="setup.html">Setup</a> - System &amp; services setup guides</li>
     2.8 +	<li><a href="setup.html">Setup</a> - Services setup mini guides</li>
     2.9  </ul>
    2.10  
    2.11  <!-- Close content -->
     3.1 --- a/arm/codex/setup.html	Sun Apr 13 03:24:15 2014 +0200
     3.2 +++ b/arm/codex/setup.html	Sun Apr 13 09:43:18 2014 +0200
     3.3 @@ -18,26 +18,31 @@
     3.4  <!-- Content -->
     3.5  <div id="content">
     3.6  	
     3.7 -<h2>System &amp; services setup</h2>
     3.8 +<h2>Services setup guides</h2>
     3.9  
    3.10  <p>
    3.11  	Setup a web server or an IRC bouncer on your nifty ARM board.
    3.12  </p>
    3.13  
    3.14  <ul>
    3.15 -	<li><a href="#firstboot">First boot setup</a></li>
    3.16 +	<li><a href="#httpd">HTTP Web server</a></li>
    3.17  	<li><a href="#znc">IRC bouncer setup</a></li>
    3.18  </ul>
    3.19  
    3.20 -<h2 id="firstboot">First boot setup</h2>
    3.21 +<h2 id="httpd">HTTP Web server</h2>
    3.22 +
    3.23  <p>
    3.24 -	On the first SliTaz ARM boot you will be prompted to configure basic
    3.25 -	system settings such as the system keymap and the root password. If
    3.26 -	you don't want this setup you can create a file with the current date as
    3.27 -	content. Mount the sdcard and create a file /var/lib/slitaz/post-install
    3.28 -	before you boot.
    3.29 +	SliTaz ARM can be turn into a powerfull web server, since the include
    3.30 +	Busybox HTTPd daemon have some limitations we recommend to use the
    3.31 +	light anf fast 'lighttpd' package with modules, CGI and advanced
    3.32 +	configuration support:
    3.33  </p>
    3.34  
    3.35 +<pre>
    3.36 +# spk-add lighttpd
    3.37 +Config files: /etc/lighttpd
    3.38 +</pre>
    3.39 +
    3.40  <h2 id="znc">IRC bouncer setup</h2>
    3.41  
    3.42  <p>