Skip to content

Vagrant Development Environment for Kick-Starting Developing an application in the MEAN Stack.

License

Notifications You must be signed in to change notification settings

cmoudy/mean-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mean-vagrant

Vagrant Development Environment for Kick-Starting Developing an application in the MEAN Stack.

Prerequisites

You must have vagrant installed.

Quick Start

  1. Clone the repo: git clone git://github.com/cmoudy/mean-vagrant.git
  • Launch machines with vagrant up from clone'd folder.
  • SSH to appserver via command vagrant ssh appserver
  • Launch appserver from folder /usr/local/src/mean/mytestapp with command node app.js
  • Navigate in browser to Express Server and you should see "Welcome to Express"
  • That's it you have a base application using the MEAN Stack as coined by Valeri Karpov

Environment Details

* Application Server IP = 192.168.1.12
* MongoDb Server IP = 192.168.1.11

About

Vagrant Development Environment for Kick-Starting Developing an application in the MEAN Stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published