https://github.com/gilbitron/changeloghub
Generate HTML changelogs from your GitHub commits
https://github.com/gilbitron/changeloghub
Last synced: 28 days ago
JSON representation
Generate HTML changelogs from your GitHub commits
- Host: GitHub
- URL: https://github.com/gilbitron/changeloghub
- Owner: gilbitron
- License: mit
- Created: 2014-05-14T14:51:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T09:37:58.000Z (about 7 years ago)
- Last Synced: 2025-04-13T01:12:52.876Z (28 days ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### This repo is no longer maintained. If you would like to take over ownership please [get in touch](mailto:[email protected]).
Changeloghub
============Generate HTML changelogs from your GitHub commits.
Requirements
------------Your server needs to be running PHP (v5.x) and probably Apache or Nginx.
Any LAMP stack will do.Install
-------1. Download the latest release of the Changeloghub github repo
2. Run `composer install` in the root directory (this can be done on the server if your prefer)
3. Rename `sample_config.php` to `config.php` and fill in the details
4. Transfer the files (normally FTP) to your server/hosting provider
5. Make sure the `cache` dir is writeableThats it. When you visit your site you should now see your automatically generated changelog page.
Feel free to customize the HTML structure in `index.php` or the styles via `assets/css/style.css`.Demo
----See http://dev7studios.com/changelog/example
Credits
-------Changeloghub was created by [Gilbert Pellegrom](http://gilbert.pellegrom.me) from
[Dev7studios](http://dev7studios.com). Released under the MIT license.