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
-1
votes
2 answers

How to deploy new instances of the same application (on 1 server) automatically?

I'm working on a SaaS application where each customer runs its own version of the application. All the application instances currently run on a single server. This works quite well for us (we need less resources in total). The application doesn't…
Intru
  • 101
  • 2
-1
votes
2 answers

Deploying Rails 3 Application on GoDaddy Linux Dedicated Server

I currently have a Linux Dedicated Server hosted through godaddy. How would I go about deploying a rails 3 application on this server? I currently do not have rails installed on the server and I have no clue where to start. The GoDaddy Rep said to…
stevenaq
  • 7
  • 1
-1
votes
3 answers

How do I remotely deploy a software package on Linux system?

I have a software package I wrote in Mono and I want to be able to deploy it to Ubuntu server as part of my move to continuous integration and deployment work flow. I was wondering if there is a tool to help me do that, some of the tasks I will…
David MZ
  • 249
  • 1
  • 3
  • 7
-1
votes
1 answer

How can I release previously allocated resources of a deleted pod?

I already had 3 Cassandra node/pods running. I deleted them and tried to re create them again using the same YAML file as following, on the same Kind cluster, but it stuck pending status: apiVersion: apps/v1 kind: StatefulSet metadata: name:…
best_of_man
  • 367
  • 1
  • 3
  • 12
-1
votes
1 answer

Deployment PHP with OpCache

How do you do deployment PHP applications with enabled OpCache? My situation: I have web server with PHP 7.4 and enabled OpCache. Server is common virtual 4vCPU + 8GB RAM. I use tool Deployer - finished with switch symlink. Deployment is many times…
grogsy
  • 99
  • 2
-1
votes
1 answer

Access ASP.NET website deployed on IIS Windows Server from outside network

I have an ASP.NET website deployed on IIS in Windows Server. It works fine in LAN. All PC in the network can access the website using the IP of server and port. Now I want to be able to access the website from outside network. How can I do that?…
-1
votes
1 answer

Development and deployment of cross platform Linux servers

I'm trying to create a template installation of Linux to deploy on multiple single-board computer servers, with slightly different hardware and operating systems. My understanding is that this would be an ideal application for Docker, except for the…
andy28
  • 3
  • 1
-1
votes
1 answer

Error on deployment web api mvc4 on azure server

The requested VM tier is currently not available in Southeast Asia for this subscription. Please try another tier or deploy to a different location here is my api code: using System; using System.Collections.Generic; using System.Linq; using…
-1
votes
1 answer

Deploying new version of an application to IIS Application without downtime

I have a small AngularJS web application that runs in kiosks in an intranet network. I've been tasked to make deployments without downtime and in an automated way that can be controlled remotely with a web interface. Since it's a small application,…
-2
votes
1 answer

Windows 2019 server image creation with driver injection

I need to create a vim file win2019server image for server deployments and I'd like to know how to inject the HP drivers to the image in the easiest way and which drivers I should inject? Does HP has some driver package that can put into an image…
Badb0y
  • 115
  • 3
-2
votes
1 answer

Intranet Website Deployment, is this method sufficient?

I have now a working Website that I have deployed to the IIS on my local machine using Visual Studio 2013. I can access the website successfully from other machines in my office and in neighboring offices. I have even had others check the access…
wolfsshield
  • 103
  • 4
-2
votes
2 answers

All the dates and time for files in a folder in windows

In windows file explorer, I would like to go through all the subfolders in a folder and identify all the files in those folders and sort them by latest date and time. I am trying to figure out when was the last time any file(s) that was deployed to…
-2
votes
3 answers

Software deployment to both WIN and OSX from one tool

I'm new to being a sysadmin so I am still learning a LOT but there has been this one thing I have not been able to figure out. I work at a small studio using about 50/50 Win/OSX machines, I'm looking for a simple solution to deploying software to…
-2
votes
1 answer

Deploy Software using active directory without remote login

I'm looking for a way to deploy a package(Maybe MSI) trough the Active directory, I know it's possible, but as I know it requires a remote login on the servers in order to download the package and install it automatically. Is there any document to…
-2
votes
1 answer

Microsoft Deployment Toolkit: Missing install.wim for windows 8.1

I'm trying to setup a windows 8.1 deployment using Microsoft Deployment Toolkit 2013 but I'm having trouble importing the operating system files. The sources directory in the Windows 8.1 installation disk contains an "install.esd" file, and not an…
eltommo
  • 129
  • 1
  • 2
  • 9
1 2 3
86
87