0

I want to know how to install the unicorn on ubuntu 10.04 and configure it and compile the source code and run the validation on console version

joschi
  • 21,387
  • 3
  • 47
  • 50
  • 1
    Welcome to SO. As per the FAQ this isn't a "real" question as you are asking how to achieve an entire process which you could easily find out how to do yourself. If, however, you are stuck with a specific part of the process that we can answer, we'd be glad to help. Might I suggest you refine your question specifying which bits you have trouble with? Which part isn't working? What don't you understand? As it stands, this question will be closed. –  Aug 12 '10 at 12:57
  • Please post a specific question. :) –  Aug 12 '10 at 13:05

3 Answers3

1

I recommend using Brandon Tilley's guide to serving Rails Apps with RVM, Nginx, Unicorn, and Upstart.

Eric Boehs
  • 121
  • 3
0

gem install unicorn doesn't work? (or sudo gem install unicorn if installing to system gems)

Doon
  • 1,441
  • 9
  • 9
0

Make sure you have make before installing the gem.

sudo apt-get install make

sudo gem install unicorn

the kgio gem requires make.

ERR0
  • 158
  • 5