Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. -bash-3.2$ lsb_release
  2. 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
  3.  
  4. -bash-3.2$ nginx -v
  5. nginx: nginx version: nginx/1.0.0
  6.  
  7. -bash-3.2$ ruby -v
  8. ruby 1.8.7 (2008-05-31 patchlevel 0) [i686-linux]
  9.  
  10. bash-3.2# openssl
  11. OpenSSL> version
  12. OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
  13.  
  14. Часть конфига nginx, остальное роли не играет
  15. http {
  16. passenger_root /usr/local/lib/ruby/gems/1.8/gems/passenger-2.2.15;
  17. passenger_ruby /usr/local/bin/ruby;
  18. ....
  19. server {
  20. listen 80;
  21. server_name sed.service.ru;
  22. root /var/www/service/releases/20120403125316/public;
  23. passenger_enabled on;
  24. ....
  25.  
  26. Gemfile
  27. source 'http://rubygems.org'
  28.  
  29. gem 'rails', '3.0.0'
  30.  
  31. gem 'mysql'
  32.  
  33. # Authentication
  34. gem 'authlogic', :git => "git://github.com/odorcicd/authlogic.git", :branch => "rails3"
  35. gem 'inherited_resources'
  36.  
  37. # Radius Authorization
  38. # gem 'authlogic_radius'
  39. gem 'radiustar'
  40. gem 'haml'
  41.  
  42. gem 'devise'
  43.  
  44. # Ldap
  45. gem 'net-ldap'
  46.  
  47. gem 'russian'
  48.  
  49. # BreadCrumbs
  50. gem 'breadcrumbs'
  51. gem 'crummy'
  52.  
  53. # Sphinx
  54. gem 'thinking-sphinx', :git => "git://github.com/freelancing-god/thinking-sphinx.git", :branch => "rails3", :require => 'thinking_sphinx'
  55.  
  56. # Authorization
  57. gem 'declarative_authorization', :git => "http://github.com/stffn/declarative_authorization.git"
  58. gem 'ruby_parser'
  59.  
  60. # Deploy with Capistrano
  61. gem 'capistrano'
  62.  
  63. # Attaches for documents
  64. gem 'paperclip'
  65.  
  66.  
  67.  
  68. Gemfile.lock
  69.  
  70. GIT
  71. remote: git://github.com/freelancing-god/thinking-sphinx.git
  72. revision: 38362ac0fd81d4ac8c7e596f6c950fcac4a259f8
  73. branch: rails3
  74. specs:
  75. thinking-sphinx (2.0.0.rc2)
  76. activerecord (>= 3.0.0.rc)
  77. riddle (>= 1.0.12)
  78.  
  79. GIT
  80. remote: git://github.com/odorcicd/authlogic.git
  81. revision: a087ad0cba3c165ba22fcf176c28b6f7517931e8
  82. branch: rails3
  83. specs:
  84. authlogic (2.1.3)
  85. activesupport
  86.  
  87. GIT
  88. remote: http://github.com/stffn/declarative_authorization.git
  89. revision: 1b710bfb9735597865ae88b9119d9158a2736c43
  90. specs:
  91. declarative_authorization (0.5)
  92. rails (>= 2.1.0)
  93.  
  94. GEM
  95. remote: http://rubygems.org/
  96. specs:
  97. abstract (1.0.0)
  98. actionmailer (3.0.0)
  99. actionpack (= 3.0.0)
  100. mail (~> 2.2.5)
  101. actionpack (3.0.0)
  102. activemodel (= 3.0.0)
  103. activesupport (= 3.0.0)
  104. builder (~> 2.1.2)
  105. erubis (~> 2.6.6)
  106. i18n (~> 0.4.1)
  107. rack (~> 1.2.1)
  108. rack-mount (~> 0.6.12)
  109. rack-test (~> 0.5.4)
  110. tzinfo (~> 0.3.23)
  111. activemodel (3.0.0)
  112. activesupport (= 3.0.0)
  113. builder (~> 2.1.2)
  114. i18n (~> 0.4.1)
  115. activerecord (3.0.0)
  116. activemodel (= 3.0.0)
  117. activesupport (= 3.0.0)
  118. arel (~> 1.0.0)
  119. tzinfo (~> 0.3.23)
  120. activeresource (3.0.0)
  121. activemodel (= 3.0.0)
  122. activesupport (= 3.0.0)
  123. activesupport (3.0.0)
  124. arel (1.0.1)
  125. activesupport (~> 3.0.0)
  126. bcrypt-ruby (2.1.2)
  127. breadcrumbs (0.1.5)
  128. builder (2.1.2)
  129. capistrano (2.5.19)
  130. highline
  131. net-scp (>= 1.0.0)
  132. net-sftp (>= 2.0.0)
  133. net-ssh (>= 2.0.14)
  134. net-ssh-gateway (>= 1.0.0)
  135. crummy (0.1.0)
  136. devise (1.1.2)
  137. bcrypt-ruby (~> 2.1.2)
  138. warden (~> 0.10.7)
  139. erubis (2.6.6)
  140. abstract (>= 1.0.0)
  141. haml (3.1.3)
  142. has_scope (0.5.1)
  143. highline (1.6.1)
  144. i18n (0.4.1)
  145. inherited_resources (1.3.0)
  146. has_scope (~> 0.5.0)
  147. responders (~> 0.6.0)
  148. mail (2.2.5)
  149. activesupport (>= 2.3.6)
  150. mime-types
  151. treetop (>= 1.4.5)
  152. mime-types (1.16)
  153. mysql (2.8.1)
  154. mysql (2.8.1-x86-mingw32)
  155. net-ldap (0.1.1)
  156. net-scp (1.0.3)
  157. net-ssh (>= 1.99.1)
  158. net-sftp (2.0.5)
  159. net-ssh (>= 2.0.9)
  160. net-ssh (2.0.23)
  161. net-ssh-gateway (1.0.1)
  162. net-ssh (>= 1.99.1)
  163. paperclip (2.3.3)
  164. activerecord
  165. activesupport
  166. polyglot (0.3.1)
  167. rack (1.2.1)
  168. rack-mount (0.6.13)
  169. rack (>= 1.0.0)
  170. rack-test (0.5.4)
  171. rack (>= 1.0)
  172. radiustar (0.0.3)
  173. rails (3.0.0)
  174. actionmailer (= 3.0.0)
  175. actionpack (= 3.0.0)
  176. activerecord (= 3.0.0)
  177. activeresource (= 3.0.0)
  178. activesupport (= 3.0.0)
  179. bundler (~> 1.0.0)
  180. railties (= 3.0.0)
  181. railties (3.0.0)
  182. actionpack (= 3.0.0)
  183. activesupport (= 3.0.0)
  184. rake (>= 0.8.4)
  185. thor (~> 0.14.0)
  186. rake (0.8.7)
  187. responders (0.6.4)
  188. riddle (1.1.0)
  189. ruby_parser (2.0.5)
  190. sexp_processor (~> 3.0)
  191. russian (0.2.7)
  192. sexp_processor (3.0.5)
  193. thor (0.14.0)
  194. treetop (1.4.8)
  195. polyglot (>= 0.3.1)
  196. tzinfo (0.3.23)
  197. warden (0.10.7)
  198. rack (>= 1.0.0)
  199.  
  200. PLATFORMS
  201. ruby
  202. x86-mingw32
  203.  
  204. DEPENDENCIES
  205. authlogic!
  206. breadcrumbs
  207. capistrano
  208. crummy
  209. declarative_authorization!
  210. devise
  211. haml
  212. inherited_resources
  213. mysql
  214. net-ldap
  215. paperclip
  216. radiustar
  217. rails (= 3.0.0)
  218. ruby_parser
  219. russian
  220. thinking-sphinx!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement