Nodebb and WordPress in the same VPS

Technical Support

Suggested Topics


  • nodebb-plugin-imagemagick

    Solved Technical Support
    0 Votes
    3 Posts
    767 Views

    @pitaj Yes, I solved it but i wanna animated avatars 😞

  • 0 Votes
    3 Posts
    1k Views

    @Giggiux Thanks, was just curious...

  • 0 Votes
    1 Posts
    745 Views

    Hihi, i'm going to migrate the Ghost-Blog's topics to my new Nodebb site, there are dozens of topics, and i use the nodebb-plugin-blog-comments to move the topic to the Nodebb site, and my question is : How to map the old Ghost-Blog topic's url to the new Nodebb topic's route ?

    For example:

    There is a topic in Old Ghost-Blog: http://mysite.com/2016/06/23/guipin-jia/ And i migrated above topic to the new Nodebb: http://mysite.com/topic/12/guipin-jia/

    I wish that the nodebb can redirect the old Ghost-Blog's topics url to the new nodebb's topics url, when the users browser the old Ghost-Blog's urls~

    Please help, many many thanks~ @julian @psychobunny @baris @pichalite

  • 0 Votes
    7 Posts
    3k Views

    @Gryphon00 said:

    PLEASE HELP!!!!!!!
    Please fix it ASAP and keep me informed about the results. this forum is very important to me.

    Demanding we fix it will get you nowhere. You can ask for help though. 502 Bad Gateway means it's not running. Try running ./nodebb dev in your NodeBB folder and seeing if it either crashes and supplies an error, or loads as it should.

    Also Refer to the documentation, it'll likely be in there. Link to Documentation

  • 0 Votes
    6 Posts
    3k Views

    It is taking me some time - mostly because I'm not familiar enough with NodeJS / NodeBB.

    Some observations:

    Took a while to get the ./nodebb setup routine to work - had to do it first for MongoDB and then for Redis and then combine the two files and restart (redis / mongodb nodejs files do not get installed on the npm install command).

    Then got stuck with launching multiple processes on reboot with systemd. Gave up on that and just used a crontab @ reboot line to run a shell script. Need to figure out how to restart / reload processes seamlessly.

    Found some issues with socket.io and spdy - did not investigate, disabled spdy on nginx.

    Found some issues with the 0.7.0 branch and upgraded to master 0.7.1 and found that much more stable. But these were plugin related - sections, adsense - dropped them both.

    Made the mistake of setting the production flag in the environment variable NODE_ENV. 🙂

    As of now, have a test site running persona, notifications plugins on a distributed setup - NFS / REDIS / MONGO DB on one server and a barebones NODEJS + NGINX/SSL on another.

    Seems stable for now on a test setup on https://devlib.org will give it a day or two while I play around with the templates / plugins and watch memory usage, before I go through another effort to set the autoscale / loadbalancer up.

    @baris @julian @psychobunny - I really like what I see so far. Well done. If all goes well with the setup / eval, I will be dropping you guys an email to see if I can fund some development. 🙂