{"id":16276360,"url":"https://github.com/grabear/ubuntu-16.04-setup","last_synced_at":"2026-02-23T13:14:24.027Z","repository":{"id":108856456,"uuid":"139394560","full_name":"grabear/Ubuntu-16.04-Setup","owner":"grabear","description":null,"archived":false,"fork":false,"pushed_at":"2018-10-18T22:09:01.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T11:42:29.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/grabear.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":"2018-07-02T05:26:07.000Z","updated_at":"2018-10-18T22:09:02.000Z","dependencies_parsed_at":"2023-04-25T02:21:35.738Z","dependency_job_id":null,"html_url":"https://github.com/grabear/Ubuntu-16.04-Setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grabear/Ubuntu-16.04-Setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabear%2FUbuntu-16.04-Setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabear%2FUbuntu-16.04-Setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabear%2FUbuntu-16.04-Setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabear%2FUbuntu-16.04-Setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grabear","download_url":"https://codeload.github.com/grabear/Ubuntu-16.04-Setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grabear%2FUbuntu-16.04-Setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29743765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-10T18:48:04.401Z","updated_at":"2026-02-23T13:14:23.997Z","avatar_url":"https://github.com/grabear.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# beRi demo (tested on Ubuntu-16.04)\nThis demo was tested on Ubuntu-16.04 which comes pre-installed with bash, Python 3.6, git, and curl.  The beRi package have been built using Python 3.6.\nOther versions of Python have not been tested.  Other operating systems have not been tested.  Know bugs include [renv Issue #32](https://github.com/datasnakes/renv/issues/32)\n\n_**WARNING:  USE THIS AT YOUR OWN RISK.  THIS CODE IS UNTESTED.**_\n\n_**beRi LICENSING:  [beRi](https://github.com/datasnakes/beRi/blob/master/LICENSE)**_\n\n_**renv LICENSING: [renv](https://github.com/datasnakes/renv/blob/add-license-1/LICENSE)**_\n\n_**rut LICENSING: [rut](https://github.com/datasnakes/rut/blob/add-license-1/LICENSE)**_\n\n_**rinse LICENSING: [rinse](https://github.com/datasnakes/rinse/blob/add-license-1/LICENSE)**_\n\n## Instructions\n\nFirst download the beRi_setup.sh file into your home directory\n```bash\n$ cd\n$ curl -O https://gist.githubusercontent.com/grabear/498b67b89ba1c0d45fe3a7fef6271f29/raw/e47cd735ec5432edf6f4795a45481a7182ab4f14/beRi_setup.sh\n# Source the file once if pip is already installed.\n$ source beRi_setup.sh\n# Source the file twice if pip is not installed.  The bash shell needs to be reloaded.\n$ source beRi_setup.sh\n```\n\n## Bash script preview\n```bash\n# Make directories\nmkdir scripts\nmkdir GitHub\nmkdir demo\n\n# Download and/or install important dependencies\nif ! type \"pip\" \u003e /dev/null; then\n    cd ~/scripts\n    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n    python3.6 get-pip.py --user\n    exec bash --login\n    pip install --user poetry cookiecutter\nelse\n    pip install --user poetry cookiecutter\nfi\n\n# Setup renv\ncd ~/GitHub\ngit clone https://github.com/datasnakes/renv\ncd renv\ngit checkout santina/symlink\npoetry install -vvv\npoetry build\npip install --user dist/renv*.whl\n\n# Setup rinse\ncd ~/GitHub\ngit clone https://github.com/datasnakes/rinse\ncd rinse\npoetry install -vvv\npoetry build\npip install --user dist/rinse*.whl\n\n# Setup rut\ncd ~/GitHub\ngit clone https://github.com/datasnakes/rut\ncd rut\ngit checkout old_remotes\npoetry install -vvv\npoetry build\npip install --user dist/rut*.whl\n\ncd ~/demo\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabear%2Fubuntu-16.04-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrabear%2Fubuntu-16.04-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrabear%2Fubuntu-16.04-setup/lists"}