Following the instructions for a Development Install (without
foreman-installer): https://theforeman.org/contribute.html
I am wrapping my head around how to add Puppet Master and/or Agent to the
Install.
I have the foreman-puppet modules and rubygems as part of the install.
Questions:
1) Can I
On Wednesday, October 11, 2017 at 5:56:05 PM UTC-7, Lisa Kachold wrote:
>
> I have setup TheForeman 1.17.1-0 in a Development install on AWS.
>
> ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux-gnu] (gem/bundler
> errors using other versions)
> WEBrick 1.3.1
>
On Thursday, October 12, 2017 at 9:55:24 AM UTC-7, Lisa Kachold wrote:
>
> SOLUTION: (thanks to ohadlevy)*
>
> Here's the Json version issue: Need to move to Json 1.8.6 from default
> Json 2.0.4:
>
> gem list --local | grep json
>
> fog-*json* (1.0.2)
&g
#x27;Setup Development
Environment': https://theforeman.org/contribute.html#SupportedRubyversions
*BIND*=0.0.0.0 foreman start
Now webrick and rails for foreman listen on all ports!
AND Javascript work GREAT!
On Thursday, October 12, 2017 at 8:50:04 AM UTC-7, Lisa Kachold wrote:
>
> ohadle
pen
'.env'] errno: -2, code: 'ENOENT', syscall: 'open', path: '.env' }
15:44:18 rails.1 | exited with code 1
15:44:18 system | sending SIGTERM to all processes
15:44:19 webpack.1 | terminated by SIGTERM
15:44:19 | Project is running at htt
ou can customize the startup with environment variables.
>
>
> export RAILS_STARTUP='puma -w 3 -p 3000 --preload'
>
> export WEBPACK_OPTS='... more options ...'
>
> bundle exec foreman start
>
>
> Timo
> Am 12.10.17 um 02:56 schrieb Lisa Kachold:
>
I have setup TheForeman 1.17.1-0 in a Development install on AWS.
ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux-gnu] (gem/bundler
errors using other versions)
WEBrick 1.3.1
ALL Ports open from Server to my IP
I changed Rails to listen on all interfaces as:
require 'rails/commands/ser
I had all these same issues in a 16.04 Ubuntu LTS (on AWS) with Ruby 2.1
and 6.
There were a few hurdles after the upgrade/downgrade to 2.4 also.
I still have a JavaScript issue, as the pull downs don't render, so I am
rerunning tests.
I have modified Foreman to listen on all ports.
I hav