dphuang2 / PoGoBag

Analyze and share your Pokémon through a locally run server! Official Site access has been stopped as of 12/23/2016
146 stars 49 forks source link

Port 80 #78

Open AndreasEnemyr opened 8 years ago

AndreasEnemyr commented 8 years ago

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? :(

dphuang2 commented 8 years ago

could you try to run 'gem install rails' and report back

AndreasEnemyr commented 8 years ago

@dphuang2

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)

shoootyou commented 8 years ago

I have the same error and I ran with sudo and everything works.

Logically, I need install all on sudo mode.