Skip to content

Releases: ngageoint/hootenanny-rpms

Pre-installed Hootenanny-0.2.17 Centos6.6 VM

01 Sep 19:05
Compare
Choose a tag to compare

In this release, Pre-installed Hootenanny-0.2.17 Centos6.6 VM

  1. Download tar file
  2. Extract tar file to desired location
  3. Add Vagrant box to list: vagrant box add {title} {Box_Name or URL}
  4. Initialize Vagrant: vagrant init {title}
  5. Execute: "vagrant up"
  6. Execute: "vagrant ssh"
    a) If prompted for password, enter: "vagrant"
  7. To conflate via command line, Enter: "hoot -help"
  8. To conflate via browser, goto: http://localhost:8888/hootenanny-id/

Happy Conflating!

Download VM from: https://s3.amazonaws.com/hoot-vm-boxes/hootenanny-0.2.17-centos6.6_vm.box

Full Hoot Installation Package using Vagrant

25 Aug 18:43
Compare
Choose a tag to compare

How to install Hoot on a CentOS Virtual Machine:

  1. Download the full installation package from Github.com to desired location

  2. Extract installation bundle (command line: tar -xzf hootenanny-0.2.17_full_install.tar.gz)

  3. Verify you have:

    • RPMS
    • Vagrantfile
    • VagrantProvisionCentos.sh
    • tiger.osm
    • rcii.osm
  4. Open terminal (Command Prompt for Windows) and goto location of where installation package was extracted

  5. Under installation directory, execute these commands:

  • "vagrant up 2>&1 | tee install_hoot_full.log" (without quotes)
  1. Once complete, execute this command:
  • "vagrant ssh"
    • if prompted for password, enter "vagrant"
  1. From the current directory, enter "hoot -version", if this works, you can now conflate.

  2. To test a small conflation job, osm files have been provided.

    • Enter: "hoot conflate tiger.osm rcii.osm "OUTPUT_PATH/OUTPUT_NAME.osm"
  3. To access the Hoot interface, goto: http://localhost:8888/hootenanny-id

Vagrant Centos6.6 Hoot Template

23 Aug 02:40
Compare
Choose a tag to compare
Pre-release

Provided in this release are the artifacts need to to stand-up a Virtual Machine that has all the hoot dependencies installed. This Virtual Machine is a Centos6.6 x64 machine and is missing the Hoot database and code configuration.

Please follow these directions to stand up a working Centos6.6 template for a Hoot Install:

How to launch Vagrant box:

** MUST HAVE Vagrant and VirtualBox installed on your computer. **

  1. Add Vagrant box to list: vagrant box add {title} {Box_Name or URL}
    Example: "vagrant box add hoot-template hoot-template-centos6_x64.box"
  2. Initialize Vagrant: vagrant init {title}
    Example: "vagrant init hoot-template"
  3. Start Vagrant: "vagrant up"
  4. SSH into Vagrant: "vagrant ssh"
    a) If prompted for password, enter: "vagrant"
  5. Install Hoot: Install Script to be provided in next release

RPMs for Hoot Install on Centos6.x

10 Sep 13:38
Compare
Choose a tag to compare
Pre-release

UPDATE: This release contains all RPMs that are downloaded from various locations as well as custom built RPMs that have been compiled from source. To ensure having all necessary RPMs when installing HOOT on a Centos6.x environment, download from this release and NOT from the Master Branch.

Dependencies may need to be resolved before all RPMs can be installed successfully.

Thank You