A simple minify website. Has basic user management and a history of the links created.
- Clone the repository to an apache vhost.
- Copy the platform.example.php file to platform.inc.php.
- Edit the platform.inc.php file to give your database the desired name and specify a location that is writable by the apache vhost. Path should be relative to the vhost directory.
- Visit the host with the path '/install.php'.
- After being redirected login with "admin", "admin". Change your password after first login by selecting "admin" at the top right of the menu.
- Return to "home" by selecting the "home" link in the menu at the top.
- Paste the url that should be minified into the form and submit.
- Use the "copy link" button to copy the minified URL to the clipboard.
- Track ip of the visitors in a log.
- Prettify site.
- Add MySQL support.