EyeOS: Difference between revisions

From Alpine Linux
No edit summary
(Replaced content with "{{Delete|eyeOS is deprecated, the Project and source files https://sourceforge.net/projects/eyeos/ are dead and gone!}}")
Tag: Replaced
Line 1: Line 1:
{{Obsolete|eyeOS is deprecated, the Project and source files https://sourceforge.net/projects/eyeos/ are dead and gone!}}  
{{Delete|eyeOS is deprecated, the Project and source files https://sourceforge.net/projects/eyeos/ are dead and gone!}}
 
eyeOS is an open source web desktop following the cloud computing concept that leverages collaboration and communication among users. It is mainly written in PHP, XML, and JavaScript. It acts as a platform for web applications written using the eyeOS Toolkit. It includes a Desktop environment with 67 applications and system utilities
 
= Set up eyeOS on Alpine Linux =
 
This document will be a quick c/p guide to setup eyeOS on Alpine linux. What we will setup is the following:
 
* Lighttpd with PHP
* eyeOS
 
= Install lighttpd, and PHP =
 
{{:Setting Up Lighttpd With FastCGI}}
 
= Installing and configuring eyeOS =
Make webapps folder
 
{{Cmd|mkdir /usr/share/webapps/ -p}}
 
Download previous version:
 
{{Cmd|cd /usr/share/webapps/
wget http://sourceforge.net/projects/eyeos/files/eyeos/1.9.0.1/eyeOS_1.9.0.1.zip/download}}
 
Unpack and delete zip file
 
{{Cmd|unzip download
rm download}}
 
Also you can download latest version:
 
{{Cmd|cd /usr/share/webapps/
wget http://sourceforge.net/projects/eyeos/files/eyeos2/eyeos-2.5.tar.gz/download}}
 
Unpack and delete tar.gz file
 
{{Cmd|cd /usr/share/webapps/
tar -xvzf download}}<big><big><big>'''Project and source files''' https://sourceforge.net/projects/eyeos/ '''are dead and gone!'''</big></big></big>
 
Change Folder Persmissions
 
{{Cmd|chmod -R 777 /usr/share/webapps/eyeOS/}}
 
Make symlinks to eyeOS
 
{{Cmd|ln -s /usr/share/webapps/eyeOS/ /var/www/localhost/htdocs/eyeos}}
 
Unpack main package
 
{{Cmd|cd /usr/share/webapps/eyeOS/
  mv /usr/share/webapps/eyeOS/package.eyepackage /usr/share/webapps/eyeOS/package.tar.gz
  tar zxvf  /usr/share/webapps/eyeOS/package.tar.gz}}
 
== Starting ==
Starting http service and adding to boot
 
{{Cmd|/etc/init.d/lighttpd start && rc-update add lighttpd default}}
 
== Config your eyeos ==
Browse to: http://WEBSERVER_IP_ADDRESS/eyeos
 
  Please fill out the following form to install eyeOS:
 
  Root Password
  Retype Password
  System Name
  Allow users to create accounts
 
When you finish, press "Install eyeOS!" button, and thats all. :)
You have eyeOS cloud computing system working. To access it, go to http://WEBSERVER_IP_ADDRESS/eyeOS and enjoy!
 
[[Category:Desktop]]
[[Category:PHP]]

Revision as of 16:29, 7 December 2021

This material is proposed for deletion ...

eyeOS is deprecated, the Project and source files https://sourceforge.net/projects/eyeos/ are dead and gone! (Discuss)
Make sure no other pages link here and check the page's history before deleting.