#Installation
- Clone GitHub Repo:
git clone git://github.com/opengovfoundation/the-madison-project.git
- Create MySQL database and user for Madison
- Update Madison configuration file 'inc/config.php' with database credentials
- Create facebook app and add credentials to 'inc/facebook.php' for facebook logins
- Import
madison.sql
into Madison database - Create initial Admin user
- Generate Admin user password
- The password encryption scheme uses the salt value found in 'inc/user.class.php'
- The password should be generated using md5((salt)(password)(salt))
- The password encryption scheme uses the salt value found in 'inc/user.class.php'
- Insert email, password, fname, lname into 'users' table to create initial Admin user
- Generate Admin user password
- Log in as Admin user and create first document by going to 'Admin->View/Edit Docs' and creating the first document.
- Refresh the page, go to created document page, and add content
- Add first document to the navigation bar using the nav bar admin page