Git Product home page Git Product logo

installer's Introduction

  ___  _ __   ___ _   _  ___
 / _ \| '_ \ / _ \ | | |/ _ \
| (_) | | | |  __/ |_| |  __/
 \___/|_| |_|\___|\__, |\___|
                  |___/

oneye is released under the GNU Affero General Public License Version 3 (AGPL3)
 -> provided with this release in license.txt
 -> or via web at www.gnu.org/licenses/agpl-3.0.txt

Copyright © 2005 - 2010 eyeos Team ([email protected])
             since 2010 Lars Knickrehm ([email protected])

What's new
 * https://github.com/oneye/oneye/commits/master

=== D O N A T E ===

oneye can be downloaded, installed and used for free. We’re working hard to offer you a well-usable stable system.
You can support the development of oneye by donating. For more information visit http://oneye-project.org/donate/ , please.

=== S I T E S ===

Website: http://oneye-project.org/
Forums: http://forums.oneye-project.org/
Report Bugs: http://forums.oneye-project.org/viewforum.php?id=5

=== H E L P ===

Requirements
	Server
		The main requirement for an oneye installation is a PHP 5 running web server.
		oneye has its own virtual file system and does not require a database to work. You will however need the capability of uploading files and directories to the webspace and to be able to change folder permissions.
	Client (Web Browser)
		Your browser needs to be standards-compliant and support CSS. This includes the common modern browsers:
			* Internet Explorer
			* Mozilla Firefox
			* Google Chrome
		Lower versions and other browsers may also work. We strongly recommend the use of up-to-date browsers to be able to use all oneye features!

Installing oneye
	Once you have downloaded oneye, follow these instructions to install:
		* Extract the package you downloaded.
		* Copy the extracted files to your web directory (e.g. via FTP).
		* Start your web browser and browse to the folder "installer".
		* Follow the instructions the oneye installer gives you.
		* Log into your new oneye system. (username: "root")

Updating oneye
	The updater works with previous oneye and eyeos versions 1.5 and higher.
		* Follow the instructions from help topic "Installing oneye".
		* Click "Update oneye!" to start updating.

Office Support
	oneye allows you to open and (partly) to save Microsoft Office and Open Document files. It uses LibreOffice (or OpenOffice.org) as backend. It can be set up on Linux and Windows servers only.
		* To install Office Support login as "root" user and start the oneye "System Preferences".
		* Select "System" from the left bar and go to the tab "Office Support".
		* Follow the given instructions.

Uninstalling oneye
	* Login as root user and start "System Preferences" (eyeControl).
	* Select "Uninstall oneye" tab under "System".
	* Enter your root password, click on "Uninstall oneye" and confirm the dialog box, which appears.

Remove broken installations
	* Follow the instructions from help topic "Installing oneye".
	* Select "Uninstall oneye" form the select box and click "Continue...".
	* Click "Yes" to confirm uninstalling oneye.

installer's People

Contributors

lars-sh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

installer's Issues

Adapt to PHP 8

I have fixed problems when running oneye on PHP 8:
https://github.com/namnhatpham1995/installer/tree/fix_error

However, in "package.eyepackage", I have to remove get_magic_quotes_gpc() from file "main.eyecode" in /package/system/system/services/sec to make it run successfully after install.
But when I try to gzip the whole folder package into package.tar.gz and change name to package.eyepackage, the install said "package.eyepackage is corrupted".

Can you check my fix on the branch and also make change to the package also?

Password of user root is not set correctly when installing oneye 9.6.0 preview (always password "root")

Steps to reproduce:

  • Installed XAMPP 5.6.40 for Linux (last version with PHP 5) in Debian 10.

https://nav.dl.sourceforge.net/project/xampp/XAMPP%20Linux/5.6.40/xampp-linux-x64-5.6.40-1-installer.run

  • Stopped XAMPP:

$ sudo /opt/lampp/xampp stop

  • Modified the user privileges of the htdocs folder

$ sudo chown -R <myuser>:<mygroup> /opt/lampp/htdocs

  • Modified the User and Group entries in /opt/lampp/etc/httpd.conf

  • Started XAMPP:

$ sudo /opt/lampp/xampp start

  • Install oneye

$ cd /opt/lampp/htdocs
$ wget https://github.com/oneye/oneye/releases/download/v0.9.6-preview/oneye_0.9.6.preview.zip
$ unzip oneye_0.9.6.preview.zip -d oneye096

open this url in the browser:

http://localhost/oneye096/installer/

No matter what password is specified, it is always set to "root".

$ cat root.xml 
<eyeUser>
	<username>root</username>
	<createDate>1607165748</createDate>
	<group>public</group>
	<password_hash>$2y$10$yxKxFhIdo1m3HWvS7uLcfe5lofHiryMmt73LYNDkL4Ljq9gCxL6y.</password_hash>
	<lastLogin>1607175248</lastLogin>
</eyeUser>

Later it can be modified in the System preferences to any other password.

The bug does not happen when I create a new user (other than root) via the login window.

Update:

When installing oneye 9.6.0 preview in XAMPP 7.4.13 for Linux, it is the same.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.