{"id":19310115,"url":"https://github.com/cedadev/jasmin-cloud","last_synced_at":"2025-04-22T13:33:44.996Z","repository":{"id":36418610,"uuid":"40723585","full_name":"cedadev/jasmin-cloud","owner":"cedadev","description":"Web portal for the JASMIN Scientific cloud.","archived":false,"fork":false,"pushed_at":"2025-04-17T11:34:48.000Z","size":2808,"stargazers_count":5,"open_issues_count":10,"forks_count":3,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-18T01:54:31.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jasmin.ac.uk/","language":"Python","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/cedadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-08-14T15:59:12.000Z","updated_at":"2025-04-17T11:34:52.000Z","dependencies_parsed_at":"2024-01-25T11:17:48.464Z","dependency_job_id":"de956453-ace4-42bd-967e-acfb170ffaab","html_url":"https://github.com/cedadev/jasmin-cloud","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedadev%2Fjasmin-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedadev","download_url":"https://codeload.github.com/cedadev/jasmin-cloud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250249040,"owners_count":21399383,"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-10T00:22:40.176Z","updated_at":"2025-04-22T13:33:44.712Z","avatar_url":"https://github.com/cedadev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jasmin-cloud\n\nThe `jasmin-cloud` project provides an API for administration of tenancies in the JASMIN Cloud.\n\n## Setting up a development environment\n\n`jasmin-cloud` requires at least Python 3.7, so you must first ensure a suitable Python version is installed.\n\nFirst, check out the code:\n\n```sh\ngit clone https://github.com/cedadev/jasmin-cloud.git\ncd jasmin-cloud\n```\n\nCreate and activate a new virtual environment and install:\n\n```sh\npython -m venv ./venv\nsource ./venv/bin/activate\npip install git+https://github.com/cedadev/django-settings-object.git#egg=settings_object\npip install git+https://github.com/cedadev/jasmin-ldap.git#egg=jasmin_ldap\npip install git+https://github.com/cedadev/rackit.git#egg=rackit\npip install -e .\n```\n\nInstall the local settings:\n\n```sh\ncp jasmin_cloud_site/settings.py-local jasmin_cloud_site/settings.py\n```\n\nModify the settings to match your cloud, then run the development server:\n\n```sh\npython manage.py runserver\n```\n\nThe API will then be available at http://localhost:8000/api.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fjasmin-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedadev%2Fjasmin-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedadev%2Fjasmin-cloud/lists"}