{"id":19913799,"url":"https://github.com/vmprof/vmprof-server","last_synced_at":"2025-05-03T05:30:50.399Z","repository":{"id":24595245,"uuid":"28003591","full_name":"vmprof/vmprof-server","owner":"vmprof","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-29T14:31:11.000Z","size":6150,"stargazers_count":31,"open_issues_count":13,"forks_count":24,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-17T06:14:31.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Less","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vmprof.png","metadata":{"files":{"readme":"README.md","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":"2014-12-14T18:31:23.000Z","updated_at":"2023-03-30T20:44:44.000Z","dependencies_parsed_at":"2022-08-22T11:31:06.003Z","dependency_job_id":null,"html_url":"https://github.com/vmprof/vmprof-server","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/vmprof%2Fvmprof-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmprof%2Fvmprof-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmprof%2Fvmprof-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vmprof%2Fvmprof-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vmprof","download_url":"https://codeload.github.com/vmprof/vmprof-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224353393,"owners_count":17297252,"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-12T21:34:13.152Z","updated_at":"2024-11-12T21:34:13.907Z","avatar_url":"https://github.com/vmprof.png","language":"Less","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VMProf\n\n![Build status](https://github.com/vmprof/vmprof-server/actions/workflows/main.yml/badge.svg)\n\nA Virtual Machine profiling platform. Currently restricted to PyPy and CPython.\n\n## Development\n\nSetting up development can be done using the following commands:\n\n\t$ virtualenv -p /usr/bin/python3 vmprof3\n\t$ source vmprof3/bin/activate\n\n\t# setup django service\n\n\t(vmprof3) $ cd vmprof-server\n\t(vmprof3) $ pip install -r requirements/development.txt\n\t(vmprof3) $ python manage.py migrate\n\t(vmprof3) $ python manage.py runserver -v 3\n\n\t# install vmprof for development (only needed if you want to co develop vmprof-python)\n\n\t(vmprof3) $ git clone git@github.com:vmprof/vmprof-python.git ../\n\t(vmprof3) $ cd ../vmprof-python\n\t(vmprof3) $ python setup.py develop\n\nPlease also consult our section for development at https://vmprof.readthedocs.org.\n\n## Test\n\nFor new feature requests open a new branch or fork the repository. We use continous integration\nprovided by travis. Before you commit run tests using py.test:\n\n\tpytest\n\n## Docker\n\nBuild docker image and apply migrations (for a new setup or version upgrade):\n    \n    docker-compose build\n    docker-compose run --rm vmprof-server python3 manage.py migrate\n\nRun the server inside docker container:\n    \n    docker-compose up\n\nGenerate API token:\n\n    docker-compose run --rm vmprof-server python3 manage.py generate_api_token\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmprof%2Fvmprof-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvmprof%2Fvmprof-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvmprof%2Fvmprof-server/lists"}