Giter Site home page Giter Site logo

Comments (7)

shai-weinstein avatar shai-weinstein commented on September 15, 2024

this version is tailored to run on openshift, also works with free openshift account
to run and develop locally refer to https://github.com/linnovate/mean

from mean-on-openshift.

bruggles8293 avatar bruggles8293 commented on September 15, 2024

New to the MEAN stack and most of this stuff and have been struggling getting this to work the past couple of days. Just noticed this Issue - glad I found it. Thanks so much for putting this together. For newbies like me, it might be nice to put a disclaimer in the Readme that this version will not work locally, and point to your other version. Again, thanks!

from mean-on-openshift.

johnking avatar johnking commented on September 15, 2024

I had the same issue, and agree with bruggles8293.

from mean-on-openshift.

rickbrunstedt avatar rickbrunstedt commented on September 15, 2024

But if can't run it locally how am I suppose to develop on it? There is no point of having mean-on-openshift if you can't develop on it..

from mean-on-openshift.

johnking avatar johnking commented on September 15, 2024

For me, I gave up mean-io at this stage, and turned to IONIC platform:

  1. I am just using the cloud database and
  2. client platform
    to fulfill my goal.

It works!

from mean-on-openshift.

lleoooell avatar lleoooell commented on September 15, 2024

Hi,
I juste change a few things in my config/env/development.js :
db: ............MONGO_OPENSHIFT_URL || 'mongodb://localhost:27017/mydatabase-dev',
port: process.env.OPENSHIFT_NODEJS_PORT || '3001',
hostname: process.env.OPENSHIFT_NODEJS_IP || 'localhost',

grunt doesn't work but i can start my app locally with "node server"

good luck...;)

from mean-on-openshift.

vino4all avatar vino4all commented on September 15, 2024

Already tried @lleoooell work around. Still struggling to make grunt to work with this.

Any suggestions on deploying the original meanjs repo https://github.com/linnovate/mean on openshift?

from mean-on-openshift.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.