Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Yaşar Baturalp Artar
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    Topics created by Yaşar Baturalp Artar

    • Yaşar Baturalp Artar

      How do I remove the port from domain?
      Technical Support • • Yaşar Baturalp Artar

      4
      0
      Votes
      4
      Posts
      1054
      Views

      Duke

      Sounds like apache or some other web server might already be running on that port.

      ps aux | grep apache

    • Yaşar Baturalp Artar

      SOLVED How do I configure NodeBB setup for Google Cloud VM?
      Technical Support • • Yaşar Baturalp Artar

      4
      0
      Votes
      4
      Posts
      1017
      Views

      Yaşar Baturalp Artar

      @duke said in How do I configure NodeBB setup for Google Cloud VM?:

      If you cannot answer these questions yourself then I suggest you install virtualbox on your local machine and get nodebb working locally but following the docs below. Once you are successful with this, you will have learned alot and can then try and deploy on Google infrastructure.

      I know you want to deploy straight to production but my way will be quicker in the long run. The next question you will have will be regarding NGINX and how to get it running on port 80. The answers to all your questions are in the docs. The docs are very easy to follow.

      Ubuntu (Recommended) - NodeBB Documentation

      <quote>
      I can create the website by using 127.0.0.1 IP but the connection is refused by google's internal IP
      (127 is a local ip, you need to provide your internet IP here)

      "url": "I typed here my domain which is connected to Google's external IP",
      "secret": "the key",
      "database": "mongo",
      "mongo": {
      "host": "Google's internal IP", (should be 127.0.0.1)
      "port": "I couldnt find this out?", (4567)
      "username": "Is this the nodebb user or the user I created for admin database?", (nodebb user)
      "password": "Password", (mongo password for Nodebb database)
      "database": "nodebb"
      </quote>

      Done 🙂