Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Repology web application

License

NotificationsYou must be signed in to change notification settings

pabs3/repology-webapp

 
 

Repository files navigation

CIcodecov

Repology is a service which monitorsa lot of package repositoriesand 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 theupdater code, a backend servicewhich 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 filledby repology-updater asexplainedin its documentation.

Running the webapp

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

./repology-app.py

and point your browser tohttp://127.0.0.1:5000/ to view thesite. This should be enough for personal use, experiments andtesting.

Alternatively, you may deploy the application in numerous ways,including mod_wsgi, uwsgi, fastcgi and plain CGI application. Seeflask documentation on deploymentfor more info.

For instance, you can deploy withuwsgi with the following commandline arguments:

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

Author

License

GPLv3 or later, seeCOPYING.

About

Repology web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python51.8%
  • HTML45.5%
  • CSS2.3%
  • Other0.4%

[8]ページ先頭

©2009-2025 Movatter.jp