WP Base
Base theme
Bones 320semanticgs _s
Base profile
- http://wordpress.org/extend/plugins/rewrite-rules-inspector/
- http://wordpress.org/extend/plugins/backwpup/
- http://wordpress.org/extend/plugins/google-analytics-for-wordpress/
- http://wordpress.org/extend/plugins/google-sitemap-generator/
- http://wordpress.org/extend/plugins/w3-total-cache/
- http://wordpress.org/extend/plugins/all-in-one-seo-pack/
Install script
cd /var/www mkdir project && cd $_ wp core download createdb.sh wp theme install theme --activate
or
mkdir wp-content/themes/bones && cd $_ && wget https://github.com/eddiemachado/bones/zipball/master && unzip master && mv eddie*/* eddie*/.. && rm -rf eddie* && rm master
or
git archive --remote=git://github.com/eddiemachado/bones.git master | tar -xf -
the git one doesn't work, to check.
wp plugin install backwpup --activate wp plugin install google-analytics-for-wordpress --activate wp plugin install w3-total-cache --activate wp plugin install all-in-one-seo-pack --activate wp plugin install rewrite-rules-inspector