Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -bash-3.2$ lsb_release
- LSB Version: :core-4.0-ia32:core-4.0-noarch:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-ia32:printing-4.0-noarch
- -bash-3.2$ nginx -v
- nginx: nginx version: nginx/1.0.0
- -bash-3.2$ ruby -v
- ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux]
- bash-3.2# openssl
- OpenSSL> version
- OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
- Часть конфига nginx, остальное роли не играет
- http {
- passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15;
- passenger_ruby /usr/local/bin/ruby;
- ....
- server {
- listen 80;
- server_name sed.service.ru;
- root /var/www/service/releases/20120403125316/public;
- passenger_enabled on;
- ....
- Gemfile
- source 'http://rubygems.org'
- gem 'rails', '3.0.0'
- gem 'mysql'
- # Authentication
- gem 'authlogic', :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3"
- gem 'inherited_resources'
- # Radius Authorization
- # gem 'authlogic_radius'
- gem 'radiustar'
- gem 'haml'
- gem 'devise'
- # Ldap
- gem 'net-ldap'
- gem 'russian'
- # BreadCrumbs
- gem 'breadcrumbs'
- gem 'crummy'
- # Sphinx
- gem 'thinking-sphinx', :git => "git://github.com/freelancing-god/thinking-sphinx.git", :branch => "rails3", :require => 'thinking_sphinx'
- # Authorization
- gem 'declarative_authorization', :git => "http://github.com/stffn/declarative_authorization.git"
- gem 'ruby_parser'
- # Deploy with Capistrano
- gem 'capistrano'
- # Attaches for documents
- gem 'paperclip'
- Gemfile.lock
- GIT
- remote: git://github.com/freelancing-god/thinking-sphinx.git
- revision: 38362ac0fd81d4ac8c7e596f6c950fcac4a259f8
- branch: rails3
- specs:
- thinking-sphinx (2.0.0.rc2)
- activerecord (>= 3.0.0.rc)
- riddle (>= 1.0.12)
- GIT
- remote: git://github.com/odorcicd/authlogic.git
- revision: a087ad0cba3c165ba22fcf176c28b6f7517931e8
- branch: rails3
- specs:
- authlogic (2.1.3)
- activesupport
- GIT
- remote: http://github.com/stffn/declarative_authorization.git
- revision: 1b710bfb9735597865ae88b9119d9158a2736c43
- specs:
- declarative_authorization (0.5)
- rails (>= 2.1.0)
- GEM
- remote: http://rubygems.org/
- specs:
- abstract (1.0.0)
- actionmailer (3.0.0)
- actionpack (= 3.0.0)
- mail (~> 2.2.5)
- actionpack (3.0.0)
- activemodel (= 3.0.0)
- activesupport (= 3.0.0)
- builder (~> 2.1.2)
- erubis (~> 2.6.6)
- i18n (~> 0.4.1)
- rack (~> 1.2.1)
- rack-mount (~> 0.6.12)
- rack-test (~> 0.5.4)
- tzinfo (~> 0.3.23)
- activemodel (3.0.0)
- activesupport (= 3.0.0)
- builder (~> 2.1.2)
- i18n (~> 0.4.1)
- activerecord (3.0.0)
- activemodel (= 3.0.0)
- activesupport (= 3.0.0)
- arel (~> 1.0.0)
- tzinfo (~> 0.3.23)
- activeresource (3.0.0)
- activemodel (= 3.0.0)
- activesupport (= 3.0.0)
- activesupport (3.0.0)
- arel (1.0.1)
- activesupport (~> 3.0.0)
- bcrypt-ruby (2.1.2)
- breadcrumbs (0.1.5)
- builder (2.1.2)
- capistrano (2.5.19)
- highline
- net-scp (>= 1.0.0)
- net-sftp (>= 2.0.0)
- net-ssh (>= 2.0.14)
- net-ssh-gateway (>= 1.0.0)
- crummy (0.1.0)
- devise (1.1.2)
- bcrypt-ruby (~> 2.1.2)
- warden (~> 0.10.7)
- erubis (2.6.6)
- abstract (>= 1.0.0)
- haml (3.1.3)
- has_scope (0.5.1)
- highline (1.6.1)
- i18n (0.4.1)
- inherited_resources (1.3.0)
- has_scope (~> 0.5.0)
- responders (~> 0.6.0)
- mail (2.2.5)
- activesupport (>= 2.3.6)
- mime-types
- treetop (>= 1.4.5)
- mime-types (1.16)
- mysql (2.8.1)
- mysql (2.8.1-x86-mingw32)
- net-ldap (0.1.1)
- net-scp (1.0.3)
- net-ssh (>= 1.99.1)
- net-sftp (2.0.5)
- net-ssh (>= 2.0.9)
- net-ssh (2.0.23)
- net-ssh-gateway (1.0.1)
- net-ssh (>= 1.99.1)
- paperclip (2.3.3)
- activerecord
- activesupport
- polyglot (0.3.1)
- rack (1.2.1)
- rack-mount (0.6.13)
- rack (>= 1.0.0)
- rack-test (0.5.4)
- rack (>= 1.0)
- radiustar (0.0.3)
- rails (3.0.0)
- actionmailer (= 3.0.0)
- actionpack (= 3.0.0)
- activerecord (= 3.0.0)
- activeresource (= 3.0.0)
- activesupport (= 3.0.0)
- bundler (~> 1.0.0)
- railties (= 3.0.0)
- railties (3.0.0)
- actionpack (= 3.0.0)
- activesupport (= 3.0.0)
- rake (>= 0.8.4)
- thor (~> 0.14.0)
- rake (0.8.7)
- responders (0.6.4)
- riddle (1.1.0)
- ruby_parser (2.0.5)
- sexp_processor (~> 3.0)
- russian (0.2.7)
- sexp_processor (3.0.5)
- thor (0.14.0)
- treetop (1.4.8)
- polyglot (>= 0.3.1)
- tzinfo (0.3.23)
- warden (0.10.7)
- rack (>= 1.0.0)
- PLATFORMS
- ruby
- x86-mingw32
- DEPENDENCIES
- authlogic!
- breadcrumbs
- capistrano
- crummy
- declarative_authorization!
- devise
- haml
- inherited_resources
- mysql
- net-ldap
- paperclip
- radiustar
- rails (= 3.0.0)
- ruby_parser
- russian
- thinking-sphinx!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement