Skip to main content

Questions tagged [deployment]

8 votes
2 answers
2k views

Unreal Engine and other engines support making games for multiple platforms like iOS, Android, Windows, MacOS and Linux. The games are distributed as pre-compiled executables and they all need ...
dubious's user avatar
  • 191
1 vote
2 answers
113 views

I have a Django app running on a Debian server, with a simple deploy script that is automatically invoked via a GitHub webhook: #!/bin/sh git pull /home/criticalnotes/.local/bin/poetry install --with ...
Kevin Renskers's user avatar
0 votes
1 answer
662 views

I'm noob in linux! I have my server and installed jenkins. I need to create bash script, which should run application(or will restart if it has already been started) after jenkins compile it. I tried ...
Alex F's user avatar
  • 3
0 votes
0 answers
22 views

I have two versions of the same command. The newer version is not fully backward compatible with the old version. Should I add version number to the command name in this case like so /usr/bin/foo /usr/...
user877329's user avatar
1 vote
1 answer
3k views

I need to edit/prepare debian-based Raspbian system image for multiple Raspberry Pi devices. Until now, my modifications consisted in adding or changing existing config files. I wrote script like this ...
Kamil's user avatar
  • 799
3 votes
1 answer
2k views

Hello I'm brand new to shell scripting, so sorry if this is trivial. How do you use printf command with the -v option? In our deployment.sh file we have this line printf -v BITBUCKET_COMMIT_str %q &...
adam.k's user avatar
  • 141
1 vote
1 answer
75 views

Reading this report on containerization the authors mention that: A problem caused by Unix’s shared global filesystem is the lack of configuration isolation. Multiple applications can have ...
Anthony O's user avatar
  • 111
0 votes
2 answers
62 views

My project is based on a Raspberry Pi distro - Raspbian. But I made changes to it. There are a lot of them: changes in config.txt, adding system services, installing new packages, change the image of ...
artsin's user avatar
  • 101

15 30 50 per page