The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
21 views

Retrieving an old version of a file using Git

Say I want to retrieve an old version of a file (filename.html) from a few commits ago. Am I right in thinking that I need to do git checkout sha -- filename.html (where sha is the hash of the ...
0
votes
0answers
7 views

How to release only a part of the artifacts in Nexus Staging repository

Is there a way to release only some artifacts from a Nexus staging repository? I'm using Maven release plugin to push the artifacts to a Nexus pro staging repository. Then the QA team takes over, and ...
0
votes
2answers
52 views

Environment dependend properties in GWT

We have a GWT Application that has to link another Application. This link is different in all stages of my application (local, test, staging, prod). What options are there to configure a GWT app? ...
0
votes
0answers
24 views

How to properly create a staging environment?

I have currently a VPS for my website and I would like to create a staging environment for it. I was wondering what was the best practice for this. So I have my website in my VPS in ...
0
votes
3answers
30 views

SQL Query on tranformed table in SSIS

I have joined 5 tables and done transformation on these tables. Now I got a single table at the end. Now I want to perform sql query on this single table to filter records. But I don't know how to ...
0
votes
2answers
59 views

Limit Azure staging application to selected IPs

I'm testing an application in the staging slot within a given web role. I don't want the staging application to be accessible to the public and I was wondering if there was anything I could add to the ...
2
votes
0answers
190 views

DirectX writing backbuffer data to file

I am trying to convert every frame of my DirectX program to YUV (for video encoding). Therefore I need the RGB(A) values of each pixel on every frame first. I need to get these from the backbuffer. ...
0
votes
0answers
66 views

Loading different entry revisions in ExpressionEngine 2 per environment

I'm developing a website using ExpressionEngine 2, which will sit on both a staging and production environment, both with their own database. We will be running a cron job to synchronise the databases ...
2
votes
2answers
94 views

Staging Azure Websites

I'm new to Azure and I'm working on a project that uses the new Websites model as opposed to Cloud Services. I want to set up a continuous delivery process like this one: ...
0
votes
1answer
61 views

.htaccess to add subdomain to permalinks (dev server to staging)

I have developed a static site that works great when on my local server: mysite.dev However, in my staging server, I have it going into a subdirectory: sites.domainname.com/mysite While it works on ...
0
votes
1answer
46 views

How do I view an app running in Heroku's staging environment?

When I push my app to the staging environment do I get a different main URL? I inherited an app someone else built and deployed on Heroku. I'd like to test some drastic changes that current users ...
0
votes
1answer
83 views

how to setup local, staging and production environment [closed]

I read lots of article explaining the flow of local, staging and production environment, however, could not manage to find on how to setup these environments and connecting them together. I use ...
0
votes
0answers
37 views

Compare response of http backends on live traffic

I'd like to compare the response to live customer requests from production with staging servers. The only thing I can think of is a minimal node.js application doing the proxing, but I would feel much ...
3
votes
3answers
99 views

Git invert staging area

I have got changes in my staging area, and others not staged yet (some files have changes both in and out the staging area). I would like to invert the content of the staging area and the changes ...
0
votes
1answer
44 views

How to set up IIS request mirroring to staging environment?

I would like to have all HTTP requests made to my production environment be also automatically made against my testing environment. E.g. if anything makes a request to ...
1
vote
1answer
225 views

Deploying ASP.NET MVC 4 Application to private staging / preview

I'm building an MVC4 application that is starting to take shape and I want to deploy it privately for staging and preview purposes. I would like only a select few people to be able to access the full ...
1
vote
3answers
77 views

Suggestion for Drupal Staging?

I need a reference about staging on Drupal 7. My requirements are: Content Administrator can perform editing of content in STAGING instance Can preview the changes without impacting the PROD ...
0
votes
0answers
67 views

BASED ON ITEM IMPORT PROGRAM IN ORACLE

Here I stuck with the procedure when I submit the request from the Backend. My problem is I have to load the CSV file into staging table. From this Staging table I have to load the file into the ...
1
vote
1answer
39 views

In what exact cases should staging / beta and production / stable environments share a database?

In my past and current web development positions, Staging / Beta and Production / Stable environments have shared a database. Here's my understanding of what is going on: Staging / Beta is ...
1
vote
1answer
73 views

How to perform Autoscaling with Azure diagnostics running in both Staging and Production?

I have set up Azure autoscaling based on Azure diagnostics of my website. Since Staging and Production are just exact copies of each other, both Staging and Production store diagnostics to the SAME ...
4
votes
2answers
171 views

What's the best way to set up Git staging and production environments with separate databases?

I have 2 branches in Git - staging and production. They are deployed to the same VPS where there is one production database and a separate staging database. This allows us to stage new features ...
0
votes
0answers
7 views

Is it possible to suspend my Heroku production site but not the staging?

I'm shelving my production site, yet would like to maintain the staging for now. Is it possible to maintain the staging and only cancel the production?
0
votes
1answer
282 views

Setting up a staging server web workflow with GIT

I'd like to set up a web design & development workflow with the following features: Local working directory which can be sync'd between my laptop and my desktop. I'll then commit this to a staging ...
0
votes
1answer
80 views

how show the diff from my current working directory and my last commit?

I'm using git and need included in the diff result untracked files. So what command I must execute to get all the difference between my current working directory and the HEAD, even part of the ...
0
votes
0answers
229 views

Access plesk 11 on CentOS 6.3 in Virtualbox from Windows 7 Prof. Host?

I'm quite new to servers and for testing purposes I installed virtualbox on my Win 7 Prof x64 PC. In virtualbox I created a CentOS 6.3 x64 VM and installed Plesk 11 on it - that worked out fine. Now I ...
2
votes
5answers
218 views

How to clone wordpress site for the develope purpose?

I have a wordpress site and I have to do modifications very often so i would like to create clone of that website for testing because i would like to test my modification first for a few days before i ...
4
votes
1answer
141 views

Is there a canonical definition of the staging environment?

It is my understanding that the (legitimate) purpose for a staging server is for testing the deployment process, rather than your code's acceptance or function. However, I almost never find people ...
1
vote
0answers
112 views

Git Workflow - remote shared repo AND staging server?

Following the git branching model and also read git staging & production question. My remote repo is also used as my staging repo. It is a BARE repo. Current Workflow Workstations 1,2,3,4 - ...
0
votes
0answers
72 views

AutoDeploy App to Staging with Capistrano

This is a PHP project. I'm trying to configure a multi-stage Capistrano deployment setup. I have two VPS configured, one for Staging site and the second one for Production. I know how to configure ...
0
votes
1answer
64 views

How to make $_SERVER['DOCUMENT_ROOT'] depend on the folder location of the php file being executed? [closed]

I want to set up a staging environment in the same server where my production environment is hosted. The problem I face with this is that $_SERVER['DOCUMENT_ROOT'] is used in a lot of places in the ...
0
votes
1answer
88 views

Is it possible to set up multiple developers to edit the same Liferay Portal remotely?

I am new to Liferay Portal and am using 6.1 CE. I am trying to find a way to allow multiple developers to make changes to a single Liferay Portal simultaneously. I know that I can set up a Staging ...
1
vote
1answer
223 views

Liferay Error in Staging: MethodInvocationException

I modified settings for a Community Site inside Liferay. Trying to poke and play with Liferay's CMS. Added this setting= Staging: Remote Live And now I get this error: ...
0
votes
0answers
48 views

What do I do after it's built? [closed]

We currently have a tfs project that contain multiple deployment items, such as a Windows Service, and administration web site, a client website, and database scripts for multiple databases. All of ...
0
votes
0answers
53 views

searching for maven stage plugin (supporting CVS and Artifactory)

We are using Artifactory for deploying our snapshot and release artifacts. But the problem is, when we want to stage an artifact (as we see it that's just a copy of an artifact with all its ...
0
votes
1answer
103 views

Heroku / Rake overwriting RAILS_ENV [duplicate]

Possible Duplicate: Heroku automatically changing RAILS_ENV and RACK_ENV variables to “production” on every deploy I am currently trying to write a Rake script that will run the ...
2
votes
1answer
122 views

Unable to apply manually edited hunks in git

I created a test repository with a single text file in it to test interactive staging, manually editing diffs in particular. But no matter what I tried, git always returned error: patch does not ...
2
votes
3answers
592 views

Syncing magento database froms development to production

I use git for version control. I have a development, staging and production environment. When I finish in development I push to staging for review by the client. When approved, I push changes from ...
0
votes
0answers
43 views

Staging large content website

I have a couple of questions on managing different environments of large content websites. 1) I have been working on a content based project from a while and now it has grown to huge size. I wanted ...
2
votes
1answer
60 views

How to disable automatic stage for a specific file in Git

I have a file that I want it to be part of the repository but I don't want to commit its changes every time I run the commit -a command I normally use, but only when I manually add it to the staging ...
0
votes
0answers
55 views

Mamp or Lamp apache redirect outgoing emails testing force address

Is there any way to redirect all outgoing emails of my local testing environment on Lamp or Mamp to send the emails to me overwritting what the PHP code says. So that it captures everything from the ...
0
votes
1answer
121 views

What is testing/staging environement in Rails

The development environment is obviously for developing the web app locally. The production is the operational public website with everything as the final version. what is the testing environment ...
0
votes
0answers
15 views

How do you authenticate httpd access in a fashion suitable for a staging/testing server?

Say I am using the public sub-domain www.stage.domain.com to stage the application before actually pushing it to www.domain.com. As a developer, I want access to www.stage.domain.com, and not allow ...
1
vote
2answers
143 views

recommendations on PHP staging + deployment environment

Are there any recommendations for tutorials, books, websites, software ... or your personal way to establish a staging system plus deployment environment for a small scale company. We currently ...
0
votes
1answer
112 views

Making local Drupal installation accessible through Virtual Host

I am trying to introduce a staging step in my company's code-production process. We currently have ~10 eng clients who commit code individually, update local codebase - debug/check locally, then we ...
0
votes
2answers
142 views

Padrino - changing heroku's RACK_ENV to staging crashes app

I've got a staging app on heroku. The app works if I leave the RACK_ENV set as production, but if I set it to staging the app crashes (Error H10 (App crashed)) - that's all the info I get... My app ...
1
vote
0answers
97 views

Setting up a staging server within an existing subversion workflow

Our development department has grown to 7 individuals located in 4 different countries. We have 3 very complex systems that we maintain. Currently, the process we use to move new code to live is as ...
1
vote
1answer
338 views

Solution to run parallel runs using SQLLDR/SQL Loader

I have a situation ! 10 Modules take about close to 2 hours each to process that includes loading data from external files, 20 hours of run is unreasonable and they must run sequentially because of ...
2
votes
2answers
596 views

Cannot Connect to ASPNETDB in Production server using SQL Server 2008 R2 Standard Edition

I am a newbie in ASP.net and just following Tutorials. This Particular Problem has been Giving me a Real Headache, I have developed a website in VS 2010 , used the ASPNETDB SQL server database ...
0
votes
0answers
184 views

Magento content staging website only shows homepage - content does not display

Working on Magento Enterprise 1.10.1.1 Successfully setup a content staging website via the admin panel. Please note that this is not a seaperate development environment - this is the built in ...
0
votes
0answers
17 views

Being able to debug staging locally

Basically I have come up with an idea to use at my company and wanted to put it out their to the "stack overflow" universe to rip to pieces. Currently we are tagging each release of "Project X" in a ...

1 2 3 4 5