search for: deploy

Displaying 20 results from an estimated 7692 matches for "deploy".

2008 Oct 10
2
magical disappearing background processes!
...what it normally looks like while everything is up and running. This is the last "normal" state I found before it starting going haywire: top - 15:11:13 up 5 days, 5:05, 3 users, load average: 3.10, 3.09, 3.02 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 17508 deploy 15 0 49300 35m 2688 S 11.8 1.7 7:54.65 /usr/bin/ruby1.8 /usr/bin/packet_worker_runner 18:16:mblox_sender:94:/home/deploy/mbargo/lib/workers:/home/deploy/mbar 17504 deploy 15 0 49648 35m 2688 S 8.2 1.7 8:01.64 /usr/bin/ruby1.8 /usr/bin/packet_worker_runner 16:14:mblox_sender:94:/h...
2015 Nov 03
3
SSH login between servers still asking for password, why?
I have two servers identified as `server-1 - 192.168.3.128` and `server-2 - 192.168.3.130`. I am setting up `capifony` for automatic deployment from server-1 to server-2 and this is what I have done so far: 1. In both servers I have created a user `deploy` without password since that's the user I will use for deployment. 2. In server-1 I setup a SSH keys by running the command: `ssh-keygen` and I leave without pass-phrase and d...
2008 Jan 30
3
Not all mongrel starting (Errno:EEXIST)
I''m playing with the mongrel clustering, and am having a problem getting 2 mongrels to start up reliably. This should be a pretty simple cluster, with just 2 instances running. My mongrel config (mongrel_cluster.yml) looks like: cwd: /deployment/installed/myapp/current log_file: log/mongrel.log port: "8000" environment: production address: 127.0.0.1 pid_file: tmp/pids/mongrel.pid servers: 2 When I start up the pack with the command: mongrel_rails cluster::start -C /deployment/installed/myapp/current/config/mongrel_cluster.y...
2008 Mar 09
1
Multiple deployments of same application using backgroundrb
Thanks for this great app. I am having some problems configuring it in my server. I have a single app deployed three times, one is for testing, one is for demoing and the other one is for production. I read that it was unnecesary and it will not work to have multiple instances of backgroundrb for each of my deployments. I read that it was enough to instantiate backgroundrb only once from one of the deploy...
2006 Mar 01
3
SwitchTower: Two development environments
Hi I have a problem here. I am developing an application which has a local development environment (on my harddisk), a second one for my customer (for testing new features) and a production environment which runs actual application online. How can I setup SwitchTower to have a possibility to deploy just for a particular server? Thanks, Peter
2012 May 09
5
Unicorn doesn't play nice with Capistrano deployment?
I am having issues when using unicorn with a Capistrano deployment. >From what I have been able to understand Capistrano uses a scheme in wich every release is deployed inside the releases directory under a unique name and if the transaction was successful, creates a symlink named current that will point to that release. So I end up with a deployment direc...
2017 Jul 27
2
gluster-heketi-kubernetes
Hi Talur, I've successfully got Gluster deployed as a DaemonSet using k8s spec file glusterfs-daemonset.json from https://github.com/heketi/heketi/tree/master/extras/kubernetes but then when I try deploying heketi using heketi-deployment.json spec file, I end up with a CrashLoopBackOff pod. # kubectl get pods NAME...
2006 Apr 30
4
Subversion and Capistrano
I have a project under Subversion, deployed by Capistrano. When it is deployed, obviously I need to deploy "real" copies of database.yml, deploy.rb, and maybe a couple of other files. But if I offer it for public checkout, I obviously do not want these files as part of the checked out code. What''s the best way to ha...
2006 Jun 01
2
Capistrano: update_code - "No such file or directory" -
Hi folks, I''ve been staring at this one for far too long. I''m using Windows SVN client + Capistrano to deploy rails app to my hosted server. I can''t seem to get a single successful deployment. I keep getting this "No such file or directory - svn log -q -rhead http://myhost.com/svn/spclient/trunk " . I run this svn command from the cmd prompt and it returns error free. Has anyone...
2006 Jan 03
3
SwitchTower and Subversion branches
I''m working on a Rails project that needs to be deployed in the near future. To enable prompt responses to bug reports, me and my coding partner were thinking to use the following SVN repository lay-out/policy. We''re using trunk/ for our main-line development. Whenever we deploy something from our trunk, we first want to make a branch (e.g. b...
2015 Nov 03
0
SSH login between servers still asking for password, why?
Hi On Tue, Nov 3, 2015 at 4:56 PM, Reynier Perez Mira <reynierpm at gmail.com> wrote: > I have two servers identified as `server-1 - 192.168.3.128` and `server-2 - > 192.168.3.130`. I am setting up `capifony` for automatic deployment from > server-1 to server-2 and this is what I have done so far: > > 1. In both servers I have created a user `deploy` without password since > that's the user I will use for deployment. > 2. In server-1 I setup a SSH keys by running the command: `ssh-keygen` and > I lea...
2006 Apr 06
3
Deploying with Capistrano via cron
I''m attempting to auto deploy a rails application to a development server periodically during ongoing development. I''ve setup ssh keys to allow the proper user auto login permissions, but have ran into 2 issues. 1. When the script is run from a cron job as the same user as I currently manually deploy from I receive a...
2006 May 12
9
Version control for deployment?
If I can get root access, I''ll use version control for deployment as well... It beats ftp and scp hands down for speed. Setting up a repository on a remote server means I get automatic off-site backup as part of the development cycle, and deployment/site update is as simple as a three word command line entry. Small changes on remote test sites can be mad...
2017 Jul 31
0
gluster-heketi-kubernetes
Adding more people to the thread. I am currently not able to analyze the logs. On Thu, Jul 27, 2017 at 5:58 AM, Bishoy Mikhael <b.s.mikhael at gmail.com> wrote: > Hi Talur, > > I've successfully got Gluster deployed as a DaemonSet using k8s spec file > glusterfs-daemonset.json from > https://github.com/heketi/heketi/tree/master/extras/kubernetes > > but then when I try deploying heketi using heketi-deployment.json spec file, > I end up with a CrashLoopBackOff pod. > > > # kubectl get...
2006 Mar 10
2
RoR Deployment on Shared Hosting
Hey all - Well, I''ve gone through all of the tutorials I can get my hands on, and I''ve developed what is basically a (very) simple front-end to a database that I maintain online. My big problem now is deployment. Almost everything that I''ve found on the web regarding deployment (and this includes the instructions for Switchtower/Ccapistrano) assumes that I have complete control over the Apache server that I''m deploying on. This isn''t the case - I have a hosting plan wit...
2009 Feb 15
2
Execute cap deploy:migrations fails
Hi there, I am trying to deploy a rails app on dreamhost. Here is the error message that I get: fatal: ''home/USER_NAME/DOMAIN_NAME/git/APPLICATION_NAME.git'': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly /Users/USER/.gem/ruby/1.8/gems/capistrano-2.5.3/lib/capistrano/recipes/ d...
2008 Aug 06
2
Looking for Information on Commercial Deployments
Hi folks! I'm looking for someone who has placed a commercial deployment of Samba into production in or around the Portland, OR area. If you are on the US west coast, or can call me during work hours in the Pacific time zone, I would even be happy to contact you by phone. My department at work has a few questions, such as: - Size of the deployment (in servers...
2006 May 04
4
problem setting up mongrel_cluster 0.1.1
...make it look like this: (will be more the one server later) --- num-procs: 1024 docroot: public timeout: 120 cwd: /home/me/sites/myapp/current log_file: log/mongrel.log port: 3000 config_script: debug: false environment: production servers: 1 pid_file: log/mongrel.pid address: 0.0.0.0 mime_map: - deploy.rb: commented out my old restart and spinner tasks and added: require ''mongrel_cluster/recipes'' - deployment: rake deploy (fails because config file is at: /home/me/sites/myapp/current/config/mongrel_cluster.yml) ... executing "mongrel_rails cluster::restart -C /home/me/si...
2012 Dec 01
4
heroku deployment
i want to deploy two rails application in heroku..so how can i deploy two application with one account in heroku and github..i am little confused that i have to take two rsa public key or how..thanks in advance -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Tal...
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...tual build seems to happen in /tmp, however, the next package expects the build somewhere else. Do I have to build the Recommended packages? If not, how do I avoid it? I suspect the unresolved symbols are OK, as they will get pulled in from shared libraries. make[2]: Entering directory `/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/build/src/li brary/Recommended' begin installing recommended package VR * Installing *source* package 'MASS' ... ** libs make[3]: Entering directory `/cluster/members/member0/tmp/R.INSTALL.OVYGvZ/VR/MASS/src' cc -I/usr/ruby-deploy/swkits/RUB...