Skip to content

JanMachEU/User-Search

Repository files navigation

User-Search

Introduction

This project allows you to search users (and organisations) on GitHub and save history of what you searched for.

Requirements

  • PHP (version is based on used version of dibi, at least 5.4.4 but 7.1+ is better)
  • MySQL

Tested on

  • PHP 7.1
  • MySQL 5.6.17
  • Apache on Linux

Before instalation

  1. Read how to get GitHub API Token
  2. Get GitHub API Token with scopes public_repo, read:org, read:user, repo:status
  3. Save the generated token (you won't be able to see it again)
  4. Setup your web server and MySQL database

Instalation

  1. Download / clone this repository
  2. 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)
  3. Open install.php in browser
  4. Follow the steps in installer

Permissions

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

External libraries