similar to: Multiple domains for one app

Displaying 20 results from an estimated 20000 matches similar to: "Multiple domains for one app"

2011 Sep 18
0
Webinar: Ruby on Rails: Automating with Chef, Capistrano, Git, Puppet & SVN #rormeetup
Ruby on Rails: Automating with Chef, Capistrano, Git, Puppet & SVN #rormeetup Corporate Sponsors : Rapleaf (San Francisco) and Mixbook (San Jose) Topic : Automating Ruby-on-Rails Deployments using Chef, Capistrano, Git, Puppet & SVN RSVP for Meetup Here: http://www.bit.ly/rormeetup RSVP for Live Stream Webinar Here: http://www.bit.ly/rorwebinar Twitter Hash Tag for Meetup and Webinar:
2006 Nov 01
0
Is it possible to serialize capistrano tasks?
Hi all - I was wondering if it''s possible to serialize capistrano tasks (ie. one after the other on each server instead of simultaneously)? The reason I''m asking is that we deploy to about 20 servers and when running ''cap deploy'' it hammers are SVN server while it''s doing it. So, if it could serialize the ''svn co'' portion and then
2011 Jul 24
4
lots of small files in a folder on Linux centos
Hello, I have a rather annoying issue on going with one of my centos virtual servers. the server hosts a website using apache and mysql ,there are three persons involved with keeping the site up and running. and i am his root due to the fact he does not know anything with about Linux. there is an php/sql coder , and the site owner which only knows to use the CMS and upload new articles to the
2013 Feb 28
5
virtio PCI on KVM without IO BARs
OK we talked about this a while ago, here's a summary and some proposals: At the moment, virtio PCI uses IO BARs for all accesses. The reason for IO use is the cost of different VM exit types of transactions and their emulation on KVM on x86 (it would be trivial to use memory BARs on non x86 platforms if they don't have PIO). Example benchmark (cycles per transaction): (io access) outw
2013 Feb 28
5
virtio PCI on KVM without IO BARs
OK we talked about this a while ago, here's a summary and some proposals: At the moment, virtio PCI uses IO BARs for all accesses. The reason for IO use is the cost of different VM exit types of transactions and their emulation on KVM on x86 (it would be trivial to use memory BARs on non x86 platforms if they don't have PIO). Example benchmark (cycles per transaction): (io access) outw
2006 Apr 24
2
Ror has problems with memory usage??
I saw this on a forum for MODx (a CMS which seem very good, built on standards, with clean XHTML/CSS, using PHP). "RoR is a killer application, but is either a crusher when it comes to memory usage or SQL usage. Even simple seeming things can kill a server if it''s not dedicated to the application. In addition, RoR is much more complex really than MODx if you''re not
2006 Jun 17
0
placing a rails app in a subdir (capistrano)
I want to deploy my rails app in a subdir, lets say: http://a.com/b/c/ (so: http://a.com/b/c/posts/new) for as far as i understand no i''ll have to 1. prefix my routes with "b/c/" 2. prefix the javascript and stylesheets paths with "b/c/" in my layouts i can think of numerous ways to make me only have to set the prefix in one place, yet i wonder if there is no
2018 Sep 04
5
Best way to move mail from one server to another
I?d like to migrate to a new server. I only need to transfer the mail store, have already done the users. I?ve seen different recommendations: IMAP-Sync Rsync Doveadmin backup and dsync What are the pros and cons of each? What would be best for me? I?m thinking that Doveadmin backup is the way to go. Both old and new servers are on same network. New server is running Dovecot 2.3.2.1, old server
2013 Apr 24
0
[LLVMdev] Proposal: global symbol offsets
Hi, I'd like to propose that we introduce a mechanism in LLVM for declaring that the symbol for a given global variable should be assembled at a given offset from the start of the data for that global. The main reason for doing this would be to allow a module to conform to an externally imposed ABI which requires data to be present below a symbol. We have two specific use cases in mind at
2005 May 19
3
GUIDs vs. Auto-Increment id's
I know this thread has been discussed before, but I have run into this problem and would like to re-open it... I have come to a point in my project where I need to provide an import/export feature for Active Records. Since a user could export off one system and import onto another auto-increment integers will not work (collisions on ids due to lack of uniquness). Listed below is an initial list
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
Hi everyone, I could have posted this on R-devel or the GUI list, however don't feel it's that serious. Hence, decided R-help would be the most appropriate. I'm not so much interested in which is the best user interface for R. Rather which is the best ***platform*** for developing ***new*** user interfaces for R. Noting I'm using the term user interface is a very general sense.
2007 Apr 17
2
IPv6 version specific classification in crossbow
Hi all, As part of IPv6 version specific classification support in crossbow we are introducing ip_version option in flowadm interface and associated classification functions. If ip_version option is not specified, but v4 or v6 address is passed as arg. to ip_addr option of flowadm cli that can also help to populate version specific bits in flow_mask to specify if policy (and flow entry
2008 May 23
0
Pros and Cons of R :GUI
R has very good GUI packages that I have used - R Commander RCmdr and Rattle rattle . Since I work on multiple packages with constraints of time, I almost always use the GUI rather go through the intricacies of command line . The log of these GUIs shows the relevant R command that was used, so you can actually learn the language also. I have written about the ease of learning R , if you begin
2006 Jun 28
1
Wiki Voip Phone reviews
Hi, We have a page on the wiki just for phone reviews, but I think it needs a bit of format change. Instead of individual reviews for each phone, I think each person should review all phones they have worked with and list the phones they have had access to and rank them in relation to each other. Also each review should have a date so the reader can see how fresh the data is to current.
2006 Feb 10
4
db vs filesystem
Hello mailinglist! We are currently building a largish community-site, where users are going to receive diskspace to upload files and share with each other. Now we have to decide whether to put these files on the filesystem, or in the db as blobs. The pros and cons we have summed up so far is: --db-- faster than filesystem (according to some) easier to separate from the webservers, since they
2014 Mar 18
0
Best way to deal with an idiosyncracy of Intel Boot Agent (IBA)...
On Tue, Mar 18, 2014 at 1:02 AM, Spike White <spikewhitetx at gmail.com> wrote: > I have a question on how to deal with a quirk of the Intel Boot Agent. > Both for PXE boots and for EFI boots. > > I've noticed this IBA quirk for years. According to the "DHCP options" > RFC, variable length DHCP options are not necessarily null-terminated. > So if I specify
2011 Jul 21
0
There is no One True Solution
Folks, in many recent threads this pattern has been happening: OP: Any suggestions on how to do <something>? Responder 1: Look at <solution1>. Responder 2: Look at <solution2>. Responder 3: Look at <solution3>. Responder 4: It doesn't work for me / I don't like that / it's a stupid solution / etc
2018 Sep 04
0
Best way to move mail from one server to another
> On 4 Sep 2018, at 10.20, James Brown <jlbrown at bordo.com.au> wrote: > > I?d like to migrate to a new server. I only need to transfer the mail store, have already done the users. I?ve seen different recommendations: > > IMAP-Sync > Rsync > Doveadmin backup and > dsync > > What are the pros and cons of each? What would be best for me? I?m thinking that
2018 Sep 04
0
Best way to move mail from one server to another
If you have lots of data, you can make an initial pass with rsync whilst the old server is running and another rsync pass (with --delete, use dry run to test) when you've shut down the old server to sync the changes since the initial pass. Good luck! Reio On 04/09/2018 11:40, James Brown wrote: > Thanks Sam > > Users not using new mail server yet. > > Both old and new
2018 Sep 04
3
Best way to move mail from one server to another
Thanks Sam Users not using new mail server yet. Both old and new using maildir. Sounds like rsync is the way to go. Thanks for your help. James. Sent from my iPhone XI > On 4 Sep 2018, at 5:41 pm, Sami Ketola <sami.ketola at dovecot.fi> wrote: > > > >> On 4 Sep 2018, at 10.20, James Brown <jlbrown at bordo.com.au> wrote: >> >> I?d like to