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
1 answer

How to check if deleting Deployment will fail because of another resource without actually deleting it?

Deleting deployment will fail if there's the resource in Deployment is used by another custom resource. I.e. Newly created Firewall linked to VPC deployment will prevent the deployment deletion process and therefore will causing error, with…
0
votes
2 answers

Need to deploy Laps via GPO cant use computer configuration or user configuration

I am trying to deploy Laps to all my users via GPO but issue i am having is nobody has local admin rights on their machines so obviously the install wont work with user config and i cant really use computer configuration as most of my users are now…
0
votes
2 answers

Does Ansible offer a way to build/compile on the control node, and then deploy to managed nodes?

Is there any way to have Ansible run a build script locally on the control node, and then deploy the resulting artifact to various managed nodes? Please let me know if there's something I've missed, but I looked at the docs for the shell, command…
0
votes
1 answer

Ideal Server Deployment for Windows Server 2019 Active Directory, File Server, and SQL Server

So, we have new compliance regulations we're being required to meet and our current infrastructure isn't quite good enough to handle it. What we need is: 2 x Active Directory Domain Controllers, DNS, DHCP (Failover, and everyone seems to recommend…
0
votes
0 answers

Nginx Gunicorn not serving requests to external ip

I have develop a python flask project which is run on linux server. I'm trying to develop it on my linux server. After much effort on this. I have configured nginx, gunicorn and my application. My nginx sites-available file like that: server { …
fordev
  • 1
0
votes
2 answers

Strategy for machines for employees at a small business

I am helping out a small business with setting up an IT scheme. With the current pandemic situation, laptops are becoming a more important part of the infrastructure for employees. In deciding how to deploy new systems, I have come up with two…
sviva
  • 3
  • 1
0
votes
1 answer

Having issue with deploying app to the app engine

I am getting following error while deploying my app to app engine from my local machine. I used the following command in terminal: ./google-cloud-sdk/bin/gcloud app deploy api.n**.********.com/app.yaml --version api-**t I have used '*' to hide the…
0
votes
1 answer

Run two different website in same domain name with nginx

I'm new in server deployment. For my e-commerce app I've two react projects, one is storefront for customers and other is dashboard for admins. I've setup my nginx server with the following configuration. I can access my storefront going…
Shahrear Bin Amin
  • 155
  • 1
  • 2
  • 8
0
votes
1 answer

Self-Hosted Github runner, how do privileged commands work?

What I'm trying to achieve: A fully automated deployment for a React App, on any commit to the live branch, by my own defined Github Runner, which is running Ubuntu Server 20.04, with npm 6.14.8 What I have so far: autodeploy.yml name:…
Ben
  • 1
  • 1
  • 3
0
votes
2 answers

Build Pipeline ARM Templates - TFS 2018

My client is using TFS 2018 as their CI/CD tool. I know you can use TFS to deploy ARM templates to Azure but I've never done it before. I usually just use the portal or powershell. I know I need to create a pipeline to perform the deployment but…
0
votes
2 answers

Deploy RoR on Apache 1.3 without admin permissions

At work I have a SuSE 7.3 running Apache 1.3.20, which I don't have admin access to. I'd like to deploy Ruby on Rails with no or very little work for the admins. I need the service to keep running all the time, even if the server is rebooted, I need…
blinry
  • 111
  • 3
0
votes
2 answers

How to start openldap in k8s?

*** CONTAINER_LOG_LEVEL = 3 (info) *** Search service in CONTAINER_SERVICE_DIR = /container/service : *** link /container/service/:ssl-tools/startup.sh to /container/run/startup/:ssl-tools *** link /container/service/slapd/startup.sh to…
0
votes
1 answer

Resource level errors in Google Could Deployment Manager

I wanna create a VPC using Deployment Manager in google cloud. After running the configuration file, I received the below error. create-production-vpc has resource level errors griffin-prod-wp:…
0
votes
1 answer

Conda, Django, Gunicorn and Supervisor bad interpreter: No such file or directory

I'm following this tutorial to deploy my Django app, but modified my executable /var/www/my_django_project/bin/gunicorn_start to use my conda env instead of…
Soubriquet
  • 101
  • 2
0
votes
0 answers

How to create, and quickly deploy a pre-configured Windows Server 2016 clone image to new machines?

I currently have a process in which I set up a new remote server, with no pre-installed OS. Connecting over IPMI and then RDP, I proceed to install Microsoft Server 2016, which takes 2-3 hours, apply new OS updates, then install and configure a…
rrowland