|
Hi,
My question is related to Architecture of the Application on which am working right now. Currently, we are installing server locally on each box and that server get's data from the client and does some kind of processing on it and than it generates...
Started by Rachel on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
However, you have a nightmare in terms of maintaining each server (software, operations, reliability, etc.) A centralized server....
Client-server environments (web included) have advantages and disadvantages, so the context of your.
|
|
Hi,
currently i am working with subversion and trying to switch to git as an RCS. Maybe i don't understood the principle of git correct, but there is one big question:
Does git need some kind of server component which is responsible for holding the so...
Started by Alexander on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you do want to use a git server, you want to run git daemon --help .
You can setup a dedicated server to provide access to Git repositories, but it's just as easy for internal use to just have everyone access the git repo using SSH.
|
|
Hey is there a way to setup one server for cacti and having all the other servers send their data to it? I would have thought, that the poller sends all the info to the central server including the rdd files etc.. is there a way to do this?
Is there maybe...
Started by Thomaschaaf on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
*unless you.
On the central server that collects the data, you need to install the package "munin to set up SNMP polling - the monitoring server asks, the monitored servers do not send*.
Repositories.
|
Ask your Facebook Friends
|
How best should I setup a central logging (or perhaps 2, each one exclusive to either test or prod) server such that:
I do not have to worry about the code referencing any conditionals that might accidentally log non-prod errors into the production error...
Started by Zombies on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
From the application will then flow into centralized log server and will be available in storage for queries to the server setup itself, I'd say just go for either syslog or the windows NT event log, with the appropriate log4j setup....
|
|
Every time I commit with bazaar, it contacts my remote repository (the one I got the code from). I want to commit locally, because the development machine I'm on is offline. Of course there's the --local option, but I would like just to remove the linkage...
Started by Stefano Borini on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Most likely you have used command:
bzr checkout revisions will appear as merged ... .
You have checkout (or bound branch) of the master branch from your server.
LOCATION]
converts the local branch into a checkout of the central repository.
|
|
Is there a way to register a server to your CMS and use SQL Authentication?
Started by SQLRockstar on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Change that to SQL Server.
When you register your CMS there's a drop down with Authentication .
|
|
Can someone post code or point to a working example of a php script that opens a known zip file located on a remote server (via http) and extracts the contents of that zip file to a folder on the same server as the calling script?
Server A calls out for...
Started by Scott B on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Ok first i suggest you write a curl function or class which fetsches for you the zip file .
On how large your remote archive is, and how quickly your server can communicate with the remote server.
|
|
This question stems from an answer to one of my previous questions . In that answer, Oskar Duveborn says the following:
Most likely there are some open source alternatives perhaps with custom firmware for some cheap consumer access point that can accomplish...
Started by Max Schmeling on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
For your purpose of making one massive wireless network, you will need to ensure that all the ... .
It will give you access to all kinds of configuration options if you are familiar with Linux .
Get some routers and install dd-wrt or similar firmware on it .
|
|
Hi, I currently use svn at work.
Our setup is: everyone has a working copy and we commit to a svn server served by apache2.
So I commit changed, the other update, and everyone can work on the copy as they wish.
So it's pretty easy to deploy.
But now, ...
Started by Tom on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
On your local git clone git://yourserver/repo localfolder to get changes git pull git fetch to send changes to server git push
Here are links how to setup your....
On the server where your stuff is located git init git add .
Yes it's possible.
|
|
Hello,
At work we use perforce and are encouraged to make regular commits to it (something I am fine with). However, I'd like to run something like mercurial so I can locally commit stuff that is work in progress and doesn't necessarily compile/run and...
Started by Lee on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But regarding branching, they are easier to create or merge .
If not connected to the central Perforce repository.
|