Navigation

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

    Yaşar Baturalp Artar

    @Yaşar Baturalp Artar

    0
    Reputation
    286
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Yaşar Baturalp Artar Follow

    Latest posts made by Yaşar Baturalp Artar

    • RE: How do I remove the port from domain?

      @duke "nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)" This error occurs everytime. There is a property in my Google Cloud DNS which binds the domain and external IP together. Could it be the problem?

      When I run sudo netstat -tulpn | grep --color :80, the result below occurs.
      tcp6 0 0 :::80 :::* LISTEN 17631/nginx -g daem

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

      Hello,

      In config.json I've stated the url without port, now I can enter the website by "http://x.com:4567" but "http://x.com" does not work. How can I overcome this? Thanks.

      posted in Technical Support
      Yaşar Baturalp Artar
      Yaşar Baturalp Artar
    • RE: How do I configure NodeBB setup for Google Cloud VM?

      @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 🙂

      posted in Technical Support
      Yaşar Baturalp Artar
      Yaşar Baturalp Artar
    • RE: How do I configure NodeBB setup for Google Cloud VM?

      Will do now, thanks. I'll write back the news.

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

      Hello,

      I'd like to set-up NodeBB on my Google Cloud VM which runs Ubuntu 16 bun there are some things that I could not found out for hours. What are the ports and URL's that I should be using for Google Cloud? Everytime I try, I face connection refuses.

      I can create the website by using 127.0.0.1 IP but the connection is refused by google's internal IP

      "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",
      "port": "I couldnt find this out?",
      "username": "Is this the nodebb user or the user I created for admin database?",
      "password": "Password",
      "database": "nodebb"

      posted in Technical Support
      Yaşar Baturalp Artar
      Yaşar Baturalp Artar