Navigation

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

    xaoseric

    @xaoseric

    2
    Reputation
    576
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    xaoseric Unfollow Follow

    Best posts made by xaoseric

    • RE: NodeBB CentOS Dockerfile

      The Dockerfiles are now in the official repository and are automatically built in the Docker Hub Registry. You can find instructions on GitHub and the Docker Hub Registry, I will be adding documentation to the docs tomorrow so instructions will be in the docs as well.

      The goal of offering the Dockerfiles is to make the installation process for NodeBB easier while still allowing an experienced Docker dev to customize the experience.

      posted in NodeBB Development
      X
      xaoseric
    • RE: NodeBB CentOS Dockerfile

      @julian that is a good idea. The default master branch will fetch the contents from the current stable branch such as v0.5.x, and the dev branch will fetch the content from the master branch, just append -dev for the development branch. They are currently building in Docker Hub Registry and should be good to go shortly 🙂

      For stable:
      nodebb/docker:centos
      nodebb/docker:ubuntu

      And for Dev:
      nodebb/docker:centos-dev
      nodebb/docker:ubuntu-dev

      posted in NodeBB Development
      X
      xaoseric

    Latest posts made by xaoseric

    • RE: Anyone working on couchdb adaptor (instead of Redis or Mongodb)?

      @psychobunny said:

      Right now there's a postgres adapter in progress, no word of couchdb yet.

      Basically you just have to copy the structure and methods found here. If you do try your hand at it, let us know - we'll be happy to guide you along the way 🙂

      I'm working on mysql :). Wherer did you see the mention of Postgres? I'll take a look at couchdb tomorrow to see what it is.

      posted in NodeBB Development
      X
      xaoseric
    • RE: NodeBB integration with Tapatalk

      @Woody-Thrower said:

      Many of the members of the community (myself included) use Tapatalk to access the forum. After seeing @luke's comment regarding NodeBB having a great mobile interface (thus making Tapatalk unnecessary) I decided to try it out in Chrome on my Galaxy Note 4. The experience was unpleasant.

      As I tried to scroll through messages, the browser would sometimes go blank (solid white), then come back. As I was reading thread summaries, sometimes the metadata (age of the post, etc.) would disappear then reappear. I experienced those issues in the first couple minutes of testing. They were severe enough that I didn't want to continue to see if there were other more subtle issues.

      Is worth mentioning that on iOS 8 both Safari and Chrome crash when browsing any forum that runs NodeBB. Also concerning Tapatalk, it requires a database. It might be doable if we get mysql integrated.

      posted in Feature Requests
      X
      xaoseric
    • RE: Adding MySQL to NodeBB

      @julian said:

      I noticed you have a MySQL integration PR open with the main repo right now -- is it actually usable? 😅

      It will be :), doesn't break anything as of right now 😉. First step to geting it integraded is adding the module for it.

      Edit: In the long run, it will allow people more comfertable with mysql to use NodeBB 😃.

      posted in NodeBB Development
      X
      xaoseric
    • RE: Adding MySQL to NodeBB

      In terms of Scaling, with MySQL, we could allow MySQL clusters to be used :).

      Edit: I have commented the necessary files that should get us started on adding MySQL. I have also submitted a pull request. Knex, and Bookshelf are being used as they provide ORM interfaces to interact with SQL based databases.

      posted in NodeBB Development
      X
      xaoseric
    • RE: AngularJS App integration?

      @julian might be wrong, but im guessing he is referring to user and theme integration. He said he has an existing site and he wants to integrate it more seamlessly, just a guess that is what he is referring to.

      @jvandellen these might be what your looking for:
      https://docs.nodebb.org/en/latest/themes/create.html
      https://docs.nodebb.org/en/latest/plugins/create.html

      posted in NodeBB Development
      X
      xaoseric
    • Adding MySQL to NodeBB

      I did some looking around on the npm packages site (always a scary thought), found a couple MySQL packages that provide orm style interaction. Below are the packages I am thinking we could use to integrate mysql.

      Bookshelf.js | Home
      - Bookshelf would provide the orm: Models
      - sql builder
      - the MySQL package itself

      Does anyone know of better packages? Using Knex, and Bookshelf looks like we could do object oriented sql interaction.

      posted in NodeBB Development
      X
      xaoseric
    • RE: NodeBB CentOS Dockerfile

      @julian that is a good idea. The default master branch will fetch the contents from the current stable branch such as v0.5.x, and the dev branch will fetch the content from the master branch, just append -dev for the development branch. They are currently building in Docker Hub Registry and should be good to go shortly 🙂

      For stable:
      nodebb/docker:centos
      nodebb/docker:ubuntu

      And for Dev:
      nodebb/docker:centos-dev
      nodebb/docker:ubuntu-dev

      posted in NodeBB Development
      X
      xaoseric
    • RE: NodeBB CentOS Dockerfile

      The Dockerfiles are now in the official repository and are automatically built in the Docker Hub Registry. You can find instructions on GitHub and the Docker Hub Registry, I will be adding documentation to the docs tomorrow so instructions will be in the docs as well.

      The goal of offering the Dockerfiles is to make the installation process for NodeBB easier while still allowing an experienced Docker dev to customize the experience.

      posted in NodeBB Development
      X
      xaoseric
    • NodeBB CentOS Dockerfile

      I'm working on making a NodeBB CentOS based Docker image, you can find it on github. Since Docker works differently, we can't do a normal ./nodebb setup, so instead, nodebb and redis will be run in seperate containers. Other than that, the Dockerfiles would just need to be adopted for the specific releases - ex different os, different db

      You can take a look at the Docker docs here: http://docs.docker.com

      Edit: I have added instructions, waiting on @julian to make an official repository so I can commit the dockerfiles, the addition of Docker images will make it easier for first timers to setup docker.

      posted in NodeBB Development
      X
      xaoseric
    • Imgur plugin upload error

      I have the Imgur upload plugin installed, and enabled, but when I try to upload an image, I get "Upload Error: Invalid image path". Did I install it wrong?

      Edit: Just realized, I cloned the master branch and not the 5.x branch.

      posted in NodeBB Plugins
      X
      xaoseric