English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

to production" -- do you mean "live site"? Or do you mean to a staging server (of some sort)? I'm having a debate with some of the people I work with about what this term means and how it is used "in the industry." Thanks for your time.

2007-12-11 08:42:05 · 7 answers · asked by bmi=22 4 in Computers & Internet Programming & Design

7 answers

When you push something to an environment, you publish or move it to an environment.

Here are the industry terms for the environments:

Sandbox - a messy Development environment you can play around in and try whatever you want.
Development - is where your coding is done by the developers
Integration(Test or Staging) - is ideally identical to your Production environment so you can test your changes after promoting/pushing them from Dev to Int. This is where your customers can test out the end result too.

Finally...
Production - is the live environment that is used by the end-user.

2007-12-11 08:54:09 · answer #1 · answered by Anonymous · 0 0

Yes, production means 'live'. I currently have a large web application running on 2 different servers. The instance on the first server is my 'production environment' - users are logged in, the application and database are backed up daily, the disks are mirrored, and I only make changes during specified maintenance periods. The second server is my development environment, used for testing, debugging, trying out new features, upgrades, etc. When I am satisfied with a change to the code on the development server, I'll push it to the production server.

2007-12-11 17:07:22 · answer #2 · answered by daa 7 · 0 0

Production is the same as any business and "production environment" is just something that you learned in computer school today.

What do you wand to, maybe making a live web 2.0 site for possible customers that directs them to a static site for general viewing and ordering with a database or online purchase possibility.

Its possible that it is the other way around and in that case you could sell your product name as an environment production. - As a name brand.

All the above requires a large amount of servers and space regardless of your fancy words.

Get in contact or get yourself a large server, and your questions will be answered by then.

2007-12-11 17:02:44 · answer #3 · answered by realbeachzafari 1 · 0 0

Production means live

2007-12-11 16:44:54 · answer #4 · answered by Itsa Secret 4 · 0 0

Production means LIVE, PUBLIC, Implemented.

Staging means QA (Quality Assurance) sometimes, but technically it would be AFTER that - meaning that it has passed QA. A staging server is a place that is clean and aids in implementing a product.

2007-12-11 17:02:07 · answer #5 · answered by BSPollard 1 · 0 0

Production is a live site on the web.

I work for a large webhost in the US-

2007-12-11 16:45:55 · answer #6 · answered by tiberius1164 4 · 0 0

Yes production = live != staging.

2007-12-11 16:44:25 · answer #7 · answered by Linux OS 7 · 0 0

fedest.com, questions and answers