Questions tagged [development]

60 questions
0
votes
2 answers

Distributed development staff needing a common IP range

I work on a development staff that is geographically distributed, mostly all throughout the state of CA, but several key members also must travel frequently. We rely quite heavily on a 3rd party provider API for a great deal of our subsystems (can't…
bakasan
0
votes
0 answers

VPS for Remote Web Development - best practice?

Disclaimer: I am still fairly an IT newbie and have been doing self-studies around web development. I decided to take the path of remote development. After some research, I came up with this configuration: remote: VPS (provided by an ISP) with a…
Tando
  • 9
  • 3
0
votes
2 answers

Apache httpd.conf: Multiple virtualhosts on a single ip

We have a local development server we have setup on a comcast business class connection with a single static ip. This is all routed through a DIR 655 router. Our issue is as follows: We have our main documentroot setup as /var/www/html of course,…
Brian Lovett
0
votes
1 answer

Painfully slow local development

I know some may suggest that this question needs to be asked on StackOverFlow, but I do not believe this is not a Dev issue and probably an IT/Security thing. I will post this question on Superuser as well. I am the newest developer in a company and…
AleX_
  • 101
  • 1
0
votes
0 answers

How can I create a development environment that closely mimics a production environment?

I want an Nginx reverse proxy server for load balancing that directs clients to one of two node.js web application servers. I plan to eventually deploy this project on a linux operating system probably on a vps. I'm currently using windows 7 32 bit…
Normajean
  • 131
  • 2
  • 5
0
votes
1 answer

Local dev environment with wildcard .test domains, served by dnsmaq on fedora 33/34

I am trying to set up an Intel NUC with Fedora 34 as my new stable local web development environment. My environment on mac OS x gets destroyed by system updates, even homebrew currently throws a lot of errors since last system update. wanted is…
0
votes
0 answers

Installation of Angular on Windows for multiple users

We are setting up a server that will be used by all application developers for our organization. One of the things I'm told we need, is nodejs, and then an Angular installation. It seems that Angular is installed by and for each user (it's…
Dennis
  • 167
  • 1
  • 12
0
votes
1 answer

How to reduce Microsoft Exchange suggested time minimum duration?

Microsoft Outlook, using Exchange backend has the ability to suggest a meeting time regarding all attendees agenda. If the meeting has a duration less than 30 minutes, the assistant is not able to suggest a time window. Is it possible to lower this…
Steve B
  • 245
  • 4
  • 13
0
votes
1 answer

Difference between Build Pipeline and Deployment Pipeline

If somebody could explain this in the simplest of terms I would appreciate it. I'm trying to understand the differences between the two if there are any.
jrd1989
  • 698
  • 15
  • 48
-1
votes
1 answer

Develop on local physical machine or on virtual machine with Ubuntu?

Our development department is discussing if in the future we should develop on physical machines with Linux based OS or on a Linux based VM (edit: the VM is hosted on a server) from our Windows machines.(which we need for other things for our job…
Foxdemon
  • 13
  • 5
-1
votes
1 answer

What compatibility issues may arise when using a NAS vs a "normal" Windows file share?

I'm working with a group of Visual Studio developers who are using a server that has "NAS" in the name, and I'm unsure of the specific file sharing protocol in use between the windows client and server. Is there a list of known limitations when…
-1
votes
2 answers

Is a valid url required in a development environment?

So I'm having an argument with my boss over what domains to use when developing a website project. I believe, since all of our projects are developed locally in virtualbox with NAT setting, that we should always be developing on a real domain that…
cyclobster
  • 103
  • 1
-1
votes
1 answer

Linux: setup development localhost editable environment (permissions issue)

I have an Ubuntu distribution with a localhost setup in /var/www/html/mysite working properly. The problem I have is, when I edit files in this folder, I must do as root or www-data which is not completely ok, as I have to run every mkdir with sudo…
user761076
  • 199
  • 1
  • 2
  • 10
-1
votes
1 answer

Is this possible: Use css from other virtual host?

Say I have a website at /var/www/Electrician and I have a website at /var/www/Restaurant If these websites use separate host files can I use the same CSS to reduce space? If I am not mistaken I would certainly be unable to do ../../css/style.css…
The Dude man
  • 155
  • 1
  • 7
-1
votes
2 answers

The Importance of Paying for SSL Certificate

Is It really compulsory to pay for ssl Certificate while setting up website? What are the advantages and disadvantages? Thank you.
1 2 3
4