Skip to content

Commit

Permalink
Merge pull request #121 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
malvads committed May 20, 2024
2 parents 7c8ed18 + 4a7b024 commit cc93c88
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Main package to install redborder manager in Rocky Linux 9

- Rocky Linux 9

#### Installation
#### Installation

1. Follow the steps to install redborder repo in https://repo.redborderc.om
1. Install the redborder repo following the steps described in https://repo.redborder.com

2. yum install redborder-manager

Expand All @@ -25,5 +25,6 @@ Main package to install redborder manager in Rocky Linux 9

- Carlos J. Mateos <[email protected]>
- Juan J. Prieto <[email protected]>
- Miguel Negrón <[email protected]>

LICENSE: AFFERO GENERAL PUBLIC LICENSE, Version 3, 19 November 2007
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.10
1.1.0
3 changes: 3 additions & 0 deletions packaging/rpm/redborder-manager.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ firewall-cmd --zone=public --add-port=443/tcp --permanent
#firewall-cmd --zone=public --add-port=7373/tcp --permanent
#firewall-cmd --zone=public --add-port=5353/tcp --permanent
firewall-cmd --reload
# adjust kernel printk settings for the console
echo "kernel.printk = 1 4 1 7" > /usr/lib/sysctl.d/99-redborder-printk.conf
/sbin/sysctl --system > /dev/null 2>&1

%posttrans
update-alternatives --set java $(find /usr/lib/jvm/*java-1.8.0-openjdk* -name "java"|head -n 1)
Expand Down

0 comments on commit cc93c88

Please sign in to comment.