Code Monkey home page Code Monkey logo

azorange's Introduction

AZOrange is a customization for the open source software Orange. 

Installation (Using Ubuntu Lucid Lynx 10.04):
===============================================================================
1) Install all available system updates
2) Install git: 
       sudo apt-get install -y git-core gitosis
3) Get the source code to the <installDir> (<installDir> cannot exist. If <installDir> is not specified, then a folder AZOrange will be created):
       git clone [email protected]:AZCompTox/AZOrange.git [<installDir>]
4) Prepare the system with 3rd party dependencies (inside the <installDir>/AZOrange/install dir):
        ./prepareUbuntu4AZO.sh
5) Create/configure a setup.ini file from a template (inside the <installDir>/AZOrange/install dir):
       cp setup.ini.ubuntu setup.ini
            (edit the setup.ini to configure accordingly to your system)
6) Start the installation scripts (inside the <installDir>/AZOrange/install dir):
       python install.py

7) After successful installation, there will be 3 ways of starting AZOrange:
    a) Click in the orange Icon installed in the Desktop (available if the installer found a way of creating it)
    b) In a terminal window, at the installDir, run the AZOrange start script:
        ./startAZOrange
    c) Manually change shell, load the correct environment and start the application:
        tcsh
        source <installDir>/templateProfile
        azorange



Testing AZOrange installation
===============================================================================
1) Start a tcsh shell:
        tcsh
2) Load the AZOrange environment:
        source <installDir>/templateProfile
3) Change to the tests directory:
        cd <installDir>/tests
4) Start the tests:
        ./runOpenTests.sh


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.