How to Install:
- Install Apache2, PHP5, MySQL (tested in mysql ver 5.1.36 +). In windows you can use XAMP or WAMP package.
- Enable apache rewrite module.
- In your PHP set short_open_tag to ON.
- Create MySQL database named donor.
- Upload attached MySQL database file to your MySQL donor db.
- Copy sanggre folder to your apache root directory.
- Edit config file in sanggre/app/config/database.php to connect to your MySQL setting.
- Edit index.php from the root directory and set your sanggre installation if you are installing it in a subfolder. Edit line 49.
- Fire up sanggre in your web browser calling localhost/sanggre.
- Login with username: Admin and password: pass123.
-- How to edit the footer --
Go to your sanggre installation and open _footer.php in sanggre/app/views.