PHP 5.3.2+
Install Composer by running curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer
on Linux/Unix/OSX
(to be updated)
== Github commands - establishing WordPress on your drive ==
-
Got to the WordPress Gwinnett Github site. https://github.com/wpgwinnett/wpgwinnett-site Fork the project using the fork button in the upper right hand corner
-
Clone a copy of the forked repo via the command line on your computer. git clone
-
Check the remote repositories via the command git remote -v
-
Add the upstream repository - reference to remote repository.
git remote add upstream https://github.com/wpgwinnett/wpgwinnett-site.git -
then do the following command in your directory composer install