Foreman-install missing?

Using the instructions for 1.3, it looks like the foreman-install utility
isn't actually installed on Ubuntu 12.04.

I searched the entire system for a file called "foreman-install" and didn't
find anything. However, generate_answers.rb will still execute what I
believe "foreman-install -i" is supposed to do. I used that to successfully
install Foreman.

The method I used to install:

echo "deb http://deb.theforeman.org/ precise stable" >
/etc/apt/sources.list.d/foreman.list
wget -q http://deb.theforeman.org/foreman.asc -O- | apt-key add -
apt-get update && apt-get install foreman-installer

$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.04.3 LTS
Release: 12.04
Codename: precise

··· -- Stephen Wood www.heystephenwood.com

You've used the 1.3 manual with the 1.2 packages (current stable release is
1.2.2) - so it's not surprising you can't find "foreman-installer" as that
script only exists in the 1.3 packages. You are correct that
generate_answers.rb is the install script for 1.2 (as you can see here:
Foreman :: Manual)

There are links at the top of the manual pages to toggle between the 1.2
and 1.3 manuals.

HTH,
Greg

··· On 27 September 2013 23:45, Stephen Wood wrote:

Using the instructions for 1.3, it looks like the foreman-install utility
isn’t actually installed on Ubuntu 12.04.

I searched the entire system for a file called “foreman-install” and
didn’t find anything. However, generate_answers.rb will still execute
what I believe “foreman-install -i” is supposed to do. I used that to
successfully install Foreman.