Coder Social home page Coder Social logo

waldyrious / repology-webapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from repology/repology-webapp

0.0 2.0 0.0 3.83 MB

Repology web application

Home Page: https://repology.org

License: GNU General Public License v3.0

Makefile 0.11% Python 50.94% CSS 2.27% JavaScript 0.26% HTML 46.42%

repology-webapp's Introduction

Repology

CI codecov

Repology is a service which monitors a lot of package repositories and other sources and aggregates data on software package versions, reporting new releases and packaging problems.

This repository contains Repology web application code. See it online. See also the updater code, a backend service which updates the repository information.

Dependencies

For development

For HTML validation in tests:

For python code linting:

Running

Preparing the database

To run the webapp, you first need a database created and filled by repology-updater as explained in its documentation.

Running the webapp

Repology is a flask application, so as long as you've set up database and configuration, you may just run the application locally:

./repology-app.py

and point your browser to http://127.0.0.1:5000/ to view the site. This should be enough for personal use, experiments and testing.

Alternatively, you may deploy the application in numerous ways, including mod_wsgi, uwsgi, fastcgi and plain CGI application. See flask documentation on deployment for more info.

For instance, you can deploy with uwsgi with the following command line arguments:

uwsgi --mount /=repology-app:app --pythonpath=<path-to-repology-checkout>

Author

License

GPLv3 or later, see COPYING.

repology-webapp's People

Contributors

abitrolly avatar alexmyczko avatar amdmi3 avatar audriusk avatar bebehei avatar berolinux avatar c72578 avatar daniel-mietchen avatar davidak avatar edwardbetts avatar geier avatar gumblex avatar ibara avatar idlemoor avatar jbeich avatar jon-turney avatar jrmarino avatar jtojnar avatar l2dy avatar lots0logs avatar luzpaz avatar nemani avatar pabs3 avatar palica avatar pink-mist avatar ryantm avatar ryzhovau avatar sgrif avatar swills avatar whissi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.