forked from cuyahoga-tap/cuyasurvey-drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Cuyahoga County customer feedback mobile site in Drupal
License
paragjagdale/cuyasurvey-drupal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
------------------------- Overview ------------------------- This is a Drupal-based web site/app. This codebase requires a database to store site content and configuration. Use a pre-loaded database we offer, or install from scratch (not as useful, out of the "box".) ------------------------- Installation Instructions ------------------------- 1. Refer to INSTALL.txt or http://drupal.org/requirements for system requirements. 2. Clone into a web-accessible directory. 3. Create a new database in MySQL. 4. Load data from provided DB into the new database. 5. Copy webapp/sites/default/default.settings.php file as webapp/sites/default/settings.php and update the database connection settings (beginning line 180) to use the following, (replacing DB_NAME, DB_USERNAME, and DB_PASSWORD with info specific to your setup): $databases = array ( 'default' => array ( 'default' => array ( 'database' => 'DB_NAME', 'username' => 'DB_USERNAME', 'password' => 'DB_PASSWORD', 'host' => 'localhost', 'port' => '', 'driver' => 'mysql', 'prefix' => '', ), ), ); 6. Default Drupal administration username and password is: Username: Password:
About
Cuyahoga County customer feedback mobile site in Drupal
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 92.9%
- JavaScript 6.8%
- Shell 0.3%