This project allows you to search users (and organisations) on GitHub and save history of what you searched for.
- PHP (version is based on used version of dibi, at least 5.4.4 but 7.1+ is better)
- MySQL
- PHP 7.1
- MySQL 5.6.17
- Apache on Linux
- Read how to get GitHub API Token
- Get GitHub API Token with scopes
public_repo
,read:org
,read:user
,repo:status
- Save the generated token (you won't be able to see it again)
- Setup your web server and MySQL database
- Download / clone this repository
- Extract it to where ever on server you want (as long as it will accessible from the internet and you will know URL to it)
- Open
install.php
in browser - Follow the steps in installer
Please check that files in folders (and folders themselves) have the right permissions set.
- Folder
css
and everything in it -0755
- Folder
fonts
and everything in it -0755
- All
.php
files -0640