Displaying 15 results from an estimated 15 matches for "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
...re edge Rails, but it''s also a very
very clean design. If you need to do something similar on Rails
1.2.3, I have a patched version of Theme Support that I am also
planning on writing up at some point.
Anyway, the writeup and project link is here:
http://darwinweb.net/article/Announcing_Multisite_Plugin_For_Rails
--
Gabe da Silveira
http://darwinweb.net
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3Mb...
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 th...
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 run a
script on the re...
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 domain
names. In other words, http://digifreedom.net is OK,
www.digifreedom.net was never...
2007 Dec 23
5
prepend_view_path not working
...urrent request, but all future requests.
Even this isn''t working as expected. Only way I''ve managed to get it to
work is if I don''t ever clean it up. So I keep prepending over and
over, making the path ridiculously long and redundant.
I even installed the darwinweb.net multisite plugin. Same issues. Only
way I could get it to work is if I removed the code that cleaned up
after itself, so the path got out of control.
Right now I''m running this with webrick locally on Leopard 10.5. Is
this just a Leopard bug or am I maybe doing something wrong?
Here is what'...
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 i...
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
...oretical issues related to
the analysis of single and multichannel data sets.
The work group is motivated by issues in two complimentary areas
that are critical to an understanding of brain function. The first
involves advanced signal processing methods, particularly those
appropriate for emerging multisite recording and noninvasive
imaging techniques. The second involves the development of a
calculus to study the dynamical behavior of nervous systems and
the computations they perform.
A distinguishing feature of the work group is a close collaboration
between experimentalists and theorists with rega...
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