Вы находитесь на странице: 1из 3

eyeos 2.

0 "Developers Preview" Installation Instructions

Requirements Apache: Version 2.x (2.2 recommended) PHP: Version 5.2.0 or above (5.2.6 or above recommended) Modules (non-exhaustive list): curl (recommended) gd mbstring mcrypt mysql mysqli sqlite pdo pdo_mysql pdo_sqlite shared memory support enabled (recommended) json support enabled (recommended) Configuration: safe_mode off disable_functions empty memory_limit >= 16MB post_max_size >= 20MB (for upload) max_upload_size >= 20MB (for upload) session.use_only_cookies disabled MySQL: Version 5.x Browser: Firefox 3 or above (3.5 recommended) Safari 4 Opera 10.x Internet Explorer 7 or above (it seems there is a problem with IE at the moment)

Installation The eyeos 2.0 "developers preview" has no installer, which makes it a bit harder to setup than what you can experience with the installer from eyeos 1.x. Once you have downloaded the archive "eyeos20.tar.gz" follow the steps described here after: 1. Extract the content in the target directory 2. If you are on Unix Like system (Linux, MacOS, BSD, ...) do a "chmod -R 777" on the whole directory to give full permissions to your server on the files

3. Setup your database: 1. Open your default database manager for MySQL and create a new database for eyeos 2. Import the content of the SQL scripts located in /extras/EyeosUMSQL and /eyeos/EyeosPeopleSQL, this will create 7 tables in the newly created database. 3. Open the file /settings.php with a text editor and go to the section "STORAGE" 4. In "mysql:dbname=eyeos;host=127.0.0.1", replace "eyeos" by the name of your database, and optionnaly "127.0.0.1" by the IP of your MySQL server 5. In "define('SQL_PASSWORD', 'root');" replace "root" by the root password for your database 4. Everything should be fine now, you can open a browser and enter the URL to your eyeos 2.0 "DP", and login with "root"/"root" (administrator) or "john"/ "john" (regular user)

What You Should Know This "developers preview" is NOT a production version. None of its features must be considered as stable nor complete. The graphical appearance is NOT the final one. We are using Qooxdoo for an improved user experience and most of the elements have the default appearance provided by Qooxdoo. A full default theme will be provided by the eyeos designers for the final release. A lot of bugs are present and you may encounter a significant number of errors during your tests. For most of them we are already aware of them but you are encouraged to post your feedback on the forums. For convenience, we used MySQL and SQLite for some features of the system. Be aware that almost every part of the system has been designed to be replaceable, the data providers more that anything. Which means that it will be possible in the future to use XML only, or SQLite only, or MySQL only, or PostgreSQL only, or a mix of the previous ones, simply by configuration. There is almost nothing in common with eyeos 1.x on the architecture side. This version is a complete re-write from scratch. There is no compatibility layer for eyeos 1.x applications. It is planned to be integrated in the future. You should not consider eyeOS 2.0 preview secure for public server installation, its likely to have serious security problems since it is not finished.

FAQ Q: I cannot login with any of the default user, why? A: Try to check the permissions and execute a "chmod -R 777" again if needed. Q: There is no desktop anymore on eyeos! A: Actually we plan to offer two kinds of interface for the desktop in eyeos 2.x: the

default one will be a dashboard, with widgets in columns for a fast access to applications services, and the classical desktop with icons as you can find it in eyeos 1.x. Each user will be able to choose the one he wants to use from his settings. Q: The "Upload" application is not uploading my files! A: Edit php.ini and set "use_only_cookies" to 0, this problem is due to the creation of an extra cookie by Flash. (more to come...)

eyeos - 04 Nov. 2009 - 18:30

Вам также может понравиться