An open API service indexing awesome lists of open source software.

https://github.com/ourway/flipfarm

Flask / Celery based RenderMan Render farm Management System
https://github.com/ourway/flipfarm

animation celery flask python renderfarm renderman

Last synced: 10 months ago
JSON representation

Flask / Celery based RenderMan Render farm Management System

Awesome Lists containing this project

README

          

flipfarm renderfarm management system
====

before installation, remember to disable firewall:

```
sudo ufw disable
```

```
sudo apt-get update
sudo apt-get install redis-server libssl-dev libffi-dev python-dev -y
wget https://bootstrap.pypa.io/get-pip.py
sudo -H /usr/bin/python get-pip.py
rm get-pip.py
cd flipfarm
sudo -H /usr/bin/python -m pip install virtualenv httpie cython
virtualenv .pyenv
source .pyenv/source/activate

```