Provide a way for volunteers to create and update rescue cases.
Hipchat: https://www.hipchat.com/gBniKYEB9
- There's an sql dump in the root. Use it.
- There's a wp-config-sample file. Use it. Make sure you read the comments.
- There is not an .htaccess file. You'll need to create one. See below for an example.
- Once you get everything set up the first thing you need to do is login via /wp-login.php then go comment out the line in wp-config.php that's sets RELOCATE to true.
- Username/password for this sql dump is master/changeme. Don't worry. It's changed on the live site.
- Live site is on http://sagip.me/
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Need a user account on the live site? Need files pushed up to live from the repo? Want to be a contributor on this project?
Anything. Contact me.
https://www.hipchat.com/gBniKYEB9 or @mikengarrett or [email protected]
Project tracker https://docs.google.com/document/d/1bxo6nyPDKtj1suauQeaCMt3BBBqEoNAf6ngQsGGm7zE/edit#heading=h.6rboxxuan26f
General chat https://www.hipchat.com/g9bBgsIwG
What's all this crazy wp-config stuff you're having me do? http://codex.wordpress.org/Editing_wp-config.php