Install NodeBB on Amazon Ec2

Technical Support

Suggested Topics


  • 0 Votes
    3 Posts
    245 Views

    Note: LTS switched to 16.x today. 🐕

  • Using NodeBB with MySQL

    Technical Support
    0 Votes
    3 Posts
    2k Views

    By default, it's no possible to use mysql directly. But if you really want it, some efforts could be take to migrate the db from existing dbs to mysql database.

    So, in short, it's possible to use mysql only if you can successfuly migrate all schemas and existing database operations in the code from mongodb/redis/postgresql(any of these) into mysql.

  • 0 Votes
    6 Posts
    2k Views

    @louisemcmahon something like this can work okay:

    Have two git remotes: origin and fork

    git remote rm origin git remote add origin https://github.com/nodebb/nodebb.git git remote add fork https://example.com/your/repo.git

    Then you can used these named remotes for updating / pushing like so:

    # pull and merge latest changes from NodeBB git pull origin # push latest changes to your repo git push fork

    That will make updating things easier.

  • 0 Votes
    3 Posts
    2k Views

    Looks like you do not have write access to the volume your NodeBB is installed in.

  • 1 Votes
    6 Posts
    3k Views

    Wow, thanks guys for the replies! I'll try it out after I had something to eat. 🍔 🙂
    I'm very excited to try out NodeBB.

    @frissdiegurke said:

    Greetings back from Germany 🙂
    PS: Great decision to use arch 😉

    Yay, another German. 😄 And yes, we all love arch, don't we?