#WEB access

Each Acme board has a pre-installed web server ready to hosts your own web pages or runs your php applications. 

If you are using a bootable microSD with Kernel 3.11.x or higher open your browser and go to this URL:

* [http://ariag25.local](http://ariag25.local) 

If nothing appear read [how to install Bonjour on your PC](/bonjour). 

The default web page will appear:

<img src="./webide1.jpg" class="caption" title="Acme board home page"/>

From this page you can have access to the [Codiad Web editor](http://codiad.com/) already installed on the Acme board 
end try some programming examples or create your own. It is possible also to have access to the Linux command line to 
launch your program or manage the board.

<img src="./codiad_web_ide.jpg" class="caption" title="Codiad Web IDE"/>

If you are using a bootable microSD with Kernel 2.6.x you have to discover what is the IP 
address assigned to your Acme board (@article='ip_discovering') then open your preferred 
web browser and type this address in the browser URL field.

![](./default_web_page.jpg)

This is the default web page. To change it with your own pages simply save them on the directory <b>/var/www</b>.

The default web server Lighttpd (<a href="http://www.lighttpd.net">http://www.lighttpd.net</a>).

<a href="http://www.lighttpd.net">
<img src="./200px-Lighttpd_logo.svg.png" border="0">
</a>

A fully working <a href="http://en.wikipedia.org/wiki/PHP">PHP language</a> interpreter is alredy installed on the board.

<a href="http://www.php.net/">
<img src="./php.gif" border="0">
</a>

To see it running set this URL on your browser <b>http://board_ip_address/info.php</b>.


