search for: multisites

Displaying 15 results from an estimated 15 matches for "multisites".

Did you mean: multisite
2010 Mar 24
0
Suggestions for synchronizing multisite R use?
In the past, I have been using various rsync scripts for synchronizing, but just realized that I could upload the contents of my .Rprofile to google docs (to maintain a single copy with revision history), and then having each of my local .Rprofiles source the url. (Haven't tried it). Does anybody have any experience with this issue? I'm sure one could write some external code for .First
2007 Jun 25
0
Announcing Multisite Plugin for Rails 2.0
I''ve been working on this for a while, and gotten interest from several people, so I''m posting an announcement here. Building on the work of John Long''s multiple controller view paths in Rails core, I''ve created a plugin for customizing templates on a per-site basis for a single Rails app. I also want to credit Matt McCray (and Tobias Lütke in turn) for his
2013 Nov 13
2
Implementing Samba 4 in multi site environment
hii all i need some suggestion about implementing samba 4 in multisite environment im still new in samba 4, i have finish install my first samba 4 DC in my centos 6 machine without any problem. i have plan to implement samba 4 in distribute / multisite environment, i have one head quarter office and aroung 20 site office, in my head quarter office i have not more than 50 PC client and in every
2015 Oct 08
6
Multiple domain and trust relationship
...l limitations of Samba4 concerning the multi domain (i'm not a Windows guy and have very limited knowledge about AD). I read about trust relationship limitations (can be trusted but cannot trust) so does this mean that for the moment i'm stuck with one domain? What is my option considering multisites, could i continue to use only one domain (with RODC for example)? Thanks
2004 Jun 04
0
New feature request.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 People, I have just been in the throws of setting up a ClearCase MultiSite environment, (if you don't know what it is it's irrelevant anyway), between two countries, and a thought struck me. I have the situation where I want to anonymously rsync data from one place to another, (the reason why I use rsync), but I also want to be able to
2008 Oct 05
1
Multiple tenants on Rails
Hi, I''ve dug into some previous discussion on this list about having multiple clients running on a single Rails site. I can see how to work this out with a single project type. For example, my tenants all have their own CMS in a single Rails environment. What if 3 of my clients have a CMS site, 5 have an e-book site and 2 a dating site. Is there a way to house these websites within a
2009 May 16
3
URL of website doesn't point anymore to CentOS/Drupal installation
sorry for the vague subject, but I couldn't find a better one. I have the website http://digifreedom.net running on a Centos 4 VPS with Apache and Drupal 6.10 . This is a multisite Drupal setup: only one installation, with subdirectories in sites/, and a separate mysql database for each website. For several reasons, I had setup DNS, drupal and everything to work without the www prefix on
2007 Dec 23
5
prepend_view_path not working
Now that controllers can have multiple view paths I''ve been playing with themes over the weekend. Running into a view issues. I have a before_filter in the ApplicationController that calls prepend_view_path to add the path of my theme. I even log the view_paths in an after_filter to make sure it made it all the way through. The output looks something like:
2015 Oct 12
0
Multiple domain and trust relationship
...rning the > multi domain (i'm not a Windows guy and have very limited knowledge about > AD). > I read about trust relationship limitations (can be trusted but cannot > trust) so does this mean that for the moment i'm stuck with one domain? > > What is my option considering multisites, could i continue to use only one > domain (with RODC for example)? > > Thanks > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
2008 Mar 14
0
log output and browse list problem
Samba List: I have a multisite setup connected via T1/VPN. Each site has it's own SMB server (Debian 4.1) and between 6 and 70 PCs connected to it at a time. Each is a PDC for it's respective site, on different domain names. Any given site may have to access files stored on a different site's server, so SMB traffic is allowed between locations. We've had a problem for a while now
2009 Oct 05
2
domain names within app
Hi- I have an shopping cart rails app. I would like to be able to host multiple domain names within the same shopping cart application. I would like to be able to detect the domain name, and then set a parameter that tells what logo to display for that domain name. Does anyone know how this can be done? Thanks, Clark
2020 Jul 29
3
LDAP Server's dns A records...
[It is more an AD question then a Samba question, but...] I need to do some LDAP query in an AD domain, plain LDAP query, mostly to query non-auth data (eg, emails). There's a DNS name that map to 'round robin the AD DC of the current site'? I need an 'A' record, not an SRV record, eg i need to put in my apps/MFP/... an LDAP server DNS name that round robin between the
2000 Apr 18
0
annoucement for stochastic processes workshop
Hello all, I wanted to share with you this announcement for an upcoming workshop on the analysis of neural data to be held this summer at woods hole, MA. The workshop has been extremely productive in the past years and we anticipate another good working group this year. This workshop is applicable for any working in time series analysis whether it involves point processes or sampled continuous
2013 Oct 07
17
Sync data between various PuppetDB instances
Dear all, We have a few reasons to have various PuppetDBs (and Masters, one per cluster) in our datacenter and, eventually, there may be a need to share *only* a few exported resources between clusters, like a few ssh-keys or nagios tests. Is there a mechanism to pull and push some exported resources from one PuppetDB to another? I guess this could be done with the API, but has anybody tried it,
2007 Aug 15
5
Misc notes concerning view_paths
Hi all, I''ve been playing in the trunk with putting stuff in different dirs to keep files from a reusable framework separate from the app files. Here are a few considerations regarding the view_paths setting: config.view_path is used to set both action_controller.view_paths and action_mailer.template_root. We get some buggy/unexpected behavior here because