https://github.com/ebraminio/linkscount
https://github.com/ebraminio/linkscount
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebraminio/linkscount
- Owner: ebraminio
- License: apache-2.0
- Created: 2017-08-13T17:30:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T11:05:16.000Z (about 1 year ago)
- Last Synced: 2025-02-13T00:29:28.759Z (3 months ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linkscount
Backend for https://www.wikidata.org/wiki/MediaWiki:Linkscount.js, running at https://linkscount.toolforge.org/.## System requirements
* Bare-bones PHP 7.3+, running behind a web server (e.g. Apache or lighttpd). No Composer or other fancy stuff.
* Have an INI file called `replica.my.cnf` containing the database user and password in the root directory (next to the `public_html` directory). This should be automatically provided on Toolforge; if you don’t have Toolforge access, you’ll need to get it, otherwise you can’t access the databases anyway.