Fork me on GitHub
#luminus
<
2016-04-28
>
plexus12:04:22

the luminus template adds this to base.html

plexus12:04:27

{% block page-scripts %}
    {% endblock %}

plexus12:04:40

what does it do? I can't find any reference to page-scripts

thug.nasty18:04:52

can’t seem to access the webpage

thug.nasty18:04:00

I just created a new project, and ran ‘lein run'

thug.nasty18:04:51

all my browsers say the server can’t be reached

thug.nasty18:04:56

i tried 127.0.0.1

jmayaalv19:04:13

@thug.nasty: maybe you forgot the port on the url?

plexus19:04:08

@thug.nasty: the default port is 3000

thug.nasty19:04:52

I made sure of that the port was there

thug.nasty19:04:10

I'll try rebooting lol

curtis.summers20:04:38

@thug.nasty: You might look at what interface the java process is listening on: sudo lsof -iTCP -sTCP:LISTEN -n -P or sudo netstat -ntlp

curtis.summers20:04:49

or IP/host, rather