Skip to content
Lior Kesos edited this page Dec 16, 2013 · 6 revisions

Hosting MEAN in the cloud

Heroku

4 commands to deploy your mean app to heroku, Before you start make sure you have heroku toolbelt installed and an accessible mongo db instance - you can try mongohq which have an easy setup )

git init
git add .
git commit -m "initial version"
heroku apps:create
git push heroku master

AWS

Azure

Hosting MEAN on a Linux Server