Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Last active August 29, 2015 14:28
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 weaverryan/a98cd8aa0f9d2dc88b86 to your computer and use it in GitHub Desktop.
Save weaverryan/a98cd8aa0f9d2dc88b86 to your computer and use it in GitHub Desktop.
SummerCamp OO Setup

Welcome to the OO workshop!

To get started, make sure everything is loading ok! If you're having any problems at all, just ask!

A) Start up the virtual machine! Here are the Virtual Machine Instructions

B) From the command line, ssh into the machine and move into our directory

vagrant ssh
cd /var/www/summercamp/workshops/oop

C) Make sure you have the latest code by running:

git pull origin master
sh installation/run.sh

D) You should be able to go to http://oop.phpsc/ and see a page about battling ships!

E) Make sure you have a nice editor on your system and you're able to see and edit the files on the virtual machine. If the virtual machine loaded correctly, you should be able to edit the files on your main operating system, and they'll be shared with the virtual machine.

F) If you're using PhpStorm, I highly recommend installing and enabling the Symfony2 Plugin.

G) Say "Hi" to your neighbor :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment