{"id":14968557,"url":"https://github.com/shreyas-a-s/oneclick-website-deployer","last_synced_at":"2026-01-21T12:01:59.599Z","repository":{"id":189610685,"uuid":"680957959","full_name":"shreyas-a-s/oneclick-website-deployer","owner":"shreyas-a-s","description":"Bash script to install and setup a basic working drupal website with tripal module installed and activated.","archived":false,"fork":false,"pushed_at":"2024-09-28T06:48:21.000Z","size":8476,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"3","last_synced_at":"2025-04-07T14:03:24.186Z","etag":null,"topics":["bioinformatics","biological-data","cms-extension","debian","drupal","linux","tripal","website"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/shreyas-a-s.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-21T00:12:05.000Z","updated_at":"2024-09-12T18:56:43.000Z","dependencies_parsed_at":"2023-12-24T11:24:13.238Z","dependency_job_id":"207833b2-74c9-4711-8d17-68c7313d0652","html_url":"https://github.com/shreyas-a-s/oneclick-website-deployer","commit_stats":{"total_commits":331,"total_committers":2,"mean_commits":165.5,"dds":"0.0060422960725075026","last_synced_commit":"4d6862514c4dca8f94627e43f97f18922b36452e"},"previous_names":["shreyas-a-s/website-tripal","shreyas-a-s/oneclick-website-deployer"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/shreyas-a-s/oneclick-website-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Foneclick-website-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Foneclick-website-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Foneclick-website-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Foneclick-website-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shreyas-a-s","download_url":"https://codeload.github.com/shreyas-a-s/oneclick-website-deployer/tar.gz/refs/heads/3","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shreyas-a-s%2Foneclick-website-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bioinformatics","biological-data","cms-extension","debian","drupal","linux","tripal","website"],"created_at":"2024-09-24T13:40:07.175Z","updated_at":"2026-01-21T12:01:59.579Z","avatar_url":"https://github.com/shreyas-a-s.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# One Click Website Deployer\nBash script to install and setup a basic working tripal website.\n\n\u003e [!IMPORTANT]\n\u003e Currently the deployer only supports Debian 11 and it's derivatives like Ubuntu 18.04. We are planning to support their newer versions and other linux distributions. But currently, it's advisable to use any of the derivatives of Debian 11 as the base for running our deployer.\n\n# Features of the script\n- Installs in sub directory in /var/www/html directory. This makes it easier to develop and manage different versions of the website.\n- Installs stable version 7 of drupal.\n- Installs fully developed version (currently [7.x-3.x](https://github.com/tripal/tripal/tree/7.x-3.x)) of tripal.\n\n# Prerequisites\n- A basic install of debian 11.\n- It is better if the installation is new with no extra modification.\n\n# Usage\nExecute the following commands one by one from a terminal:\n```bash\nsudo apt update \u0026\u0026 sudo apt install git -y\ngit clone https://github.com/shreyas-a-s/oneclick-website-deployer.git\ncd oneclick-website-deployer/\n./install.sh\n```\nOR use this single line command from a terminal:\n```bash\nsudo apt update \u0026\u0026 sudo apt install git -y \u0026\u0026 git clone https://github.com/shreyas-a-s/oneclick-website-deployer.git \u0026\u0026 cd oneclick-website-deployer/ \u0026\u0026 ./install.sh\n```\nOR if you want the simplest way:\n```\nGo to Releases section. Download deployer.zip from latest release. Extract it. Right click the install.sh file and click \"Run as a Program\" and follow the prompts.\n```\n\u003e [!NOTE]\n\u003e In some systems, right click menu might not have this option. In that case, just double click the file and select \"Run in Terminal\".","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyas-a-s%2Foneclick-website-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshreyas-a-s%2Foneclick-website-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshreyas-a-s%2Foneclick-website-deployer/lists"}