Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Xu Li
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 1
    • Groups 0

    Xu Li

    @Xu Li

    2
    Reputation
    441
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Xu Li Follow

    Best posts made by Xu Li

    • RE: Can't access nodebb on EC2

      I see...
      Yes, it is working now as I add 4567 to the port range
      Thanks very much!

      posted in General Discussion
      X
      Xu Li

    Latest posts made by Xu Li

    • RE: anyone tried out plugin: nodebb-plugin-profile-extends

      how does this plugin work?
      I installed it but cannot find in anywhere in ACP

      posted in NodeBB Plugins
      X
      Xu Li
    • RE: Is there are linkedin sso plugin instruction?

      ok, I see there is a newer version

      nodebb-plugin-sso-linkedin-oauth2

      installed, but where can I input my api key? can't find in ACP...

      posted in General Discussion
      X
      Xu Li
    • RE: Is there are linkedin sso plugin instruction?

      what is the expected behavior?
      should i see an icon somewhere after bounce?
      I don't see any error in the ACP > advanced > logs, is there any other log I can check?

      posted in General Discussion
      X
      Xu Li
    • RE: Is there are linkedin sso plugin instruction?

      Yes, I did everything (including the drinking beer part 😋 )
      I restart my forum but the linkedin option does not show up on registration. Did i miss anything?

      posted in General Discussion
      X
      Xu Li
    • Is there are linkedin sso plugin instruction?

      I installed the plugin, and register an app on linkedin, then what? any document about setting up a sso login?

      posted in General Discussion
      X
      Xu Li
    • Admin control panel not working

      Hi on a fresh checkout of v0.6.1-dev (Redis 2.8.12), the ACP is not working
      specifically, the traffic graph and customize CSS/JS are not displayed, also the widgets in "Extend/widgets" are not draggable. Anyone notice the same thing?
      Screenshot 2015-01-17 14.03.13.png Screenshot 2015-01-17 14.03.02.png

      posted in General Discussion
      X
      Xu Li
    • RE: Can't access nodebb on EC2

      I see...
      Yes, it is working now as I add 4567 to the port range
      Thanks very much!

      posted in General Discussion
      X
      Xu Li
    • Can't access nodebb on EC2

      Hi, I have installed redis and nodebb on my EC2 instance, but after bounce with "node app" (NodeBB Ready) I cannot access the home page with http://<EC2 instance public ip>:4567. Is there anything that I missed? thx

      EC2 instance:

      Screenshot 2014-12-25 09.50.39.png

      config.json:
      {
      "base_url": "http://54.165.184.64",
      "port": "4567",
      "secret": "3d0786c5-ec36-4b28-b0aa-b910f58907a0",
      "bind_address": "0.0.0.0",
      "database": "redis",
      "redis": {
      "host": "127.0.0.1",
      "port": "6379",
      "password": "",
      "database": "0"
      },
      "bcrypt_rounds": 12,
      "upload_path": "/public/uploads",
      "use_port": true,
      "relative_path": ""
      }

      posted in General Discussion
      X
      Xu Li