Skip to content

Commit

Permalink
Updated links for v0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsurratt committed Jun 17, 2015
1 parent 5ef68bb commit 98ab63e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL-CentOS6.5-PG9.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ cd ..
### GEOS ###

# You can get the patched version of GEOS from the files section on DG Redmine:
# https://github.com/ngageoint/hootenanny/releases/download/0.2.14/geos-3.3.8-patched.tgz
# https://github.com/ngageoint/hootenanny/releases/download/v0.2.15/geos-3.3.8-patched.tgz
rm -rf geos-3.3.8
test -f geos-3.3.8-patched.tgz || \
(echo Please get a copy of the patched GEOS. ; false )
Expand Down
2 changes: 1 addition & 1 deletion Makefile.old
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ conf/words.sqlite: conf/words1.sqlite
# If you create a new words.sqlite please just increment the number rather than
# replacing the old file. This way we can maintain the history.
conf/words1.sqlite:
wget -N -P conf/ https://github.com/ngageoint/hootenanny/releases/download/v0.2.15/words1.sqlite
wget -N -P conf/ https://github.com/ngageoint/hootenanny/releases/download/v0.2.16/words1.sqlite

bin/HootEnv.sh: scripts/HootEnv.sh
mkdir -p bin
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ If you have any support questions please contact [email protected]
Hootenanny has been tested on both CentOS/RHEL 6.5 and Ubuntu 14.04. Ubuntu
14.04 receives more active development and more streamlined installation
instructions. Please see [Hootenanny - Developers
Guide.pdf](https://github.com/ngageoint/hootenanny/releases/download/v0.2.15/Hootenanny.-.Developer.Guide.pdf) for detailed instructions on Ubuntu 14.04. Both set of instructions are tailored to an audience that is deeply familiar with scripting and install procedures on Linux.
Guide.pdf](https://github.com/ngageoint/hootenanny/releases/download/v0.2.16/Hootenanny.-.Developer.Guide.pdf) for detailed instructions on Ubuntu 14.04. Both set of instructions are tailored to an audience that is deeply familiar with scripting and install procedures on Linux.

System Administrators who would like to install on CentOS/RHEL 6.5 should follow
the [Hootenanny - Installation
Instructions.pdf](https://github.com/ngageoint/hootenanny/releases/download/v0.2.14/Hootenanny.-.Installation.Instructions.pdf).
Instructions.pdf](https://github.com/ngageoint/hootenanny/releases/download/v0.2.16/Hootenanny.-.Installation.Instructions.pdf).

For those Ubuntu 14.04 users who wish to follow a more streamed-lined set of instructions, please refer to the Vagrant (VM container) set up instructions in the Developers Guide. There is currently no Vagrant set up for CentOS/RHEL 6.5 so if you wish to use that environment please contact us at [email protected].

Expand Down
2 changes: 1 addition & 1 deletion docs/install/HootenannyInstall.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ Then try downloading the file created e.g. http://myhost/dum.txt
NOTE: The following steps must be completed after the Tomcat install so the tomcat user can take ownership of the hoot install directory.

. Download any necessary <<hoot-centos-deps,dependencies >> (note that the full download is ~373 MB).
.. download the patched GEOS from https://github.com/ngageoint/hootenanny/releases/download/0.2.14/geos-3.3.8-patched.tgz
.. download the patched GEOS from https://github.com/ngageoint/hootenanny/releases/download/v0.2.15/geos-3.3.8-patched.tgz
.. copy the patched GEOS from geos-3.3.8-patched.tgz to +/usr/local+ *-MAKE SURE YOU USE THE PATCHED VERSION PROVIDED!!*
.. copy the FileGDB_API_1_3-64.tar.gz to +/usr/local+ or download from the ESRI link:$$http://www.esri.com/apps/products/download/$$[website]
.. copy opencv-2.4.5.tar.gz to +/usr/local+.
Expand Down

0 comments on commit 98ab63e

Please sign in to comment.