我的铁路机是发动机场服务器。
我需要为公众创造切身关系。
• 如何在发动机场服务器上建立连接?
我在部署方面没有经验,因为我非常热切地想知道连接点和营地的重要性是什么;应该为此建立一套链条?
目前,我还利用了在法典中应写字的老化环境,或创建文件,以便在部署同一生产守则时,自动形成一条连接。
感谢!
我的铁路机是发动机场服务器。
我需要为公众创造切身关系。
• 如何在发动机场服务器上建立连接?
我在部署方面没有经验,因为我非常热切地想知道连接点和营地的重要性是什么;应该为此建立一套链条?
目前,我还利用了在法典中应写字的老化环境,或创建文件,以便在部署同一生产守则时,自动形成一条连接。
感谢!
在发动机Yard上建立通道的恰当办法是增加布局。 您想在项目上增加一个/开发目录,并在前添加一个目录。
例如,如果我在共享名录(/数据/米_app/commd/config)中提出配置文件,我可以补充部署线,把这一档案连接起来。
你档案的内容就是这样:
run "ln -nfs #{shared_path}/config/some_config.yml #{release_path}/config/some_config.yml"
第3号(共享_path}变量指你们共享的目录和编号{release_path},是目前作为部署的一部分发布的。
更多信息可在以下网址找到:http://docs.engineyard.com/use-deploy-hooks-with-engine-yard-cloud.html”rel=“nofollow”http://docs.engineyard.com/use-deploy-hooks-with-engine-yard-cloud.html。
每当你部署时,这些通道就应当自动建立。 其宗旨是维持你在多种部署中应用的同样道路。 在你部署申请时,你应与最新释放一样(关于“团结机器”):
ln -s /application/releases/10102011011029/public /application/current
第一条道路是REAL档案或目录。 第二条道路是连接线的道路和名称。 现在,当你指出什么是/申请/申请/目前的时候,它将是最新的释放。
如果你使用Capistrano,只要你部署,就自动照顾到你。
collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...
We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...
As part of a web application I need an auth-code to pass as a URL parameter. I am currently using (in Rails) : Digest::SHA1.hexdigest((object_id + rand(255)).to_s) Which provides long strings like : ...
I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?
I have a these 3 models: class User < ActiveRecord::Base has_many :permissions, :dependent => :destroy has_many :roles, :through => :permissions end class Permission < ActiveRecord::...
I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml
guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...
I’m developing an application dedicated to generate statistical reports, I would like that user after saving their stat report they save sql queries too. To do that I wrote the following module: ...