Skip to content

Commit

Permalink
fix for root makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
calaldees committed Jul 2, 2013
1 parent b04b7d0 commit 3992a10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
*.pyc
.vagrant
*.vagrant
mediasource/
*~
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -4,6 +4,6 @@ run_production:
cd website ; make run_production

vagrant:
sudo apt-get install vagrant
vagrant box add precise32 http://files.vagrantup.com/precise32.box
vagrant up
sudo apt-get install vagrant -y
vagrant box add precise32 http://files.vagrantup.com/precise32.box
cd vagrant ; vagrant up

0 comments on commit 3992a10

Please sign in to comment.