mirror of
https://github.com/RIPE-NCC/ripe-atlas-software-probe.git
synced 2024-05-11 05:55:02 +00:00
Merge branch 'github-master' into github-devel
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ Release History
|
||||
5000.2 (released 2019-10-07)
|
||||
---------------------------
|
||||
- Make setting the time and date in the ATLAS script optional
|
||||
- Corrected names of production registratoin servers
|
||||
- Corrected names of production registration servers
|
||||
- Introduce config.txt to make rxtxrpt optional
|
||||
- Add -y option to yum update
|
||||
- Added README.rst, INSTALL.rst, CHANGES.rst and LICENSE
|
||||
|
||||
+6
-3
@@ -1,7 +1,8 @@
|
||||
Installation Instructions
|
||||
=========================
|
||||
|
||||
##### To create a RPM for CentOS 7 or CentOS 8
|
||||
To create a RPM for CentOS 7 or CentOS 8
|
||||
----------------------------------------
|
||||
|
||||
- ``sudo yum update && yum install git tar rpm-build openssl-devel autoconf automake libtool make``
|
||||
- ``git clone --recursive https://github.com/RIPE-NCC/ripe-atlas-software-probe.git``
|
||||
@@ -13,9 +14,10 @@ Installation Instructions
|
||||
- ``sudo dnf -y install rpmbuild/RPMS/x86_64/atlasswprobe*``
|
||||
- The public key can be found by using
|
||||
- ``cat /var/atlas-probe/etc/probe_key.pub``
|
||||
- Then register your probe at [here](https://atlas.ripe.net/apply/swprobe/)
|
||||
- Then register your probe at https://atlas.ripe.net/apply/swprobe/
|
||||
|
||||
##### To create a deb for Debian or Debian-based distros
|
||||
To create a deb for Debian or Debian-based distros
|
||||
--------------------------------------------------
|
||||
|
||||
Currently only the Debian Build system includes support for amd64, arm64, and armhf.
|
||||
|
||||
@@ -30,3 +32,4 @@ Currently only the Debian Build system includes support for amd64, arm64, and ar
|
||||
* ``./ripe-atlas-software-probe/build-config/debian/bin/make-deb`` << this will retry the build
|
||||
- Install this .deb file: ``sudo dpkg -i atlasswprobe-??????.deb``
|
||||
- The public key is stored in ``/var/atlas-probe/etc/probe_key.pub``
|
||||
- Then register your probe at https://atlas.ripe.net/apply/swprobe/
|
||||
|
||||
Reference in New Issue
Block a user