Skip to content

This is the repo for the '2018_team' event for the team:'2018_team_5'

Notifications You must be signed in to change notification settings

dragon788/2018_team_5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

README

dsmHack 2018

Team 5

Everybody Wins Iowa!

Make a backup of the client site

  1. Install All-In-One WP Migration from the plugins page
  2. Export a "File" backup and put it somewhere safe (local for dev and Google Drive?)

Local Dev Setup

  1. Clone repo (or download https://github.com/vccw-team/vccw/releases/download/3.18.0/vccw-3.18.0.zip and extract into a new folder)

  2. Install vagrant and virtualbox

  3. Vccw recommends vagrant plugin install vagrant-hostsupdater or add 192.168.33.10 vccw.test yourself for proper image display and link opening

  4. cd vccw

  5. vagrant up

  6. Visit http://vccw.test/ or http://192.168.33.10/

  7. Install the All-in-One WP Migration plugin and restore the backup, this will wipe EVERYTHING.

    • If the default and client credentials don't let you in, reset the password using WP CLI.
  8. You now have a full local copy of the site, have fun with plugins/etc since you can always restore from the backup.

WP CLI

WP CLI is a command line tool for managing your WordPress installation.

  1. vagrant ssh
  2. cd /vagrant/wordpress
  3. List all users. Find the ID of the user you'd like to update.
    • wp user list
  4. Update the user replacing "1" with the id of the user you want to update.
    • wp user update 1 --user_pass=$UP3RstrongP4$$w0rd
  5. Login with the new password and reset it to the one you expected
    • Click Generate password and then just replace the suggested password with the expected one

  • everybodywinsiowa.org
  • Domain : GoDaddy
  • Host: Wordpress.org ?

Tools: create clip paths: https://bennettfeely.com/clippy/

About

This is the repo for the '2018_team' event for the team:'2018_team_5'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published