To set up a local staging version of this site, follow these steps:
git init .
to create a repo in the current directory.git remote add origin <https or ssh url>
to track this repo as origin.git pull origin master
to get the latest changes.php -S localhost:80
. If it give you a permission issue, you might need to run it as sudo.It's important for us to make sure that we export and track our Views every once in a while. This is stored in the database, but to make sure that we have a back-up, please drop a new export of your changed Views into Git.