You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can i open up to port 80? Because i just get an error when i use rails s -b 192.168.1.xxx -p 80
error: Permission denied - bind(2) for "192.168.1.xxx" port 80 (Errno::EACCES)
then i try with sudo rails s -b 192.168.1.xxx -p 80 but then i get Could not find 'railties' (>= 0.a) among 16 total gem(s) (Gem::LoadError)
anyone know? :(
The text was updated successfully, but these errors were encountered:
just tried, nah got /.rvm/rubies/ruby-2.3.1/lib/ruby/2.3.0/rubygems/dependency.rb:319:in 'to_specs': Could not find 'railties' (>= 0.a) among 16 total gem(s) (Gem::LoadError)
Can i open up to port 80? Because i just get an error when i use
rails s -b 192.168.1.xxx -p 80
error:
Permission denied - bind(2) for "192.168.1.xxx" port 80 (Errno::EACCES)
then i try with
sudo rails s -b 192.168.1.xxx -p 80
but then i getCould not find 'railties' (>= 0.a) among 16 total gem(s) (Gem::LoadError)
anyone know? :(
The text was updated successfully, but these errors were encountered: