View Single Post
Old 05-13-2019, 05:21 PM   #2
photon
The new goggles also do nothing.
 
photon's Avatar
 
Join Date: Oct 2001
Location: Calgary
Exp:
Default

Well the stack is just 4 different things that happen to be connected to each other

Doing this stuff in Windows 10 is often more difficult, and combine that with far fewer guides and info on how to maintain it and you'll probably end up wasting a lot of time on it, at least until you understand all the moving pieces enough to just set it up yourself without any guide.

I'd recommend installing VirtualBox or similar (or get a cheap VPS like https://www.ssdnodes.com/pricing/), setting up a Linux VM (CentOS or Ubuntu) and going from there. I think you'll find a lot better guides that way. Might be able to find some pre-built VMs too.

I also try to look at guides put out by VPS providers, they tend to be pretty decent and recent compared to random blog posts (though I couldn't find anything recent with MEAN).

And finally, you could also check into Docker, there are probably containers or Docker compose files that would build the stack using containers.

I tend to use containers for this stuff now all the time, makes it so when I build something it's completely repeatable and easy to run the app. But it is a different way of doing things and does require some learning.
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
photon is offline   Reply With Quote
The Following 2 Users Say Thank You to photon For This Useful Post: