similar to: web app deployment on a Debian server

Displaying 20 results from an estimated 2000 matches similar to: "web app deployment on a Debian server"

2007 Sep 30
9
Problems with testing nested routes using mocking
Hello forum I have there to files #----- virtual_host_controller.rb class VirtualHostsController < ApplicationController before_filter :capture_domain # GET /domain/1/virtual_hosts/1 def show @virtual_host = @domain.virtual_hosts.find(params[:id]) respond_to do |format| format.html # show.rhtml end end private def capture_domain if
2012 Sep 26
6
Puppet 2.7, hiera 1.0 and hiera as an ENC
This is the situation I have: All my hosts are the* same OS.* All my host are in the* same puppet environment,* so I cannot use %{environment} I have a module that sets all the *basic* functionality for the OS, resolution, authentication, security, packages, etc I have a module for each application hosted. At the moment all the ''data'' is in Puppet, mostly in parametrised
2011 Nov 18
1
vcstype not checking out specified revision
Hi, I want to use Vcsrepo type to specify what version gets checked out under a directory. I found this via: https://github.com/puppetlabs/puppet-vcsrepo I used the provide example from README.GIT.markdown in my node definition vcsrepo { "/tmp/hiera": ensure => present, provider => git, source =>
2012 Nov 19
2
vcsrepo: Could not create repository (non-repository at path)
Hi, I''m running into a problem using the puppetlabs provided vcsrepo-module. It keeps giving the same error: -------------- notice: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: Creating repository from latest err: /Stage[main]//Vcsrepo[/usr/share/test2]/ensure: change from absent to latest failed: Could not create repository (non-repository at path) -------------- This is in my
2011 Jul 18
1
Vscrepo and templates
Hi there, I''m using an older puppet (0.25) and vcsrepo. I''m trying to do something like this (client-side only, no master involved): vcsrepo { "/svn/checkout/": source => svn://host/path, revision => $revision, ensure => present, provider => "svn" } file { "my_file": path => "/path/to/file", ensure
2011 Jun 14
4
Question about custom function.
Hello group, I''m trying to generate configuration for tomcat server. I want it to depend on my mod_jk properties file. I wrote some simple script which you can see here: http://pastebin.com/CffBr0Nc it works just fine. So I tried to move it to puppet as my custom function. It''s available for review here: http://pastebin.com/AeQgTTT6 Now, when I''m running first in irb,
2010 Jun 24
2
Vcsrepo module use git with certificate
Has anyone tried using this puppet forge module with a certificate? (puppetlabs/vcsrepo) Any ideas on how to specify via command line to git what certificate to use? The only way that I know to tell git to use a specific certificate is to use the GIT_SSH env variable and specify a script which calls ssh -i ... $@ Silviu -- You received this message because you are subscribed to the Google
2012 Oct 23
1
Git clone manifest for windows puppet clinet
Can anybody help to come up with a manifest file, which should instruct a puppet client running on windows to clone a repository from github directly to puppet client? Great thanks for help! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2006 Apr 05
13
Apache Deployment Woes
Hi Everybody, I''m down to my last straw. I''ve been trying to deploy my latest rails project on Apache for about two weeks with limited success. I have a lot of info, but still no clue what is causing my problem. I decided to turn to the community for some help... Basically, my site works fine with Apache and FastCGI most of the time, but sometimes I get the "Rails
2013 May 20
2
puppet pull code from svn
How can i setup puppet to pull code from A current SVN server? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-users@googlegroups.com. Visit this group at
2004 Apr 24
0
letter [Authorize]
Hi, You just sent an email to my glenn@popco.com account, which is now being managed by my Mailblocks spam-free email service. (If you didnt recently send a message to me, please see the Note below*.) Because this is the first time you have sent to this email account, please confirm yourself so you'll be recognized when you send to me in the future. It's simple. To prove your message
2011 Apr 05
6
Node classifier not loading any defined classes
All, I am sure this is just something I am doing wrong, but I am trying to implement a node classifier (shell script) to have my nodes inherit the proper classes. However, when I run it I am not getting any classes except those that are defined in default. Rather than going into detail showing all of my configurations right off the bat, I have a question: I just stood up a
2005 Sep 30
1
(no subject)
My Polycom IP301 hangs on "Processing Cfg..." Here is the boot log: 0930155446|so |4|00|---------- Initial log entry ---------- 0930155446|so |4|00|+++ Note that bootrom log times are in GMT +++ 0930155446|wdog |4|00|Initial log entry 0930155446|cfg |4|00|Initial log entry 0930155446|copy |4|00|Initial log entry 0930155446|cdp |4|00|Initial log entry 0930155446|cdp
2006 Dec 16
5
trying to add another app
hey all, I have an app working great with apache2 and mongrel_cluster. However, I''m trying to run another application and now when I go to app1.comit falls to app2.com and the opposite. That''s probably because I messed up somewhere with the cluster. this is the content of my conf.d/app1.proxy_cluster.conf: <Proxy balancer://mongrel_cluster> BalancerMember
2018 Jan 30
2
Cannot add metadata to network XML
Hi, i tried adding metadata to Network XML ( NOT DOMAIN XML) but it removes it as soon as i save here's my network XML <network> <name>bridgeTest0</name> <uuid>cf2aae7a-b459-459b-ba2c-399190607629</uuid> <metadata> <app1:foo xmlns:app1="http://app1.org/app1/"> <app1:test>testing!</app1:test>
2005 Jun 14
3
Calling on all Polycom Experts
Hey all, I'll give my reseller a call for support in the morning, but I usually have better/faster luck on the list. I've got a SoundPoint IP500 that I upgraded to BootROM 2.6.2 and SIP image 1.5.2 on someone elses advice, I forgot to change out the old config for the new when I loaded the image up (I guess the config changed a bunch between 1.5.2 and 1.3.1) I was prompted with an error
2006 Jul 23
1
Mongrel, Apache 2.2, Rails question. HELP!
Sorry to bother you with a Rails "newbie"-like question, but I have been tearing my hair out for a couple of days with the deployment scenario I am trying to setup. I use a service provider that supports multiple domains via Virtual Hosts. I have all the software installed and "working". I want to deploy two apps under my domain and have the following in my .conf file:
2006 Mar 02
2
SwitchTower: why symlink releases/under -> current?
Hi, I have a trouble with deploying my ordinary rails application(myapp). When I execute ''rake deploy'', [...] command finished * executing task symlink * executing "ls -x1 /var/www/myapp/releases" servers: ["app1.olalog.com"] [app1.olalog.com] executing command command finished * executing "ln -nfs /var/www/myapp/releases/under
2006 Nov 23
1
When does voicemail authentication take place?
I have a rather technical question here. I'm looking at the code in app/app_voicemail.c, I'm wondering when the vmauthenticate() function is called. Aside from being called by load_module() as follows: res |= ast_register_application(app4, vmauthenticate, synopsis_vmauthenticate, descrip_vmauthenticate); I can't see any other calls to it. Can someone explain to me at what point in
2018 Jan 30
0
Re: Cannot add metadata to network XML
On 01/30/2018 10:16 AM, Shashwat shagun wrote: > > Hi, i tried adding metadata to Network XML ( NOT DOMAIN XML) but it > removes it as soon as i save There are two possibilities: 1) If the network is already active when you edit it, you won't see the change in the output off virsh net-dumpxml until the next time you restart that network. (alternately, you can see it immediately