https://github.com/equalitie/rightscase
2013 development of the RigthsCase case management framework
https://github.com/equalitie/rightscase
Last synced: 3 months ago
JSON representation
2013 development of the RigthsCase case management framework
- Host: GitHub
- URL: https://github.com/equalitie/rightscase
- Owner: equalitie
- License: gpl-2.0
- Created: 2012-12-29T16:53:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T16:54:06.000Z (over 12 years ago)
- Last Synced: 2025-01-04T01:36:42.562Z (5 months ago)
- Language: JavaScript
- Size: 30.5 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
## Rightscase
This is the code and database dump for the rightscase drupal project.
#### To install:
+ Clone the repo to your file system using github 'git clone https://github.com/cormac/rightscase'
+ Create a database(MySql only) and import db/rightscase.sql
+ create a user for the database
+ copy the /sites/default/default.settings.php file to /sites/default/settings.php
+ edit this file with your database credentials
+ make sure the /sites/default/files directory and it's subdirectories are writable by your web server
+ Point your web server at the root directory
+ Default rightscase logins are user: demo password: demo or user: admin password: r1ghtscase2012
+ You will need an api key from google for mapping functions
+ To create your API key, visit the APIs Console at https://code.google.com/apis/console and log in with your Google Account.
+ Go!#### TODO
Create an installation profile to install rightscase rather than the database dump