Added VM for Fall D2. (#61)

* Created new subdirectory for Fall developer day.

* Created vm directory for P4D2_2017_Fall. Fixed emacs permission problem.
This commit is contained in:
Robert Soule 2017-10-24 07:11:34 -07:00 committed by GitHub
parent cf4885329d
commit 8ffdf22178
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ solution*/
# Build folders
build*/
# Vagrant
.vagrant/

View File

@ -45,6 +45,6 @@ sudo chown -R p4:p4 /home/p4/tutorials
# Emacs
sudo cp p4_16-mode.el /usr/share/emacs/site-lisp/
sudo echo "(add-to-list 'auto-mode-alist '(\"\\.p4\\'\" . p4_16-mode))" >> /home/p4/.emacs
echo "(add-to-list 'auto-mode-alist '(\"\\.p4\\'\" . p4_16-mode))" | sudo tee /home/p4/.emacs
sudo chown p4:p4 /home/p4/.emacs