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

Changing parameters for GCP CLoud run with gcloud command

When we change labels for existing CLoud Run serivces using gcloud command , it does a deployment as well as revision change $gcloud run services update test --update-labels env=prod,test=test1 ✓ Deploying... Done. …
Zama Ques
  • 523
  • 1
  • 9
  • 24
0
votes
0 answers

Staging environment keeping up to date with new prod data

In most companies I've seen, the prod/staging dichotomy is articulated as follows, using Facebook's live feed as a running example: prod (obviously) stays up to date with new incoming posts, messages, etc staging environments are prod snapshots…
Jivan
  • 109
  • 3
0
votes
1 answer

How to specify a VM is preemptible in a GCP deployment?

I'm working on an in-house implementation of a Google Cloud deployment for a Docksal sandbox VM instance. The sandboxes contained within can be considered ephemeral and can be rebuilt very easily. Therefore I would like to configure the VM to be…
0
votes
0 answers

How can I reach local file instead of controller url having app deployed on Apache2?

My web app is running after being deployed on Apache2 (local OS is Ubuntu 18.04 LTS). There is a plethora of controller-related urls like localhost://get_id/ or localhost://delete/. Whenever I enter them into search mask, page of my we site…
0
votes
1 answer

Deploy with docker swarm on homogeneous devices without cluster

Is it possible to use docker swarm for deployment of docker containers on homogeneous device? The answer should be yes for clusters right. But the IOT devices are not internally connected and do not have any relation to each other beside the images.…
loose11
  • 53
  • 4
0
votes
1 answer

Deploying React + Spring boot Rest + mysql on one cloud – is it possible?

I have finished by project coding, and now I want to launch it online. I need some consulting about my deployment process. At first I though that I will use the “free using” first year of AWS, but very soon I have understand that each little service…
0
votes
1 answer

Publish database between two open database connections (Visual Studio 2005)

I have two data locations, one to a local and one to a remote database. How do I copy the local database schema to the remote? The reason I don't use "Publish to provider" is that I'm not sure that I have all the information necessary to do so. I…
Daniel O
  • 101
  • 2
0
votes
1 answer

How to deploy to the user device and to a device connected to the first one but not to internet

We are shipping a robot and hybrid laptop to a client, which will use it on its site. The laptop serves as a remote for the robot, or multiple robot. We want to be able to deploy software and system updates to the laptop and the robot. Both are…
Hugal31
  • 99
  • 3
0
votes
0 answers

Configuring Apache for django project

im currently trying to deploy my django project to a web server hosted by a RHEL-8 VM. Im trying to set up the VM to utilize HTTPD (apache). However, i can't seem to get the Virtual Host configuration files right. As such, i have given apache all…
BarTM
  • 11
  • 4
0
votes
1 answer

Deploy node app locally in Australia

I developed a web application for a company. It's a node app -- basically, all it needs is npm install and npm start to run. The app does need Puppetteer to run. DB wise, I am using JawsDb which can be located in Australia or the US. Right now it's…
Merc
  • 789
  • 1
  • 6
  • 16
0
votes
3 answers

Manually create a bootable Windows XP?

I'd like to automating deployment of test machines (all of which are naturally different). I have a half dozen boxes that need to be able to be brought up and torn down with frequency. I could install them all with the right drivers, create disk…
Seth
  • 656
  • 2
  • 6
  • 17
0
votes
1 answer

;includeRecommended Installation of Visual Studio Build Tools 2019 Workloads via powershell fails

I am trying to install VS Studio 2019 build tools automated on a Windows Server 2019 instance using Powershell. Assuming the build tools bootstrapper shares the same command line interface as the regular ones, I want to install 2 Workloads with…
Superlokkus
  • 103
  • 2
0
votes
1 answer

Automate Google App Engine deployment with Google Cloud Build

I have a Go application wich needs GCC during the build process. The default GAE Go runtimes don't support GCC, so I had to configure my app.yaml to define the runtime as custom like this: runtime: custom env: flex network: session_affinity:…
Montaro
  • 137
  • 1
  • 7
0
votes
1 answer

Nginx und Tomcat For Spring and Angular App

I have Spring boot and Angular app in Tomcat Container deployed on Server. It works totally fine on localhost. Now I am trying to map my domain with the application. When I call my domain then API calls from Angular to Spring are not getting…
lesnar
  • 101
  • 1
0
votes
1 answer

Datacenter staging area

Does anyone has a good experience of setting a staging area in a remote data center? Should it be on a separate VLAN, or it can run in same LAN, by tight control of which servers are allowed to boot from DHCP? My idea in general is to allow…
SyRenity
  • 3,179
  • 11
  • 57
  • 79