Fossdroid Core是F-Droid的一个Web前端
Fossdroid Core是F-Droid的一个Web前端,一个分享开源应用的网站。
PHP CMS管理系统
共308Star
详细介绍
Fossdroid Core
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.
Screenshots
Requirements
- PHP >=5.6 or PHP 7
- GD >= 2.0 and/or Imagick >= 2.0 and/or Gmagick >= 1.0
Installing
- Clone repo
- Create database
- Install dependencies:
composer install
- Create schema:
php app/console doctrine:schema:create
- Edit config updating the "melodycode_fossdroid.local_path_icons" attribute:
nano app/config/config.yml
- Sync:
php app/console fossdroid:sync
Why "Core"?
Because this repo contains all the code of Fossdroid.com except:
- Scraping engine that download screenshots from another source
- Popularity data
Authors
- Daniele Simonin - Melodycode.com
License
This project is licensed under the terms of the MIT license.