Skip to content
/ rcm Public
forked from MikeNGarrett/rcm

Provide a way for volunteers to create and update rescue cases.

License

Notifications You must be signed in to change notification settings

kjpro27/rcm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rescue Case Management

Provide a way for volunteers to create and update rescue cases.

Hipchat: https://www.hipchat.com/gBniKYEB9

To get started

  1. There's an sql dump in the root. Use it.
  2. There's a wp-config-sample file. Use it. Make sure you read the comments.
  3. There is not an .htaccess file. You'll need to create one. See below for an example.
  4. 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.
  5. Username/password for this sql dump is master/changeme. Don't worry. It's changed on the live site.
  6. Live site is on http://sagip.me/

Htaccess example

# 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 help?

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]

Other resources

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

About

Provide a way for volunteers to create and update rescue cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.2%
  • JavaScript 12.4%
  • CSS 6.3%
  • Other 0.1%