{"id":20249516,"url":"https://github.com/pgiraud/osmqa","last_synced_at":"2025-05-07T12:32:18.549Z","repository":{"id":139337059,"uuid":"1174943","full_name":"pgiraud/OSMQA","owner":"pgiraud","description":null,"archived":true,"fork":false,"pushed_at":"2014-09-04T10:57:12.000Z","size":984,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T16:14:42.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pgiraud.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-16T18:51:47.000Z","updated_at":"2024-08-06T07:49:17.000Z","dependencies_parsed_at":"2023-03-13T10:49:13.088Z","dependency_job_id":null,"html_url":"https://github.com/pgiraud/OSMQA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgiraud%2FOSMQA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgiraud%2FOSMQA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgiraud%2FOSMQA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgiraud%2FOSMQA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgiraud","download_url":"https://codeload.github.com/pgiraud/OSMQA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252876541,"owners_count":21818191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T09:54:13.824Z","updated_at":"2025-05-07T12:32:13.535Z","avatar_url":"https://github.com/pgiraud.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"OSMQA\n=====\n\nAn attempt to rewrite osmqa (http://qualitystreetmap.org/osmqa) with\na different User Interface and a different server implementation.\n\nThis implementation is based on `CouchDB \u003chttp://couchdb.apache.org/\u003e`_,\n`Pyramid \u003chttp://docs.pylonshq.com/pyramid/dev/\u003e`_, `jQuery\n\u003chttp://jquery.com/\u003e`_, and `OpenLayers \u003chttp://openlayers.org\u003e`_.\n\nInstall CouchDB\n---------------\n\nTo install CouchDB the easiest is to rely on your operating system's package\nmanagement tool. Installing from source is also an option\n(http://couchdb.apache.org/downloads.html).\n\nA recent version (\u003e 0.11) may be required.\n\nCreate Database\n---------------\n\nTo create the database execute the ``create_db.py`` script::\n\n    $ python create_db.py\n\nInstall OSMQA\n-------------\n\nInstalling OSMQA in a Virtual Python environment is recommended.\n\nTo create a virtual Python environment::\n\n    $ cd OSMQA\n    $ wget http://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.5.1.tar.gz\n    $ tar xvzf virtualenv-1.5.1.tar.gz\n    $ python virtualenv-1.5.1/virtualenv.py --distribute --no-site-packages env\n\nTo install OSMQA from source (the only option at this point) in the virtual\nPython environment execute the ``setup.py`` script::\n\n    $ env/bin/python setup.py install\n\nRun OSMQA\n---------\n\nTo run OSMQA the easiest is to use ``paster serve``::\n\n    $ env/bin/paster serve development.ini\n\nYou can also run it under mod_wsgi in apache. To do that, modify the osmqa.wsgi\nfile to match the path where you installed OSMQA. Then modify and add the following\nto your apache configuration ::\n\n    WSGIPassAuthorization On\n    WSGIDaemonProcess pyramid user=www-data group=www-data processes=1 \\\n       threads=4 \\\n       python-path=/path/to/OSMQA/env/lib/python2.6/site-packages\n    WSGIScriptAlias /osmqa /path/to/OSMQA/osmqa.wsgi\n\n    \u003cDirectory /path/to/OSMQA\u003e\n      WSGIProcessGroup pyramid\n      Order allow,deny\n      Allow from all\n    \u003c/Directory\u003e\n\n\nWant to help?\n-------------\n\nSee the TODO.txt.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgiraud%2Fosmqa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgiraud%2Fosmqa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgiraud%2Fosmqa/lists"}