Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Kea
Kea
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 446
    • Issues 446
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 72
    • Merge Requests 72
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • ISC Open Source Projects
  • KeaKea
  • Wiki
    • Docs
  • Debian installation notes

Debian installation notes · Changes

Page history
Update Debian installation notes authored Sep 07, 2018 by Alan Clegg's avatar Alan Clegg
Hide whitespace changes
Inline Side-by-side
Showing with 82 additions and 1 deletion
+82 -1
  • docs/Debian-installation-notes.md docs/Debian-installation-notes.md +82 -1
  • No files found.
docs/Debian-installation-notes.md
View page @ 9a7e1221
......@@ -47,10 +47,91 @@ Make sure you extend your configure script with --with-gtest-source=/usr/src/goo
## Tarball install
Distribution tarballs can be found on [ftp.isc.org](ftp://ftp.isc.org) in the directory `/isc/kea/` Be sure to download the appropriate version and patch level file.
Distribution tarballs can be found on [ftp.isc.org](ftp://ftp.isc.org) in the directory `/isc/kea/<version>` Be sure to download the tar.gz file for the appropriate version and patch level.
![Screenshot_2018-09-07_12.26.20](/uploads/0d3c0abf60f9768a231960975d327d78/Screenshot_2018-09-07_12.26.20.png)
Once downloaded, the
```
$ mkdir Kea
$ cd Kea
$ tnftp ftp.isc.org
Trying 149.20.1.49:21 ...
Connected to ftp.isc.org.
220 Welcome to ftp.isc.org.
Name (ftp.isc.org:aclegg): anonymous
331 Please specify the password.
Password:
230-
230-You have reached ISC's FTP SERVER (ftp.isc.org)
230-[......]
230-Questions regarding this service should be sent to webmaster@isc.org.
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /isc/kea
250 Directory successfully changed.
ftp> dir
229 Entering Extended Passive Mode (|||17093|)
150 Here comes the directory listing.
drwxr-xr-x 4 ftp ftp 512 Jan 28 2015 0.9
drwxr-xr-x 3 ftp ftp 512 Aug 13 2014 0.9-beta1
drwxr-xr-x 3 ftp ftp 512 Mar 31 2015 0.9.1
drwxr-xr-x 2 ftp ftp 512 Feb 18 2015 0.9.1-beta
drwxr-xr-x 3 ftp ftp 512 Jul 28 2015 0.9.2
drwxr-xr-x 3 ftp ftp 512 Dec 22 2015 0.9.2-P1
drwxr-xr-x 3 ftp ftp 512 Jun 30 2015 0.9.2-beta
drwxr-xr-x 3 ftp ftp 512 Dec 29 2015 1.0.0
drwxr-xr-x 3 ftp ftp 512 Dec 08 2015 1.0.0-beta
drwxr-xr-x 3 ftp ftp 512 Dec 22 2015 1.0.0-beta2
drwxr-xr-x 3 ftp ftp 512 Sep 30 2016 1.1.0
drwxr-xr-x 3 ftp ftp 512 Aug 31 2016 1.1.0-beta
drwxr-xr-x 3 ftp ftp 512 May 09 2017 1.2.0
drwxr-xr-x 3 ftp ftp 512 Apr 07 2017 1.2.0-beta
drwxr-xr-x 3 ftp ftp 512 Oct 27 2017 1.3.0
drwxr-xr-x 3 ftp ftp 512 Sep 29 2017 1.3.0-beta
drwxr-xr-x 3 ftp ftp 512 Jun 15 15:04 1.4.0
drwxr-xr-x 2 ftp ftp 512 Jul 11 21:47 1.4.0-P1
drwxr-xr-x 3 ftp ftp 512 May 18 15:58 1.4.0-beta
drwxr-xr-x 3 ftp ftp 512 Dec 19 2014 20141219
drwxr-xr-x 3 ftp ftp 512 Dec 24 2014 20141223
drwxr-xr-x 3 ftp ftp 512 Jan 31 2017 20170131
drwxrwx--x 21 ftp ftp 1024 Jul 03 23:12 private
226 Directory send OK.
ftp> cd 1.4.0-P1
250 Directory successfully changed.
ftp> dir
229 Entering Extended Passive Mode (|||10632|)
150 Here comes the directory listing.
-rw-r--r-- 1 ftp ftp 1436 Jul 11 21:47 Kea140P1ReleaseNotes.txt
-rw-r--r-- 1 ftp ftp 6645111 Jul 11 21:47 kea-1.4.0-P1.tar.gz
-rw-r--r-- 1 ftp ftp 873 Jul 11 21:47 kea-1.4.0-P1.tar.gz.asc
-rw-r--r-- 1 ftp ftp 873 Jul 11 21:47 kea-1.4.0-P1.tar.gz.sha1.asc
-rw-r--r-- 1 ftp ftp 873 Jul 11 21:47 kea-1.4.0-P1.tar.gz.sha256.asc
-rw-r--r-- 1 ftp ftp 873 Jul 11 21:47 kea-1.4.0-P1.tar.gz.sha512.asc
-rw-r--r-- 1 ftp ftp 896 Jul 11 21:47 kea-guide.css
-rw-r--r-- 1 ftp ftp 1087372 Jul 11 21:47 kea-guide.html
-rw-r--r-- 1 ftp ftp 1146571 Jul 11 21:47 kea-guide.pdf
-rw-r--r-- 1 ftp ftp 888993 Jul 11 21:47 kea-guide.txt
-rw-r--r-- 1 ftp ftp 9978 Jul 11 21:47 kea-logo-100x70.png
-rw-r--r-- 1 ftp ftp 385974 Jul 11 21:47 kea-messages.html
-rw-r--r-- 1 ftp ftp 285967 Jul 11 21:47 kea-messages.pdf
226 Directory send OK.
ftp> get kea-1.4.0-P1.tar.gz
local: kea-1.4.0-P1.tar.gz remote: kea-1.4.0-P1.tar.gz
229 Entering Extended Passive Mode (|||49615|)
150 Opening BINARY mode data connection for kea-1.4.0-P1.tar.gz (6645111 bytes).
100% |***************************************************************************************************| 6489 KiB 799.87 KiB/s 00:00 ETA
226 Transfer complete.
6645111 bytes received in 00:08 (790.90 KiB/s)
ftp> quit
221 Goodbye.
$ tar xfz kea-1.4.0-P1.tar.gz
$ cd kea-1.4.0-P1
$ autoreconf --install
```
## Git install
If you are compiling from git source, clone the git repository and reconfigure
......
Clone repository
  • Home
  • Hooks available
  • Processes
    • coding guidelines
    • gitlab howto
    • release process
    • smaller edits on gitlab
  • Release Notes
  • Simplified Flow Diagram
  • community developed tools
  • designs
    • Backend Assisted Lease Selection design
    • Basic LeaseQuery Design
    • Design documents
    • HA+MT Design for Multi threaded Http HA traffic
    • HA connection with MT support
    • HA split brain issues
View All Pages