This is the git repository for the Drupal 7 site behind http://ndarnumerique.com, a co-working space in Saint-Louis, Senegal.
Feel free to clone and have a look under the hood.
Setup instructions:
- import the most recent mysql db dump found in /db/ into an empty mysql db
- copy /sites/default/default.settings.php into /sites/default/settings.php
- add your database config details in /sites/default/settings.php
- create /sites/default/files
- make /sites/default/files writable for apache
- use drush to reset the password for user/1
For more info, refer to the README.txt found in Drupal's webroot, or hit http://drupal.org/documentation/install.