Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
0 answers

How to do Bare Metal Deployment via MDT from the Cloud?

I have tried the steps mentioned in the link. Here, instead of local MDT deployment share, configured IIS to access it through HTTP/HTTPS. But it is not still linked to unc path, which can't be accessible over the internet. After configuring the…
uday kiran
  • 56
  • 5
0
votes
1 answer

problem in publishing

when i am publishing my .net website on my domain it is showing the directory of files when i open my site .. anyone please tell me how to avoid this and make my website open mu home page .
girish
0
votes
1 answer

Best way to do simple new employee laptop setup for Windows 10/11 without Windows Server or cloning

(Recommended I move here from SuperUser) I ran a few Windows based labs over a decade ago, past few years I've mostly been managing Macs and systems in AWS and GCP. Right now the company is hiring a lot of finance folks who want to work on Windows…
0
votes
0 answers

Google cloud function - Unable to deploy

I have lots of cloud function deployed and working fine. (I am the project owner) Now I am not able to deploy any function and keep on getting this error - ERROR: gcloud crashed (ConnectionError): ('Connection aborted.', OSError("(10054,…
0
votes
1 answer

Best solutions for auto deployment of multiple server applications

I'm still a newbie to devops and overall sysadmin, and a few days ago I wanted to completely reinstall everything on my server and properly setup services and deployment for apps, now my problem is how I would properly approach automatically…
0
votes
0 answers

Tomcat Deployment Slow on Unix Server

We recently moved to Tomcat from WebSphere for our application. We are using: JDK 1.8 Build 191 and Tomcat 9.0.50. Most of the application is a mix Servlet/JSP and a few webapps with Spring MVC, it does use some multithreading Now our test servers…
hell_storm2004
  • 157
  • 1
  • 3
  • 11
0
votes
0 answers

Providing cloned virtual environment to multiple clients

I have a virtual environment created with vmware esxi consisting on a ipfire and a internal network with some vms. What would be the best way to clone this environment, on demand, so each client could have access to a vpn that leads to copies of the…
bigbigbig
  • 1
  • 1
0
votes
1 answer

Gitea offers wrong SSH key

I'm running Gitea on a virtual machine that is publicly accessible under gitea.myorg.foo. Here's the server part relevant to my SSH configuration of my configuration file: [server] …
0
votes
2 answers

Customizing Windows Server images from Linux

We have an environment where we have blasted a prepped Windows image out to multiple machines. We now need to customize the networking settings on each image en masse. What tools exist to modify that image and customize the IP…
MikeyB
  • 39,291
  • 10
  • 105
  • 189
0
votes
1 answer

ansible doesn't find the role mentioned in the playbook

I'm pretty new with Ansible so I might configured things wrong [I have a Docker container running Ansible service in it I have an Ansible repository that include the Ansible files (this is a .Git repository] My will was to automatically revert each…
Hiddai
  • 87
  • 1
  • 3
  • 14
0
votes
0 answers

Capacity Estimation for Physical Machines Hosting Simplified Nextcloud Instances

I am writing a grant to provide students with free access to Nextcloud VMs, and I need to budget for physical machines. The question is, how can I estimate the number of VMs running just Nextcloud (with just the file sharing applications,…
0
votes
1 answer

remotely installing python and pip packages

I'm trying to install python with pip packages remotely on an Azure VM using powershell. The script deployed to the VM: Start-Process 'F:\python-3.9.5-amd64.exe'-ArgumentList ("/passive", "InstallAllUsers=1", "PrependPath=1", "Include_test=0",…
VLCboy
  • 5
  • 1
  • 3
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
0 answers

Add domain user to local admin group with MDT

I have a working task sequence which install Windows 10 pretty well inside a domain and I would like to add this feature : AdminAccounts. The rule "SkipAdminAccounts=NO" is set, the page appears correctly during the Wizard, but it does nothing : no…
DSX
  • 385
  • 1
  • 4
  • 18
0
votes
2 answers

I am getting a Bitbucket Pipeline error when deploying to Google App Engine

googlecloudsdk.command_lib.app.deploy_util.VersionPromotionError: Your deployment has succeeded, but promoting the new version to default failed. You may not have permissions to change traffic splits. Changing traffic splits requires the Owner,…