How to install NodeBB on windows local

General Discussion

Suggested Topics


  • 0 Votes
    5 Posts
    2k Views

    Try ./nodebb build and restarting. Also make sure a soundpack plugin is enabled in the ACP.

  • 0 Votes
    5 Posts
    2k Views

    @pichalite thanks man 👍

  • 0 Votes
    4 Posts
    2k Views

    @julian said:

    The idea is they're compatible, although I think at the moment, it only works with 0.4.x of Ghost...

    Thanks for your reply. I will try with ghost 0.4.x then.
    Thank you very much.

    UPDATE: I've just tested the plugin with version 0.4.2 of Ghost and all ran smoothly. The problem for me was the "Same Origin Policy" testing the plugin in my local instances of Ghost and Nodebb. I will now re-try the installation with the latest version of Ghost and let you now if i find any problem. Thanks again. 😃

    UPDATE2: I've tested the plugin with version 0.5.8 of Ghost. I get an error related to the ghost API. Even logged in the api responds with 401 unauthorized. I think that is the step involved of publishing the post from ghost to nodebb (while fetching the blog entry content). Think this issue is already known by @psychobunny . Fun fact is that i can post comments en entries already published on nodebb and all works good.

  • 0 Votes
    2 Posts
    1k Views

    Heheh... no best practices as of yet, but that is the appeal of NodeBB. I (and I think the other admins and reps share our vision on this) really wanted NodeBB to be a "pick and choose" system to allow you to build a system you want to build, instead of what some other entity has decided.

    I liken it to buying a computer. You could save time (and maybe money) by taking something off-the-shelf that a big box manufacturer as put together, or you could build the computer you want by picking the parts and assembling them together yourself.

    As for best practices -- Node is really all about division of responsibility. Don't do things unless you absolutely have to do them, that sort of thing.

    This is why:

    Search is handled by Solr plugin Avatars are handled by Gravatar Emails are handled by Mandrill Image uploads are handled by Imgur
  • 0 Votes
    4 Posts
    4k Views

    It is installed automatically when you install the Redis server.