https://github.com/ourway/exofarm
Flip Farm Render-farm management system | Archive
https://github.com/ourway/exofarm
admin-dashboard autodesk-maya renderfarm
Last synced: about 1 month ago
JSON representation
Flip Farm Render-farm management system | Archive
- Host: GitHub
- URL: https://github.com/ourway/exofarm
- Owner: ourway
- Created: 2019-11-30T05:39:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T05:39:28.000Z (over 6 years ago)
- Last Synced: 2025-03-04T16:12:17.948Z (over 1 year ago)
- Topics: admin-dashboard, autodesk-maya, renderfarm
- Language: Python
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```