Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. openshift
    Log in to post
    • TzA-0x000000001

      Openshift - How can I fix csrf-invalid ?
      General Discussion • csrf error nginx openshift • • TzA-0x000000001

      1
      0
      Votes
      1
      Posts
      1059
      Views

      TzA-0x000000001

      Hello.

      I know this was asked so much times on the forum, but I've actually a problem since I use the NodeJS build from Openshift. I saw everywhere that I had to change the nginx configuration file, but I don't how to achieve that with my current configuration.
      I tried to install nginx, but it failed to resolve the issue.

      So, I was thinking that someone found a fix or a way to edit nginx configuration with Openshift.

      Thank you for your attention,
      Best regards.

    • H

      SOLVED Migrating from openshift to bluehost
      General Discussion • hosting openshift server • • Herman Verzona

      2
      0
      Votes
      2
      Posts
      1639
      Views

      julian

      It depends on how active your forum is... this forum only uses about 130mb for MongoDB, although there's a bit more taken up due to backups, etc.

      Moving from one host to another is fine... just save the database (via mongodump) and the contents of public/uploads

    • E

      Trouble installing NodeBB on OpenShift PaaS
      General Discussion • bug installation openshift • • epsi1on

      2
      0
      Votes
      2
      Posts
      1911
      Views

      nhl.pl

      You can automate it by using this guide.
      https://github.com/ahwayakchih/openshift-nodebb

      Or the one written by me.
      https://community.nodebb.org/topic/3866/guide-nodebb-0-6-1-on-openshift-for-windows-users-with-putty/1

      Or use official NodeBB guide.
      https://github.com/NodeBB/nodebb-english/blob/master/installing/cloud/openshift.rst

      This is not a bug. You have used npm install command in the wrong folder. Use OpenShift Online in your browser to download NodeBB files to /app-root/runtime/repo and it will work as it should.

    • nhl.pl

      [Guide] NodeBB 0.6.1 on OpenShift for Windows users with PuTTY
      General Discussion • cloud demo hosting openshift • • nhl.pl

      4
      5
      Votes
      4
      Posts
      3834
      Views

      nhl.pl

      There are two main reasons why this guide has been published. I have had to limit mobile bandwidth consumption on 3G connection and to get rid of Git and Ruby issues. Mixing them up with Windows command line is a bit quirky.

      Linux and other *nix users should skip it and go with your official guide. I have tested it on a local computer with Fedora 21 Server and it is really easy to reproduce. But on Windows it is not.

      And you do not need to change so many firewall settings for cmd.exe, ssh.exe and similar processes. Using web-based OpenShift tools is also much easier for beginners.

      We have prepared a new guide for users with rhc and git tools.
      https://github.com/ahwayakchih/openshift-nodebb

      I hope it can be used by those who only installed PHP forum scripts.

    • T

      openshift deployment
      General Discussion • openshift • • Tom Riddleff

      17
      1
      Votes
      17
      Posts
      6526
      Views

      T

      The guide has been updated since last we read it.
      Apparently the caveat was to set the bind_address (I'm pretty sure I tried it but only with 0.0.0.)

      https://github.com/NodeBB/nodebb-english/blob/master/installing/cloud/openshift.rst

      No need for hacks!