Skip to content

UIUC Web Programming: development environment setup using Vagrant.

Notifications You must be signed in to change notification settings

serinyoon/vagrant-dev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-dev

Vagrant files for setting up a development environment. To use this first follow the following steps:

  • Install Virtualbox
  • Install Vagrant
  • Clone this project
  • cd vagrant-dev
  • vagrant up
  • vagrant ssh
  • cd /vagrant
  • sh install.sh

This should have a dev environment ready with a copy of meanjs cloned at /vagarnt/meanjs. You can cd there and say "grunt". This will have a meanjs application running. You can view it at https://localhost:3000.

About

UIUC Web Programming: development environment setup using Vagrant.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%