Robotino Web Interface

From RobotinoWiki
Revision as of 14:32, 24 October 2013 by Tianlan (talk | contribs) (Install Lighttpd)

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