{"id":21977492,"url":"https://github.com/viqueen/atlassian-devbox","last_synced_at":"2025-04-28T16:43:31.923Z","repository":{"id":39709524,"uuid":"382193540","full_name":"viqueen/atlassian-devbox","owner":"viqueen","description":"Atlassian Devbox to spin up any Atlassian enterprise product seamlessly","archived":false,"fork":false,"pushed_at":"2025-04-24T22:49:29.000Z","size":730,"stargazers_count":2,"open_issues_count":14,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T23:36:51.613Z","etag":null,"topics":["atlassian","bamboo","bamboo-server","bitbucket-server","confluence","confluence-server","jira","jira-server","labset","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viqueen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2021-07-02T01:00:02.000Z","updated_at":"2024-11-22T23:29:40.000Z","dependencies_parsed_at":"2024-04-15T20:33:24.360Z","dependency_job_id":"52f519a9-b03f-4d92-9c3f-c92ac577e3e8","html_url":"https://github.com/viqueen/atlassian-devbox","commit_stats":{"total_commits":209,"total_committers":6,"mean_commits":"34.833333333333336","dds":0.5406698564593302,"last_synced_commit":"e4054322041cfda2d15ca2be6f49e23c6c20849b"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viqueen%2Fatlassian-devbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viqueen%2Fatlassian-devbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viqueen%2Fatlassian-devbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viqueen%2Fatlassian-devbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viqueen","download_url":"https://codeload.github.com/viqueen/atlassian-devbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251347804,"owners_count":21575155,"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":["atlassian","bamboo","bamboo-server","bitbucket-server","confluence","confluence-server","jira","jira-server","labset","nodejs"],"created_at":"2024-11-29T16:15:18.865Z","updated_at":"2025-04-28T16:43:31.901Z","avatar_url":"https://github.com/viqueen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atlassian-devbox\n\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=viqueen_atlassian-devbox\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=viqueen_atlassian-devbox)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=viqueen_atlassian-devbox\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=viqueen_atlassian-devbox)\n[![Known Vulnerabilities](https://snyk.io/test/github/viqueen/atlassian-devbox/badge.svg?targetFile=package.json)](https://snyk.io/test/github/viqueen/atlassian-devbox?targetFile=package.json)\n[![npm version](https://badge.fury.io/js/atlassian-devbox.svg)](https://badge.fury.io/js/atlassian-devbox)\n\n## requirements\n\n- [java - 8 / 11](https://adoptopenjdk.net/)\n- [maven - 3.6.x / 3.8.x](https://maven.apache.org/install.html)\n- [node](https://nodejs.org/en/)\n\n## install it\n\n### from homebrew\n\n```bash\nbrew tap viqueen/atlassian-devbox\nbrew install atlassian-devbox\n```\n\n### from npm\n\n- first time\n\n```bash\nnpm install -g atlassian-devbox\n```\n\n- does it need an update ?\n\n```bash\nnpm outdated -g --depth=0\n```\n\n- update it\n\n```bash\nnpm update -g atlassian-devbox\n```\n\n### from source\n\n```bash\ngit clone git@github.com:viqueen/atlassian-devbox.git\ncd atlassian-devbox\n\nnpm install\nnpm link\n```\n\n## use it\n\nIt comes with the following enterprise product scripts that behave exactly the same\n\n```bash\n# running and debugging atlassian server instances\nconfluence -h\njira -h\nbitbucket -h\nbamboo -h\ncrowd -h\nfecru -h\nctk-server -h\n```\n\nFor example this is what the Confluence script documentation looks like\n\n```bash\nUsage: confluence [options] [command]\n\nOptions:\n  --amps-version \u003campsVersion\u003e   with amps version (default: \"8.8.1\")\n  --with-plugins \u003cwithPlugins\u003e   with plugins (default: \"\")\n  --with-jvm-args \u003cwithJvmArgs\u003e  with jvm args (default: \"\")\n  -V, --version                  output the version number\n  -h, --help                     display help for command\n\nCommands:\n  install \u003cproductVersion\u003e       installs confluence version\n  start \u003cproductVersion\u003e         runs confluence\n  debug \u003cproductVersion\u003e         runs confluence in debug mode\n  logs \u003cproductVersion\u003e          tails confluence log file\n  remove \u003cpattern\u003e               removes confluence instance with version matching given pattern\n  list [options] [pattern]       lists installed confluence instances\n  versions                       lists available confluence versions\n  help [command]                 display help for command\n```\n\n- start a confluence instance\n\n```bash\nconfluence start 7.4.9\n```\n\n- tail the logs\n\n```bash\nconfluence logs 7.4.9\n```\n\n- debug a confluence instance\n\n```bash\nconfluence debug 7.4.9\n```\n\n- list installed versions\n\n```bash\nconfluence list\n```\n\n- remove some installed version\n\n```bash\nconfluence remove 7.4.9\nconfluence remove 7.4 # removes all 7.4.x instances\n```\n\n- list available versions in local cache\n\n```bash\nconfluence versions\n```\n\n- list available versions from remote\n\n```bash\nconfluence versions -r\n```\n\n- install a specific version without running it\n\n```bash\nconfluence install 7.18.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviqueen%2Fatlassian-devbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviqueen%2Fatlassian-devbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviqueen%2Fatlassian-devbox/lists"}