[foreman-dev] Best Advanced Practices for Puppet Packages to Foreman 1.7.1-0 Development Server Ubuntu

2017-10-12 Thread Lisa Kachold
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

[foreman-dev] Re: 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-12 Thread Lisa Kachold
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 >

Re: [foreman-dev] 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-12 Thread Lisa Kachold
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

Re: [foreman-dev] 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-12 Thread Lisa Kachold
#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

Re: [foreman-dev] 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-12 Thread Lisa Kachold
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

Re: [foreman-dev] 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-12 Thread Lisa Kachold
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: >

[foreman-dev] 1.17 Installation on Ubuntu 14.04 - Missing Dashboard Menu MouseOver Drop Downs && "Host Configuration Status widget loading".. Never Completes

2017-10-11 Thread 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

Re: [foreman-dev] Re: Bundler is unable to solve deps for fresh checkout

2017-10-11 Thread Lisa Kachold
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