Questions tagged [development-environment]

A development environment is an integrated set of programming tools, usually centered around a text editor.

A development environment is a preconfigured used during development lifecycle. Preferably hidden from the end user.

Key tools includes a text editor, commonly extended with other tools for , , automating tools, database access or project management features. Such an editor called . Commonly configured for seamless tool usage.
Compared to the stability, performance and backup creation may be sacrificed in favor of more logging, easier bug detection or rapid iterations.

2519 questions
0
votes
3 answers

Best PHP download to keep all my options open?

In the past, I used WAMPserver on windows to parse PHP for me. This is a pre-configured package, focussed on working with MySQL. When I tried to run PostgreSQL, I got error messages that said that my version of PHP wasn't compiled to work with…
KdgDev
  • 14,299
  • 46
  • 120
  • 156
0
votes
1 answer

Drupal production site access issues

I am unable to get access to my Drupal 7 website as I migrate it from my dev to prod servers. The steps I followed are : Take a SQL dump of the database Upload Drupal site into the www/ folder available online Create database on website with the…
0
votes
2 answers

How do I make the css load in CodeIgniter in an xampp development environment?

I am setting up a local CodeIgniter development environment on my windows machine using xampp. I am having a little bit of trouble with the css files. I am guessing that I need to configure my application's path somewhere. The development url is…
Spencer Cooley
  • 8,471
  • 16
  • 48
  • 63
0
votes
2 answers

Symfony 1.4: Secure dev-environment on production server

I want to provide a dev-environment on the production server for my Symfony 1.4 projects. Reasons: Allows me to get details of errors, etc. It happens very often that I get different output on the prod-server and on my private development server.…
fishbone
  • 3,140
  • 2
  • 37
  • 50
0
votes
1 answer

Can I have SSIS solutions that point to different file locations for the dtsx files

The problem is that I want SSIS packages in one folder and many solutions NOT in the folder. Right now if i add an existing package it copies the package to the solution folder. is there a way around this? Thanks in advance.
ttomsen
  • 848
  • 9
  • 15
0
votes
1 answer

Recreate Rails 2.3 Production Environment

I recently took over development of a Rails 2.3.5 application running on Ruby 1.8.7 that hasn't seen much progress since 2009. Having been spoiled by Bundler I'm finding it difficult to setup a development environment locally that matches what is in…
0
votes
1 answer

Use external files based on os from junit test when building with hudson/jenkins?

In a maven project I have some junit tests where I need to refer to some runtime libraries (the birt runtime) when running the tests: @Before public void setup() { // init osgi/birt rte. …
u123
  • 15,603
  • 58
  • 186
  • 303
0
votes
1 answer

How do I troubleshoot local php and RoR dev environments on mac osx? RoR sites are not working

I have run into problems getting my local php and rails development environments to play nicely with each other on OSX 10.7. Developing is a hobby, and I am a total noob. I use MAMP for developing in PHP. A few months a ago I decided to give RoR a…
Andy Harvey
  • 12,333
  • 17
  • 93
  • 185
0
votes
2 answers

Using a Mini/Parallels virtual environment for development?

My main Windows development PC, running Vista Business, is getting a little long in the tooth and I'm considering replacement. Its a dual screen setup with 24" and 19" monitors. My laptop is a reasonably new Macbook and I've been using Parallels…
Cruachan
  • 15,733
  • 5
  • 59
  • 112
0
votes
2 answers

building development environment for GWT with JBoss

I am using eclipse IDE and want to build up a development environment for creating an app. I have an EJB module on Jboss5 and would like to add a GWT project. I could see that GWT during development is executed on it's development host mode, but the…
user1002065
  • 595
  • 1
  • 8
  • 19
0
votes
0 answers

Preview section is opening but an empty square in developer section of local. Any solution for this?

To check the api preview, preview bar is opening but giving an empty square. How to solve this? Just clicking on the preview tab in the developer mode(ctrl + shift + i) of local should give different tabs open including Headers, Payload, Preview,…
Nikhil
  • 1
  • 1
0
votes
0 answers

ReactNative app works on android and ios, i enabled ipad support from xcode, but when i run on ipad, the view looks fine, but touch doesnt work

My reactnative app is loading but touch is not working on IPAD. Works perfect on iphone/android. I have made the app universal, now the app loads perfectly on ipad but touch doesnt worlk. I even removed all code and added just a button, that is also…
0
votes
1 answer

Can you use an ENV array of values in a custom configuration Settings.yml file?

I have an array of ENV variables defined as below in my .env file: WEBHOOK_SIGNATURES= -value_1 -value_2 -value_3 I also have an external_service.yml custom configuration file to which I would like to add this array of values so I can access…
0
votes
0 answers

Creating a dev environment on an external ssd drive (Windows primarily)

I have an older Lenovo T480s with these specs: Processor: 8th Gen Intel® Core™ i7-8650U with vPro™ (1.90GHz, up to 4.20GHz with Turbo Boost, 8MB Cache) Operating System: Windows 10 Pro 64 Display Type: 14.0" FHD (1920 x 1080) IPS, anti-glare,…
L Dupe
  • 31
  • 1
0
votes
0 answers

'React/RCTBridgeDelegate.h' error with multiple schemas in React Native Xcode

I have 2 schemas in my react native app. These schemas are working fine for Android, although when attempting to run for IOS, I'm pretty sure I'm setting something wrong with my schemas on xcode, just don't know what, both schemas give me this same…
Nilton Schumacher F
  • 814
  • 3
  • 13
  • 43