Skip to content

Commit

Permalink
RHEL9 install script updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed May 17, 2024
1 parent f53aebd commit 249a589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform-rhel9/json-scada-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

#cd
#sudo dnf -y install git
#git clone https://github.com/riclolsen/json-scada --config core.autocrlf=input
#cd json-scada/platform-rhel9

Expand Down Expand Up @@ -49,6 +50,7 @@ sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
EOL
sudo dnf -y update
sudo dnf -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-$(rpm -E %{rhel})-x86_64/pgdg-redhat-repo-latest.noarch.rpm
sudo dnf -y install timescaledb-2-postgresql-16 postgresql16
sudo /usr/pgsql-16/bin/postgresql-16-setup initdb
Expand Down

0 comments on commit 249a589

Please sign in to comment.