Send CentOS-announce mailing list submissions to centos-announce@centos.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request@centos.org
You can reach the person managing the list at centos-announce-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. Announcing release of MongoDB 3.4 on CentOS Linux 6 x86_64 (Jan Stan?k) 2. Announcing release of MongoDB 3.4 on CentOS Linux 7 x86_64 (Jan Stan?k) 3. Announcing release of NodeJS 8 on CentOS Linux 7 x86_64 (Jan Stan?k) 4. Announcing release of Python 3.6 on CentOS Linux 7 x86_64 (Jan Stan?k) 5. Announcing release of PHP 7.1 on CentOS Linux 7 x86_64 (Jan Stan?k) 6. Announcing release of Maven 3.5 on CentOS Linux 7 x86_64 (Jan Stan?k) 7. Announcing release of nginx 1.12 on CentOS Linux 7 x86_64 (Jan Stan?k) 8. Announcing release of Developer Toolset 7 on CentOS Linux 6 x86_64 SCL (Jan Stan?k) 9. Announcing release of MariaDB 10.2 on CentOS Linux 7 x86_64 SCL (Jan Stan?k) 10. Announcing release of Developer Toolset 7 on CentOS Linux 7 x86_64 SCL (Jan Stan?k) 11. Announcing release of MariaDB 10.2 on CentOS Linux 6 x86_64 SCL (Jan Stan?k) 12. Announcing release of PostgreSQL 9.6 on CentOS Linux 7 x86_64 (Jan Stan?k) 13. Announcing release of PostgreSQL 9.6 on CentOS Linux 6 x86_64 (Jan Stan?k) 14. CESA-2017:3270 Important CentOS 6 apr Security Update (Johnny Hughes) 15. CESA-2017:3270 Important CentOS 7 apr Security Update (Johnny Hughes) 16. CESA-2017:3269 Important CentOS 7 procmail Security Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1 Date: Tue, 28 Nov 2017 15:34:31 +0100 From: Jan Stan?k jstanek@redhat.com To: centos-announce@centos.org Subject: [CentOS-announce] Announcing release of MongoDB 3.4 on CentOS Linux 6 x86_64 Message-ID: a94452c1-7413-77ef-c148-23ed76b6a79f@redhat.com Content-Type: text/plain; charset="utf-8"
I am pleased to announce the immediate availability of MongoDB in version 3.4 on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart ---------- You can get started in three easy steps:
$ sudo yum install centos-release-scl $ sudo yum install rh-mongodb34 $ scl enable rh-mongodb34 bash
At this point you should be able to use MongoDB just as a normal application. Some examples of usage follows:
$ service rh-mongodb34-mongod start $ mongo
In order to view the individual components included in this collection, including additional subpackages, you can run:
$ sudo yum list rh-mongodb34*
This collections is CentOS-based rebuild built by SCLo SIG community, and the packages have been available in Red Hat Software Collections 3.0 for RHEL:
https://access.redhat.com/documentation/en-us/red_hat_software_collections/3...
So, for RHEL-based builds, follow the steps in the documentation above.
About Software Collections -------------------------- Software Collections give you the power to build, install, and use multiple versions of software on the same system, without affecting system-wide installed packages. Each collection is delivered as a group of RPMs, with the grouping being done using the name of the collection as a prefix of all packages that are part of the software collection.
The SCLo SIG in CentOS ---------------------- The Software Collections SIG group is an open community group co-ordinating the development of the SCL technology, and helping curate a reference set of collections. In addition to the collection NodeJS being released here, we also build and deliver databases, web servers, and language stacks including multiple versions of PostgreSQL, MariaDB, Apache HTTP Server, Python, Ruby, Ruby on Rails and others.
You can learn more about Software Collections concepts at: http://softwarecollections.org You can find information on the SIG at https://wiki.centos.org/SpecialInterestGroup/SCLo ; this includes howto get involved and help with the effort.
Enjoy!