How to install eyeOS in Ubuntu 9.04

EyeOS is an opensource WebDesktop. It enables you to access a desktop environment on your browser. A brief info can be found here.EyeOS is very easy to install. It only requires Apache and PHP5 to be properly installed and configured.

In order to install apache2 on Ubuntu use the following command.

[shredder12]$ sudo apt-get install apache2

and to install PHP5 use this

[shredder12]$ sudo apt-get install php5

In order to configure apache to handle PHP5 we will need to install PHP5 module for apache. It might get installed automatically along with PHP5 but just in case this doesn't happen one can use this command to install it.

[shredder12]$ sudo apt-get install libapache2-mod-php5

After installing all the required softwares we need to check if everything is working properly. For apache2, open your web browser and try to open this url http://localhost/. If you see "It works" then you can be assured that apache2 is working properly. Before checking for PHP5 lets enable the PHP5 module for apache.

[shredder12]$ sudo a2enmod php5

This will enable the PHP5 module.

Lets now download the eyeOS package. Use this to download any of the archived package. Extracting that file will create a folder name "eyeOS". Now move this folder to /var/www/

[shredder12]$ sudo mv eyeOS  /var/www/

After that try to open the page http://localhost/eyeOS/. If you get an option of dowloading a PHP file then it means that PHP5 is not configured properly. To configure it properly follow this tutorial.

If you see a login page then congrats you have successfully installed eyeOS. After that you may follow the user manual provided by them.

P.S. - This manual is to help you install eyeOS in Ubuntu 9.04 (Jaunty) step by step but similar steps can be taken to install eyeOS on most of linux distros.

1 Comment

marc (not verified)
July 30th, 2010 10:50 pm
The title seems wrong, as the tutorial seems to be on how to install a LAMP server on a linux box, not the eyeOS. There are so many more things left unclear in the process of installing eyeOS 2.0 and this tutorial doesn't help one bit.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <img> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <h1> <h2> <h3> <h4> <h5> <h6> <p> <br>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Use syntax $$latex$$ to insert LaTeX formulas.
  • Image links with 'rel="lightbox"' in the <a> tag will appear in a Lightbox when clicked on.
  • Search Engines will index and follow ONLY links to allowed domains.

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.