Where is the installing instructions?

General Discussion

Suggested Topics


  • 0 Votes
    8 Posts
    189 Views

    @schajuli I feel like this should work, but I'll have to try it and see if I can reproduce the issue you're seeing.

    The pidfile errors are probably because the files you copied over don't have the right permissions.

  • 0 Votes
    2 Posts
    5k Views

    @MOE Please take a look at the documentation: https://docs.nodebb.org/

  • 0 Votes
    1 Posts
    654 Views

    Hi FreeBSD users and everyone else.

    I read the documentation concerning the FreeBSD installation procedure and I was wondering if an alternate solution could be added. I have NodeBB running on FreeBSD but I did not need gcc at all. The packages I needed to install where the following.

    % pkg query -e '%a = 0' %o devel/git devel/gmake www/nginx www/npm databases/redis

    So what is the technical reason to install gcc? Did you in the past encountered problem while building without it ?

    Thank you.

  • 0 Votes
    2 Posts
    1k Views

    Hmm. I figured it out. My miniscule understanding of iptables does not allow me to explain this, but if I move the rule for port 4567 up in the chain, it works. I thought they should just be going down the chain rules. Missing something here. Anyway, the issue seems to be resolved. If someone could explain why - this would be interesting to know.

    Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    2590K 1747M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
    159 13356 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0
    222 13300 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
    25 1420 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4567
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:2080
    54 2736 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:443
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:1002
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5666
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:8140
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:4545
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5222
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5269
    574 45099 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:161
    0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW udp dpt:162
    11540 1407K REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:6379
    0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80

  • 0 Votes
    15 Posts
    4k Views

    Thank for the URL! Why i didn't think about it before...
    Yeah Websocket is not supported @ work, might be an old proxy running.

    I found why this forum working and not mine : https.

    So i've to host my forum on https@ssl

    XaT