Questions tagged [environments]

An Environment consist of the server, operating system, settings and software that a program runs in. It can also refer to a software development setup where software is created.

Execution Environment

Execution environments are generally grouped into three major categories:

Software Development

  • A is an integrated set of programming tools such as compilers, usually centered around a text editor.
  • A is an environment set up to compile groups of code together in a controlled environment with specific settings to product a software product.
70 questions
0
votes
1 answer

How to set up multiple rails environments

I'm trying to setup a new rails project to have three environments: staging, test, and production. I want to host on Heroku, and use GitHub for source control. The basic workflow I want is to: 1) Develop on a local environment 2) Push to the staging…
Captain Stack
  • 3,572
  • 5
  • 31
  • 56
0
votes
1 answer

Git deployment for multiple existing environments

I am kind of new to Git and I have a question regarding using Git for a website. I have searched a lot but haven't found a solution yet. We already have 3-4 environments setup on our Windows servers without Git and each environment already has code…
Sukh
  • 1
0
votes
1 answer

How to make a Ticket Workflow when you have different environments?

I have different environments (2, 3 or even 4) depending on the task that will be done. I have a few status, like: in progress, resolved. When some task is verified in a lower environment, it needs to be verified in then next (upper) environment. I…
Max
  • 85
  • 1
  • 10
0
votes
2 answers

worklight hybrid application multiple envirnoments

We are working on a mobile first hybrid application , we have multiple environments DEV, QA , STAGING and PROD. While this application is being tested on Android/iPhone devices, our testers some times needs to install apks/ipa files for multiple…
santhosh
  • 69
  • 1
  • 12
0
votes
1 answer

Protect email and password using ActionMailler in rails?

I've gotten the action mailer to work, but I want to make sure I'm protecting the username/password combination that I end up using. This is being developed for ea company and will be using their credentials, email address, etc Here's what I have…
0
votes
2 answers

How to get production configuration variables when executing in another environment

In laravel configuration variables can be accessed like this Config::get('xxx') By default it returns the configuration values for the current environment. How do you get configuration data for other environments?
murze
  • 4,015
  • 8
  • 43
  • 70
0
votes
0 answers

Encrypted databags in chef-environments

We manage some critical information in encrypted databags, e.g. the ssl certificates: databags/ssl. We'd prefer to only give a very limited set of people access to the secret that decrypts these encrypted databags to avoid having our private keys…
berkes
  • 26,996
  • 27
  • 115
  • 206
0
votes
1 answer

Pulling data from a production environment into staging with ActiveRecord & Ruby

Consider a basic Rails development pipeline, going from development -> staging -> production. When going upstream it is easy to push code, then run migrations. However, after a while data will build up in the production database that I want to have…
Matt Gaidica
  • 554
  • 5
  • 14
-1
votes
1 answer

different environments (versions) for javac and java

At the beginning I first installed JDK 7 on my Windows 7 operating system . As usual I added the following path of my newly installed Java Development Kit to the system variable PATH. C:\Program Files\Java\jdk1.7.0_25\bin When running javac and…
ramlax
  • 37
  • 1
  • 2
  • 7
-4
votes
1 answer

Docker vs Virtual Machine

I have read documents that are about dockers and VMs.I guess that our environments like that dev,prod run on virtual machines in a server.Each of them runs on different virtual machine but single computer(server).Also,each virtual machine contains…
Belhanda
  • 135
  • 1
  • 8
1 2 3 4
5