NodeBB on cPanel with Root

Technical Support

Suggested Topics


  • Install Nodebb using AWS env

    Unsolved Technical Support
    0 Votes
    2 Posts
    54 Views

    @Vishal-Grover if you're just using EC2, you can use the Ubuntu guide as it's the same. I'd recommend you don't use the AWS Linux build though - use the Ubuntu one.

  • 1 Votes
    88 Posts
    9k Views

    @torn2 we officially support both but the default composer is default because the Markdown composer is a good low-resource (but high functionality) base composer for all NodeBBs.

    Not all communities want or appreciate a WYSIWYG composer.

    Also, I like Markdown 😁

  • 0 Votes
    2 Posts
    677 Views

    The folder is probably named /home/nodebb/nodebb not /path/to/nodebb so try. cd /home/nodebb/nodebb to go to the installation directory. If that gives the same error you can list the contents of the /home/nodebb directory by the ls command and find out the real name of the nodebb installation directory.

  • 0 Votes
    1 Posts
    570 Views

    I am a web developer, new to nodeBB.

    I am working on a web app where users can discuss a document (see the prototype here; I am in the process of simplifying the UX and planning for version 1). The UI looks like this:
    -- a main area shows the document,
    -- in other areas/windows/tabs, users can create topics to discuss parts of the document.

    Does it sound feasible with nodeBB? My main concern is not OAuth/SSO, but client-side display.

  • 0 Votes
    8 Posts
    3k Views

    @lulzdevlol said:

    Hey thx for the update. its never too late. 🙂

    Before I forget you must restart NGINX and nodeBB so the changes take place, but I hope it is clear to you.

    Lastly it would be interesting to know, if you were able to resolve the issue.