Difference between revisions of "Mesh/Website/Local"
Jump to navigation
Jump to search
→Debian / Ubuntu / General? Linux
Line 56: | Line 56: | ||
** Finally, since the "child theme" specifies some custom colors, we need to save them so they show up: | ** Finally, since the "child theme" specifies some custom colors, we need to save them so they show up: | ||
*** Go to http://peoplesopen.loc/wp-admin/themes.php?page=options-framework and select "Save options" at the bottom of the page. | *** Go to http://peoplesopen.loc/wp-admin/themes.php?page=options-framework and select "Save options" at the bottom of the page. | ||
=== Mac OSX Flavas..=== | |||
So, the big difference between going the MAMP route and installing on Linux, is that on MAMP your local dev environment is not in <code>$ /var/www </code>but instead in <code>$ /Applications/htdocs</code> | |||
'''1. Install MAMP:''' | |||
http://www.mamp.info/en/index.html | |||
Note: Just download the free version, the pro automatically comes bundled with it. | |||
'''2. Download WordPress:''' | |||
http://en-ca.wordpress.org/download/ | |||
'''3. move it from your Downloads folder and put it here:''' | |||
<code>$ /Applications/MAMP/htdocs</code> | |||
<code> $ unzip </code> [Your WP zip file] | |||
'''4. You're going to need to do some minor configuration:''' | |||
- Build a database on phpMyAdmin | |||
- Create users, etc | |||
- If you've never installed WP, read this: | |||
http://codex.wordpress.org/Installing_WordPress | |||
-Once WP is installed and ready to go, then proceed to the next step | |||
'''5. Get the conf file''' | |||
Now that you know where things are, go get the Apache conf file from here: | |||
https://gist.github.com/wrought/7296693 | |||
Save it as <code>peoplesopen.loc.conf</code> and put is here: | |||
<code>$ /Applications/MAMP/conf</code> | |||
6. Now, go download the 'wp-foundation' theme and move it to your 'themes' folder | |||
http://320press.com/wp-foundation/ | |||
themes folder is located at <code>$ /Applications/MAMP/htdocs/peoplesopen/wordpress/wp-content/themes</code> | |||
7. Next, clone the People's Open theme and put it in your 'themes' folder: | |||
go to your themes folder and type: | |||
<code>$ git clone git@github.com:sudomesh/peoplesopen.git </code> | |||
Note: PeoplesOpen theme is built on top of the WP-Foundation theme | |||
8. Now that you have all the necessary files, log into your wp-damin GUI and activate the PeoplesOpen theme. And voila! You're done ;) |