Hello,

I would like to know if I am able to install discourse on this host.

Thanks
Slimy

    slimy the good news is: you can do that.
    Create PostgreSQL database: https://docs.serv00.com/PostgreSQL/
    Configure your Ruby environment: https://docs.serv00.com/RVM/
    Take Discourse from https://github.com/discourse/discourse
    And check any installation guide without Docker e.g:
    https://www.linuxbabe.com/ubuntu/install-discourse-ubuntu-18-04-server-without-docker
    Of course, many steps are already done for you, and some can be outdated, you need to check it by yourself.

    You can also check official guide for development: https://meta.discourse.org/t/install-discourse-on-ubuntu-or-debian-for-development/14727

      admin Wow, thats actually great, I tought It wouldn't be possible because discourse takes much space

      admin Do I need to create a specific website type or would php as website type work too?

        admin Hello, I have set up RVM but I dont know which path I should use for the binary

        Thanks
        Slimz

          slimy check it by whereis ruby command after activation of RVM environment.

            admin Okay, I got the path but when I enter it, it says It doesn't exist.

            /usr/local/bin/ruby /usr/local/share/man/man1/ruby.1.gz

              admin Error: The binary path cannot be empty when i literally entered a valid binary path

                slimy You need to set up your Ruby environment first. If you have problem with building it, you can try to limit number of processes used during compilation. You can do it by adding rvm_make_flags=( -B -j1 ) to ~/.rvmrc, e.g:

                echo "rvm_make_flags=( -B -j1 )" > ~/.rvmrc