WordPressDC Computer-free Demo Jan 2015

14
@anthonydpaul Computer-free WordPress @anthonydpaul

Transcript of WordPressDC Computer-free Demo Jan 2015

@anthonydpaul

Computer-free WordPress@anthonydpaul

@anthonydpaul

Preparation● Purchase a web host

● Create a database and a database user

● Give SSH access to your host user

● Download an app for SSH access

@anthonydpaul

App (iOS, free):ServerAuditor 1. (SSH in)

2. cd domains/tasteofhot.com/html

3. wget http://wordpress.org/latest.tar.gz

4. tar xfz latest.tar.gz

5. cd wordpress

6. cp -rpf * ../

@anthonydpaul

Optional Commands1. cd ..

2. rm -rf ./wordpress

3. rm -f latest.tar.gz

@anthonydpaul

@anthonydpaul

Permissions:Host vs. Terminal1. cd domains/tasteofhot.com/html

2. find wp-content -type d -exec chmod 755 {} \;

3. find wp-content -type f -exec chmod 644 {} \;

@anthonydpaul

Native WP:theme browser

@anthonydpaul

Native WP:plugin browser

@anthonydpaul

Plugin:Child Theme Configurator

@anthonydpaul

Native WP:file editor

@anthonydpaul

App (iOS, free):WebInspector

@anthonydpaul

App (iOS, free):PicLab

Native WP:media manager

@anthonydpaul

Native WP:publisher

@anthonydpaul

Tutorial:stickielab.com