This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
foreman_guide [2015/03/18 14:01] Tim Rozet |
foreman_guide [2015/04/07 22:26] (current) Daniel Farrell [Install Foreman] Better formatting for complex Foreman install command |
||
|---|---|---|---|
| Line 75: | Line 75: | ||
| Now run the installer with the right arguments for your setup: | Now run the installer with the right arguments for your setup: | ||
| - | ''sudo foreman-installer \\ | + | <code> |
| + | sudo foreman-installer \\ | ||
| --enable-foreman-proxy \\ | --enable-foreman-proxy \\ | ||
| --foreman-proxy-tftp=true \\ | --foreman-proxy-tftp=true \\ | ||
| Line 91: | Line 92: | ||
| --foreman-proxy-foreman-base-url=https://localhost \\ | --foreman-proxy-foreman-base-url=https://localhost \\ | ||
| --foreman-proxy-oauth-consumer-key=ag9QcrzYTZQVhsnuEb8zYVc6taL4jmXj \\ | --foreman-proxy-oauth-consumer-key=ag9QcrzYTZQVhsnuEb8zYVc6taL4jmXj \\ | ||
| - | --foreman-proxy-oauth-consumer-secret=CWieWvBUMrfsvSc88UcmNTtrGtSzUCCf'' | + | --foreman-proxy-oauth-consumer-secret=CWieWvBUMrfsvSc88UcmNTtrGtSzUCCf |
| + | </code> | ||
| You should see the following | You should see the following | ||
| - | Installing Done [100%] [...........................................................................................] | + | <code> |
| Success! | Success! | ||
| * Foreman is running at https://foreman.localdomain | * Foreman is running at https://foreman.localdomain | ||
| Line 102: | Line 104: | ||
| * Puppetmaster is running at port 8140 | * Puppetmaster is running at port 8140 | ||
| The full log is at /var/log/foreman-installer/foreman-installer.log | The full log is at /var/log/foreman-installer/foreman-installer.log | ||
| + | </code> | ||
| Please notice the above message gives you the credentials to the Foreman GUI. | Please notice the above message gives you the credentials to the Foreman GUI. | ||