|
7 years ago | |
---|---|---|
docs | 8 years ago | |
misc | 8 years ago | |
node-ruby | 7 years ago | |
server | 7 years ago | |
README.md | 8 years ago |
About
Blusteromatic is a remote renderer for blender files. Just upload a blend file, configure it, and render it!
Screenshot
Features
Installation
We are assuming the following infos about the installation:
# = root
$ = under 'blusteromatic'
# useradd -m -s /bin/bash blusteromatic
# sudo su - blusteromatic
Install RVM : https://rvm.io// with a ruby-1.9.x
$ echo 'export RAILS_ENV=production' >> .bash_profile
$ cd
$ git clone git://github.com/rhaamo/blusteromatic.git
$ cd blusteromatic/server
$ bundle install
Create the 'config/database.yml' file.
$ rake db:create db:migrate
$ rake assets:clean assets:precompile
$ rake tmp:create
$ cd ~/blusteromatic/
$ cp misc/unicorn.rb ~/
Edit unicorn.rb according to your options (ruby version, paths)
# cp /home/blusteromatic/blusteromatic/misc/nginx_blusteromatic /etc/nginx/sites-availables/
# ln -s /etc/nginx/sites-availables/nginx_blusteromatic /etc/nginx/sites-enabled/nginx_blusteromatic
Edit /etc/nginx/sites-enabled/nginx_blusteromatic with your options
# apt-get install screen
# sudo su - blusteromatic
$ screen
$ cd blusteromatic/node-ruby
$ bundle install
Create the config.yml file
$ ruby node.rb
Ctrl-a d to detach screen, etc... See manpage for screen.
License
Contact
Rhaamo : rhaamo at sigpipe dot me