Code Monkey home page Code Monkey logo

ovd-4.0.2's Introduction

This was the final Community Release of Ulteo OVD.

The install/compile instructions below we're used on a Ubuntu 12.04 x86 LTS machine.

  1. Install a SubSystem Install a requirement package apt-get install curl

    cd Subsystem sudo ./autogen (set a environment variable - CHROOTDIR -) (check /etc/ulteo/subsystem.conf file) { ---> if you see some error, check below files sudo cp ./Subsystem/script/uchroot /usr/sbin sudo chown root. /usr/sbin/uchroot

     	chmod +x ./Subsystem/init/debian/ulteo-ovd-subsystem
     	sudo cp ./Subsystem/init/debian/ulteo-ovd-subsystem /etc/init.d
     	sudo chown root. /etc/init.d/ulteo-ovd-subsystem
     }
    

    cd packaging/debian/ovd-subsystem/lucid chmod +x ulteo-ovd-session-manager.* vi ulteo-ovd-subsystem.templates delete '_' (_Description -> Description) sudo ./ulteo-ovd-subsystem.postinst session manager IP : 127.0.0.1

  2. mount a home directory . /etc/default/ulteo-ovd-subsystem mkdir $CHROOTDIR/home/$(whoami) sudo mount --bind ~ $CHROOTDIR/home/$(whoami) sudo uchroot cd

  3. Install a xrdp Install requirement packages apt-get install libssl-dev libpam0g-dev libx11-dev libxfixes-dev libjpeg-dev libcups2-dev libxml2-dev libpulse-dev libfuse-dev libmagickwand-dev autoconf automake subversion libtool

    cd xrdp ./autogen chmod +x configure

    ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make && make install vi /etc/ld.so.conf.d/libxrdp.conf /usr/lib/xrdp ldconfig <--- set a path of shared libraries

  4. Install a OvdServer Install a requirement package apt-get install python-svn (pysvn module)

    cd OvdServer vi autogen ./autogen ./setup.py build ./setup.py install --prefix=/usr

  5. Install a OvdShell

    cd ApplicationServer/OvdShells ./autogen ./setup.py build ./setup.py install --prefix=/usr

  6. Run a ulteo-ovd-subsystem exit (from uchroot) service ulteo-ovd-subsystem start

Change Logo's: A intro page's logo is "/usr/share/ulteo/sessionmanager/admin/media/image/main.png" And a session manager's menu logo is "/usr/share/ulteo/sessionmanager/admin/media/image/menu/main.png"

ovd-4.0.2's People

Contributors

vantzs avatar

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.