This tutorial shows the step by step installation and configuration of an eyeOS application which is hosted on your own server.
We need to install PHP and Apache as a basic requirement
#apt-get install apache2 libapache2-mod-php5
Download eyeOS file
#wget http://sourceforge.net/projects/eyeos/files/eyeos/1.0.1/eyeOS_1.0.1.tar.gz/download
Unpack the file
#tar-xzvf eyeOS_1.0.1.tar.gz
change the directory to eyeOS directory
#cd eyeOS_1.0.1
copy the eyeOS files to /var/www folder
#cp * /var/www
Change the present directory as www
#cd /var/www
change the files inside the directory
#chmod 777 *
Now a welcome screen will popup ,and it is easy to setup
No comments:
Post a Comment