https://github.com/ourway/exofarm
Flip Farm Render-farm management system | Archive
https://github.com/ourway/exofarm
admin-dashboard autodesk-maya renderfarm
Last synced: 3 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T05:39:28.000Z (over 5 years ago)
- Last Synced: 2025-01-14T22:43:09.730Z (5 months 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```