Difference between revisions of "Mesh/Website/Local"

306 bytes added ,  19:18, 3 November 2013
adds link to parent theme
(adds more)
(adds link to parent theme)
Line 42: Line 42:
** Browse to <code>http://peoplesopen.loc</code> to proceed with the installation process, filling out with the information from the previous steps.
** Browse to <code>http://peoplesopen.loc</code> to proceed with the installation process, filling out with the information from the previous steps.
*** Fill out the basic site information (doesn't really matter, use whatever is helpful), including a local user account. Don't forget the password, it'll be easier not to.
*** Fill out the basic site information (doesn't really matter, use whatever is helpful), including a local user account. Don't forget the password, it'll be easier not to.
** Once you've finished and logged in to this new local site, clone the github repository to your local machine.
** Once you've finished and logged in to this new local site, we need to install the themes, including making a clone of the github repository of the peoplesopen "child theme" to your local machine.
**: <code>$ git clone https://github.com/sudomesh/peoplesopen</code>
**: <code>$ cd /var/www/peoplesopen.loc/wp-content/themes/</code>
**: <code>$ wget https://github.com/downloads/320press/wordpress-foundation/wp-foundation-v2.0.zip</code>
**: <code>$ unzip wp-foundation-v2.0.zip</code>
**: <code>$ git clone git@github.com:sudomesh/peoplesopen.git</code>
*** If you don't have git installed, install it this way:
*** If you don't have git installed, install it this way:
***: <code>$ sudo apt-get install git</code>
***: <code>$ sudo apt-get install git</code>