Fossdroid Core is a web frontend of F-Droid: an alternative software repository comprising only free, open source software for Android.
This repo is the open source version of Fossdroid.com.
- PHP >=5.6 or PHP 7
- GD >= 2.0 and/or Imagick >= 2.0 and/or Gmagick >= 1.0
- Clone repo
- Create database
- Install dependencies and change the "melodycode_fossdroid.local_path_icons" attribute:
composer install
- Create schema:
php app/console doctrine:schema:create
- Sync:
php app/console fossdroid:sync
Because this repo contains all the code of Fossdroid.com except:
- Scraping engine that download screenshots from another source
- Popularity data
- Daniele Simonin - Melodycode.com
This project is licensed under the terms of the MIT license.