How do I install PostGIS on Ubuntu Desktop 20.04 LTS - postgresql-12

I have just set up a brand new Ubuntu 20.04 LTS
I have successfully installed Postgresql 12
I want to install postgis, but I cannot find any instructions on the internet for my version of Ubuntu.
My aim is to set up a DHIS2 server to run a hospital management information system
Without crossing this hurdle, there is no way to proceed.

Related

Installing docker container within Plesk

I followed https://docs.plesk.com/de-DE/obsidian/administrator-guide/plesk-administration/verwenden-von-docker.75823/ to install the latest version under Plesk.
All I got is "To many redirects".
Has anybody a how-to for using Kiwi TCMS under Plesk?
I did already a full update/upgrade for Plesk and Ubuntu 20.04 LTS. Didn't solve the issue. I tried, in addition, to use 6.38 from docker-hub.

Docker for Windows installed WSL2 without apt

I'm trying to work on a project, and the setup steps begin like this:
Clone the repo
Set up Docker
Run make
Being a Windows user, I installed Docker for Windows, and it installed WSL2 to get all the Linux stuff set up. But when I went to run make from the WSL shell, it couldn't find it. So I tried to get make from apt-get... and that wasn't there either!
It would appear that my WSL2 install is broken. Unfortunately, Googling for it hasn't turned up much of use. So how do I obtain apt for WSL so that I can build my toolchain?
Something similar happened to me: I installed Docker Desktop in Windows some months ago and it configured WSL to run behind it. However, it was WSL version 1 instead of version 2, and it did not install any Linux distro, since both apps run on top of WSL.
So please, go through the tutorial on the manual installation of WSL to check if all the steps are actually configured.
Before that, you can already check what version of WSL you have installed and its state, by running, in CMD or PowerShell:
wsl -l -v
After you set WSL v2 as your default version (Step 5 of the tutorial), you can make sure that Docker Desktop uses it. For that, check this link on the Docker Desktop WSL 2 backend, more specifically the Install section.
Regarding the make part of your setup, I believe that you can do that in a system of your preference. If you want to do that on WSL, I recommend you install Ubuntu running over your WSL (Step 6 of the tutorial).
Once you installed Ubuntu or other distro, you can run it as any other app. There, you can manage your apt, make and other installations right as in Linux :)

Setting up Elasticsearch on Nitrous.io

Does anyone know how to set up elasticsearch and get it running within Nitrous.io - they've removed their autoparts function which installed it very nicely & neatly for you.
Right now it's not present on my IDE when I try and query it so I'm guessing it's not even installed?
Thanks
A few months back I set up ElasticSearch on a Nitrous container - starting with the basic Nitrous Ubuntu container. I just followed the instructions for installing it on Ubuntu 14.04, which is what Nitrous use as their base image. Digital Ocean has instructions on how to set it up on this version of Ubuntu - and those are the instructions I used. See here:
"Elastic Search on Ubuntu 14.04 - via Digital Ocean"
I got a few warnings, but they didn't seem to impact the functionality. If you get errors on 'sudo apt-get update', try starting over with a new container and skip that command.

how to find docker 1.3.1 rpm at epel

I want to install docker 1.3.1 on my centos 6.5 environment but I have no idea how to find it in the epel. I'm quite new to docker. Can anyone help me out? Thanks
Clearly stated in the Docker documentation:
Docker runs on CentOS 7.X.
CentOS 6.5 is not CentOS 7.X. Docker is not available for your old operating system.
Furthermore, you didn't give any details about your computer, but you should remain aware that Docker only works on 64-bit systems.
By the way, you should take better care of your computer; in CentOS, the minor version number is updated automatically by the package manager. So the fact that you are two versions behind (CentOS 6 is currently on 6.7) indicates that you are not performing updates to your packages, and could have various security vulnerabilities. You should update your system regularly, by simply running yum update.

How to install jenkins in bitnami lamp stack using ubuntu 14.04 server?

I have ubuntu 14.04 server and installed bitnami lamp stack. Now I want to install the jenkins in this server. Kindly suggested me the procedure for that.
Bitnami developer here,
we don't provide modules to install Jenkins in top of LAMPStack but you can install Jenkins using the installers of the stack. You can download them using this link:
https://bitnami.com/stack/jenkins/installer
This installer will install all the dependencies to run Jenkins. For example, it will install Apache and if you have another Apache running in the same port it will ask you to use another port.
I hope it helps.
Jota

Resources