Is rencet card plugin compatible with NodeBB 2.1.0?

Unsolved Technical Support

Suggested Topics


  • NodeBB Upgrade Error

    Solved Technical Support
    5
    0 Votes
    5 Posts
    190 Views

    No, I did not. It worked after I did so. Somehow I missed that obvious section...

  • 0 Votes
    7 Posts
    2k Views

    @guts I meant no offense, I was just quickly providing a resource in the case that you hadn't looked at it before. Also, the docs that @yariplus linked are the outdated ones, whereas the ones I linked are more up-to-date.

    Hi, I use Litespeed actually for my other domains and they are on the same server so can I delete the config.json file in this case?

    I don't know anything about lightspeed, but I can tell you that config.json is completely separate from the reverse proxy you decide to use. config.json is generated by ./nodebb setup and is located in the nodebb directory.

    Do I have to use Ngynx in addition of Litespeed?

    Probably not, but you'll have to look up how to do the same things that nginx does when using our example config files and apply that to Lightspeed.

    I already have a database but where do I have to specify it during the setup?

    If you run ./nodebb setup after deleting config.json, it will ask you for settings for your database.

    How do I delete the config.json file?

    rm /path/to/nodebb/config.json

    My apologies but it becomes hard to follow... I followed a tuto on Youtube by entering some commands via SSH but this becomes hard to do so if someone can paste an exemple, it will be great and it will help.

    An example for what? Unfortunately it's difficult to reduce installation into quick examples.

  • 0 Votes
    8 Posts
    3k Views

    @Giggiux That is correct. It will keep restarting until mongo/redis has started. I added mongod.service in the After parameter and does startup normally. I know mongod takes a minute or 2 to start, as I have tested this and nodebb is in the failed state until mongod has fully started. Sometimes mongod will show that it has started but nodebb fails to start. I just waited a couple of minutes and checked nodebb again (systemctl status nodebb) and it was up/active, without my intervention 🙂

  • 0 Votes
    3 Posts
    1k Views

    @Nisthar Your url in config.json needs to be the mydomain.org value.

  • 0 Votes
    4 Posts
    1k Views

    @prog At current, no. Our servers are based in a New York datacenter, but we do not use CDN for global delivery of assets like the client js and css.