Coder Social home page Coder Social logo

opencloudrender's Introduction

PREREQUISITES:

Python - on Windows only:

Please install python 2.7.9 including pip

PySide

Linux - yum based distros:

sudo yum install python-pyside

Note: On Centos 7 you have to compile & install PySide by yourself as described here: http://unix.stackexchange.com/questions/160496/how-to-install-pyside-package-for-centos-7

OSX:

install macports and do:

sudo port install py-pyside

Windows:

pip install -U PySide

Boto

Windows (might also work on Linux/MacOs):

pip install -U boto

Linux/Mac - from source:

git clone https://github.com/boto/boto.git
cd boto
sudo python setup.py install

INSTALL:

git clone https://github.com/ultra-sonic/opencloudrender.git
cd opencloudrender
#get cgru rendermanger - submodule
git submodule init
git submodule update

Note: I originally intended to install opencloudrender using distutils, but due to the dependency on "cgru/afanasy" this seems impossible. If anybody comes up with a clever way let me know!

CONFIGURE:

Afanasy

you must configure the hostname or ip of your afserver here: cgru/afanasy/config_default.json

just change this line: "af_servername":"yourserver.here.com", Boto

please copy .boto-default to your user-home and rename it to .boto now fill in your own aws credentials - also remove those <> brackets

LAUNCH:

just launch

opencloudrender.sh

or

opencloudrender.bat

opencloudrender's People

Contributors

ultra-sonic avatar

Watchers

 avatar  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.