Git Product home page Git Product logo

houdini_install_script's Introduction

Houdini Silent Install Script

What is it

Automatically (silent) downloads and installs latest Houdini build. Good solution for studio pipeline!

What does it do

  • Logs in SideFx site using USERNAME and PASSWORD
  • Looking for the latest Houdini production build at http://www.sidefx.com/download/daily-builds/
  • Downloads the latest build if it is not yet downloaded or file is corrupted
  • Extracts archive (Linux)
  • Starts silent installation of Houdini only

How to

Start script with python in command line. Set USERNAME and PASSWORD of SideFx Site Account.

(linux)

python ./houdini_install.py -u myusername -p mypassword -i /opt/houdini

(windows start as admin!)

python c:\scripts\houdini_install.py -u myusername -p mypassword -i c:\software\houdini

Script will install houdini to folder installation_dir/build/

If last Houdini build is 16.5.123 HFS will be /opt/houdini/16.5.123 or c:\software\houdini\16.5.123

Flags

  • -i --install_dir - Installation dir. Required.
  • -u --username - SideFX site username
  • -p --password - SideFX site password
  • -s --server - Install Houdini License Server. y/yes, n/no, a/auto. Default auto (experimental)

Requires

  • Windows or Linux
  • python 2.7
  • Python Modules requests and BeautifulSoup

To install modules call command

pip install beautifulsoup4 requests

Tested on

  • Windows 10 x64
  • Ubuntu 16.04

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.