Skip to content

Instantly share code, notes, and snippets.

@percyperez
Created August 12, 2014 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save percyperez/1ef11278b3c385ca7af9 to your computer and use it in GitHub Desktop.
Save percyperez/1ef11278b3c385ca7af9 to your computer and use it in GitHub Desktop.
This script starts the virtual machine, ssh into the VM and then runs django's run server
#!/bin/bash
cd ~/sandbox/git/moreau/devel/cms_dev/src/storyville
vagrant up
vagrant ssh -c 'cd ~/devel/cms_dev/src/storyville/medley/ && med rs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment