rudijs.github.com

Web Development, Web Operations, Devops Blog

MEANR Full Stack Intro

MongoDB, Express, AngularJS, Node.js and Redis - MEANR

MEAN and MEANR stacks are great for modern full stack Javascript web development.

There are some really good starter boiler plates and apps like:

But how do you get your MEAN app from your local environment to a production site?

How can you do this professional manner with team development, automated testing and proper
deployment stages from local to staging to quality assurance and then to production?

MEANR Full Stack looks to address each of these questions.

MEANR Full Stack is boiler plate that comes with a simple AngularJS ‘Articles’ app
with DevOps and Deployment.

DevOps is automated infrastructure (servers) with Chef

Deployment is with Capistrano

Check out the repo and docs for more overview, installation and usage details here:
MEANR Full Stack

In the coming days and weeks I’ll be publishing some screencasts
that will step through installation and usage.