{"id":21273292,"url":"https://github.com/sclorg/softwarecollections","last_synced_at":"2025-07-11T06:33:07.113Z","repository":{"id":11982362,"uuid":"14557235","full_name":"sclorg/softwarecollections","owner":"sclorg","description":"Software Collections Management Website and Utils","archived":false,"fork":false,"pushed_at":"2022-12-08T12:41:24.000Z","size":4013,"stargazers_count":67,"open_issues_count":19,"forks_count":27,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-05-14T09:20:30.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sclorg.png","metadata":{"files":{"readme":"README.docker","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-11-20T13:27:35.000Z","updated_at":"2024-05-07T16:46:57.000Z","dependencies_parsed_at":"2023-01-11T20:17:21.376Z","dependency_job_id":null,"html_url":"https://github.com/sclorg/softwarecollections","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fsoftwarecollections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fsoftwarecollections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fsoftwarecollections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sclorg%2Fsoftwarecollections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sclorg","download_url":"https://codeload.github.com/sclorg/softwarecollections/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225700924,"owners_count":17510448,"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-21T09:13:19.708Z","updated_at":"2024-11-21T09:13:20.239Z","avatar_url":"https://github.com/sclorg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"For development purposes, a Dockerfile is included. To build a Docker container, install and run Docker daemon first:\n\n    dnf -y install docker\n    systemctl start docker\n\n- make sure you're in the top level directory (the one that contains Dockerfile)\n- cd into this directory and build the image as `sclorgweb` (this will take some time):\n\n    docker build -t sclorgweb .\n\n- after build is finished, run the resulting image:\n\n    docker run --name scloorgwebtest -P -d -t -v $(pwd):/srv/softwarecollections:z sclorgweb\n\n- this will print a hash of new container\n- get IP address of the new container:\n\n    docker inspect -format='{{.NetworkSettings.IPAddress}}' scloorgwebtest\n\n- attach to the image to see the output of testing server:\n\n    docker attach scloorgwebtest\n\n- develop (code is mounted in container, so you can code locally)\n- when done developing, stop the container:\n\n    docker stop \u003ccontainer_hash\u003e\n\n- if you want to prune DB, just remove data/db.sqlite3\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fsoftwarecollections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsclorg%2Fsoftwarecollections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsclorg%2Fsoftwarecollections/lists"}