8000 GitHub - zofuthan/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 https://fossdroid.com.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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 https://fossdroid.com.

License

Notifications You must be signed in to change notification settings

zofuthan/Fossdroid-Core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Homepage App details

Requirements

  • PHP >=5.6 or PHP 7
  • GD >= 2.0 and/or Imagick >= 2.0 and/or Gmagick >= 1.0

Installing

  1. Clone repo
  2. Create database
  3. Install dependencies:
    composer install
    
  4. Create schema:
    php app/console doctrine:schema:create
    
  5. Edit config updating the "melodycode_fossdroid.local_path_icons" attribute:
    nano app/config/config.yml
    
  6. 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

License

This project is licensed under the terms of the MIT license.

About

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 https://fossdroid.com.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 77.8%
  • HTML 15.3%
  • CSS 3.8%
  • ApacheConf 3.1%
0