Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can labrepl run on 0.0.0.0 instead of localhost #59

Open
ghost opened this issue Sep 1, 2015 · 0 comments
Open

Can labrepl run on 0.0.0.0 instead of localhost #59

ghost opened this issue Sep 1, 2015 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 1, 2015

Hello,

I try to do this course on nitrious.io.
They want that the server you made runs on 0.0.0.0 instead of localhost.

So I changed to this :

(defn -main [& args](run-jetty %28var application%29 {:host "0.0.0.0" :port 8080 :join? false})
(println "Welcome to the labrepl. Browse to http://localhost:8080 to get started!"))

but still the server is not be found.

Roelof

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants