Skip to content
halsk edited this page Apr 20, 2013 · 4 revisions

Welcome to the Marsface wiki!

Server

210.129.195.216 (please send public key if you need to login server)

Environment

  • Ubuntu 12.04 LTE 64bit
  • nginx 1.2.7
  • Ruby 1.9.3-p194
  • Rails 3.2.13
  • unicorn 4.6.2

Application root

/usr/share/nginx/Marsface/server

How to load images

This will replace existing images and clear vote history!

  1. Copy images to server directory
# at your local machine
scp /YOUR_IMAGE_DIR/* 210.129.195.216:/usr/share/nginx/Marsface/server/app/assets/images/targets/
  1. Create Image records from the image files
cd /usr/share/nginx/Marsface/server
bundle exec rake db:migrate
Clone this wiki locally