Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

gdp / adm / gdp-setup.sh @ master

History | View | Annotate | Download (3.66 KB)

# Date Author Comment
f623bd03 07/08/2020 02:04 PM Eric Allman

Need package libmariadb-dev-compat to get mysql_config.

d8667a45 06/09/2020 05:07 PM Eric Allman

Apparently libprotobuf-dev is not included when using libprotobuf-c-dev,
which causes compile issues.

708241e4 11/25/2019 12:43 PM Eric Allman

Fix some minor documentation and initialization glitches.

d12d634c 10/18/2019 04:14 PM Eric Allman

General code cleanup, moving toward Dockerization.

c70b1607 02/09/2019 07:49 AM Eric Allman

Updates for clean compile on Ubuntu 18.04, including finishing upgrade
of OpenSSL to 1.1.0. Changes were surprisingly large. Bump the patch
number for ease of identification (this version also includes updates
for log creation service).

94017158 01/31/2019 03:07 PM Rick Pratt

Remove libmariadb-dev-compat dependency

04db64e2 01/30/2019 08:20 PM Rick Pratt

gdp-setup.sh installs libmariadb-dev-compat for router builds.

9b6f20a4 01/30/2019 02:53 PM Eric Allman

Fix gdp-setup.sh to remove conflicting versions of mariadb before
installing the newer version.

ca9e3a2b 01/30/2019 12:03 PM Eric Allman

Tweaks to get system compiling again with newer version of MariaDB
(including in Docker).

afbc8af4 01/30/2019 12:03 PM Eric Allman

Use a more modern version of MariaDB.

a63a7628 11/01/2018 12:28 PM Eric Allman

Cleanup for MariaDB on Ubuntu.

191945e3 11/01/2018 11:31 AM Eric Allman

First cut on scripts to initialize the Human-Oriented Name to GDPname
Directory service.

8f97ecae 10/29/2018 11:56 AM Eric Allman

Switch to MariaDB from MySQL because of licensing issues.

5f7ee5c3 07/31/2018 11:59 AM Eric Allman

Include dependency on mysql client library in gdp-setup.sh.

2786071d 07/06/2018 04:28 PM Eric Allman

Significant changes in packaging for the GDP 2.0 release.

31d6906f 05/25/2018 01:22 PM Eric Allman

Get basic subscriptions working again.

742eee68 03/23/2018 12:36 PM Eric Allman

Merge branch 'master' into eric/temp

d65c01e2 01/09/2018 11:18 AM Eric Allman

First cut at running Layer 5 network protocol version 4 over old
(version 3) Layer 4 stack. Substantial parts are unimplemented,
including signature generation and checking, read or subscribe by
timestamp or hash, and others. No asynchronous operations including...

b5f746b4 11/29/2017 01:49 PM Eric Allman

It turns out that Redhat/CentOS uses yet a third implementation of UUID.
Generalize the compile flags to make this work. Still kind of a hack.

570e354b 11/13/2017 10:30 AM Eric Allman

Install package uuid-dev on Debian-based systems.

d130be89 10/07/2017 04:40 PM Eric Allman

Move package pandoc to be the last one installed in gdp-setup.sh, since
it is a large package and isn't strictly necessary.

42f4d4a4 06/30/2017 05:09 PM Eric Allman

Move some Darwin conflict code to a more appropriate place.

2a2ce319 06/29/2017 09:30 AM Eric Allman

Update Makefiles to include /usr/local/opt/openssl as a local search
directory. This is only for Homebrew on MacOS, which refuses to install
openssl into system directories.

0a1bc420 06/28/2017 11:55 AM Eric Allman

Fix improperly joined line in gdp-setup.sh. Only affects darwin when
running Homebrew as the package manager.

3ae19aad 05/02/2017 10:12 AM Eric Allman

Fix incorrect package name in adm scripts.

6dacd6be 03/13/2017 05:13 PM Eric Allman

Include systemd-dev on appropriate systems to get sd_notify.

4770b39a 09/28/2016 04:30 PM Eric Allman

Attempt to make setup scripts a bit more independent of each other.

15153231 09/04/2016 07:46 AM Eric Allman

Clean up scripts and documentation regarding macports versus homebrew.

698a70ad 08/10/2016 09:14 AM Christopher Brooks

Reset author.

65309098 07/26/2016 08:36 AM Eric Allman

First cut at read-by-timestamp. Adds Berkeley DB as a dependency (two
versions supported). The interface still isn't quite right; in
particular, subscribe and multiread don't take timestamps. This should
be remedied before this code is released.

71accc0f 07/19/2016 06:45 PM Eric Allman

Move "package" function from gdp-setup.sh into common-support.sh so it
can be used in other scripts. Fix some glitches around choosing a
package manager for MacOS.

c77f65be 07/19/2016 10:25 AM Eric Allman

Installation/Configuration scripts update: try to guess if the system
uses upstart or systemd; other installation cleanup.

e913a6bb 07/18/2016 12:22 PM Eric Allman

gdp-setup: must install software-properties-common before the
apt-add-repository command will work.

6ad460a8 07/12/2016 12:50 PM Eric Allman

Install pandoc in adm/gdp-setup.sh; it is used by READMEs and other
docs to convert .md to .html.

ec66508f 05/13/2016 08:03 AM Eric Allman

Make adm/gdp-setup.sh comments and messages clearer.

5f524e17 05/12/2016 12:30 PM Eric Allman

Fix a bug in identifying already installed packages on MacOS.

cdd7b8d5 04/21/2016 09:39 AM Eric Allman

Don't require user feedback when installing packages.

3a404465 04/19/2016 10:46 AM Eric Allman

Portability fixes, notably allowing running mqtt-gdp-gateway on Ubuntu
systems (not just on Beaglebones).

fbf7ed43 01/09/2016 10:55 AM Eric Allman

Fix adm/gdp-setup.sh so it works properly on Debian on BBB.

a582d7db 01/08/2016 05:55 PM Eric Allman

Include avahi-daemon in adm/gdp-setup.sh on Debian.

f72c060a 12/17/2015 12:42 PM Eric Allman

gdp-setup.sh now works on CentOS.

f3bb1873 12/17/2015 12:12 PM Eric Allman

Test gdp-setup.sh on RedHat (works) and CentOS (does not because
lighttpd isn't supported as a package). Minor tweaks for other
platforms.

32898cd7 12/11/2015 02:25 PM Eric Allman

Attempt to make gdp-setup.sh script work on centos.

316828ec 10/28/2015 12:21 PM Eric Allman

Fix minor glitch in gdp-setup.sh brew determination on MacOS. Found by
Paul Bramsen.

4067c18c 10/08/2015 01:51 PM Eric Allman

Add Avahi install for RH systems

728cb9ee 10/08/2015 09:47 AM Nicholas Sun

intergrated zeroconf into main gdp lib

545f0504 08/05/2015 02:54 PM Eric Allman

Fix bug in gdp-setup.sh that referenced an undefined variable and
used an incorrect metacommand.

1cec1da7 03/05/2015 11:53 AM Eric Allman

Portability fixes for Gentoo.

0ed4b4e5 03/05/2015 11:34 AM Eric Allman

Some versions of Linux require echo -e to expand "\033", but other
systems don't know about -e. Change the "\033"s with literal escapes.

385d4794 02/12/2015 11:06 AM Eric Allman

Add administrative scripts:

adm/gdp-setup.sh --- sets up the environment for GDP, including
    getting all the packages needed.
adm/gdp-debbuild.sh --- builds a debian package for the library
    (to be augmented later to install the rest of the code).