GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

Problem with deploying it on my server #81

Closed epezhman closed 8 years ago

epezhman commented 8 years ago

I'm a a newbie and I need a bit help with deploying the app on my server (Debian on DigitalOcean). I deployed on Heroku (The deploy button on documentation page is not working, had to do it manually) and it works fine but when I'm trying to deploy it on my own server I can not get access to it page. I tested it locally and still can not access it through the localhost. I followed the documentation and set all the variables and when running, it says ´Listening at Listening at http://:::6000 but I always get the page is not available, should I set something else too? thanks a lot

epezhman commented 8 years ago

I had to add the 127.0.0.1 when working with Nginx as proxy server

akashnimare commented 7 years ago

@epezhman where did you add 127.0.0.1?

epezhman commented 7 years ago

I think, to the docker command, so it runs on some address like http://127.0.0.1:6000. I'm not really sure though, I did that long time ago and I'm not using nuts anymore

Malnasser commented 5 years ago

@epezhman Can I know where did u add the local address ?