I'm having trouble understanding how the whole hosting for MEAN applications is done. If I want to use openshift for instance to host it. I understand that it hosts the nodejs webserver and the mongodb but what about the angular app? I will need a apache server also?
Asked
Active
Viewed 214 times
1
-
angular run on client – YOU Apr 11 '15 at 16:47
-
but who is hosting the code? I have to put the code somewhere. – Diogo Barroso Apr 11 '15 at 16:49
-
can be in same place as javascript files or css or images. – YOU Apr 11 '15 at 16:50
-
just install yeoman, and install [this](https://github.com/DaftMonk/generator-angular-fullstack) generator, there is bunch of options ready made for that. – YOU Apr 11 '15 at 16:51
-
not the place in the filesystem, I mean in openshift? or somewhere else? – Diogo Barroso Apr 11 '15 at 16:51
-
1I guess I openshift (for instance) takes all that generated stuff then – Diogo Barroso Apr 11 '15 at 16:53
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/75017/discussion-between-diogo-barroso-and-you). – Diogo Barroso Apr 11 '15 at 16:55
-
sorry, read details in angular fullstack generator i posted above. I am casually checking some questions here. – YOU Apr 11 '15 at 16:58