Difference between revisions of "Robotino Web Interface"

From RobotinoWiki
(Install Lighttpd)
(Install Lighttpd)
Line 3: Line 3:
  
 
==Install Lighttpd==
 
==Install Lighttpd==
Robotino Web Interfaces uses [http://www.lighttpd.net/ Lighttpd] as web server.
+
Robotino Web Interfaces uses [http://www.lighttpd.net/ Lighttpd] as web server.<br>
:Debian/Ubuntu users can install Lighttpd with apt:
+
Debian/Ubuntu users can install Lighttpd with apt:
 
<pre>
 
<pre>
 
sudo apt-get install lighttpd
 
sudo apt-get install lighttpd
 
</pre>
 
</pre>
:Users of other linux distributions please consult the webpage of [http://www.lighttpd.net/ Lighttpd].
+
Users of other linux distributions please consult the webpage of [http://www.lighttpd.net/ Lighttpd].<br><br>
:
+
To make sure all required modules can be loaded, please run:
:To make sure all required modules can be loaded, please run:
 
 
<pre>
 
<pre>
 
sudo rm /etc/lighttpd/conf-enabled/*
 
sudo rm /etc/lighttpd/conf-enabled/*

Revision as of 15:33, 24 October 2013

Introduction

Robotino Web Interface

Install Lighttpd

Robotino Web Interfaces uses Lighttpd as web server.
Debian/Ubuntu users can install Lighttpd with apt:

sudo apt-get install lighttpd

Users of other linux distributions please consult the webpage of Lighttpd.

To make sure all required modules can be loaded, please run:

sudo rm /etc/lighttpd/conf-enabled/*

Install RobotinoWeb

Build RobotinoWeb from Source

Introduction