{"id":22477271,"url":"https://github.com/base2services/ciinabox-azure","last_synced_at":"2025-08-12T02:33:18.813Z","repository":{"id":145343936,"uuid":"46366261","full_name":"base2Services/ciinabox-azure","owner":"base2Services","description":"Azure ciinabox","archived":false,"fork":false,"pushed_at":"2015-11-17T18:21:13.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T17:49:05.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/base2Services.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-17T18:19:03.000Z","updated_at":"2015-11-17T18:21:14.000Z","dependencies_parsed_at":"2023-04-13T03:31:03.375Z","dependency_job_id":null,"html_url":"https://github.com/base2Services/ciinabox-azure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/base2Services/ciinabox-azure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fciinabox-azure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fciinabox-azure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fciinabox-azure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fciinabox-azure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/base2Services","download_url":"https://codeload.github.com/base2Services/ciinabox-azure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/base2Services%2Fciinabox-azure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269988808,"owners_count":24508530,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12-06T14:10:06.144Z","updated_at":"2025-08-12T02:33:18.733Z","avatar_url":"https://github.com/base2Services.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ciinabox Azure\n\nciinabox (CI in a Box) pronounced ciin a box is a set of automation for building\nand managing a bunch of CI tools in Azure.\n\nRight Now ciinabox supports deploying:\n\n * jenkins\n * private docker registry\n * chef server\n\n## Setup\n\nrequires docker 1.6+ and docker-machine 0.5+\njust install docker toolbox https://www.docker.com/docker-toolbox\n\n1. docker-machine create -d virtualbox ciinabox\n2. eval $(docker-machine env ciinabox)\n3. docker pull base2/ciinabox-azure\n4. mkdir /somepath/ciinaboxes\n5. cd /somepath/ciinaboxes\n6. docker run --rm -it -v `pwd`:/opt/ciinabox/ciinaboxes base2/ciinabox-azure\n\n## Getting Started\n\n1. Initialize/Create a new ciinabox environment\n  ```bash\n  $ ./ciinabox init\n  Enter the name of ypur ciinabox:\n  myciinabox\n  ```\n  You can override the default ciinaboxes directory by setting the CIINABOXES_DIR environment variable. Also the DNS domain you entered about must already exist in Azure DNS\n\n2. check that your new ciinabox is the current active one and login to azure\n  ```bash\n  $ ./ciinabox login\n  # Enable active ciinabox by executing or override ciinaboxes base directory:\n  export CIINABOXES_DIR=\"ciinaboxes/\"\n  export CIINABOX=\"myciinabox\"\n  # or run\n  eval $(./ciinabox login[myciinabox])\n  ```\n\n9. Create/Lanuch ciinabox environment\n  ```bash\n  $ rake ciinabox:create\n  Starting updating of ciinabox environment\n  # checking status using\n  $ rake ciinabox:status\n  allday ciinabox is in state: CREATE_IN_PROGRESS\n  # When your ciinabox environment is ready the status will be\n  allday ciinabox is alive!!!!\n  ECS cluster private ip:10.xx.xx.xx\n  ```\n  You can access jenkins using http://jenkins.myciinabox.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fciinabox-azure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbase2services%2Fciinabox-azure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbase2services%2Fciinabox-azure/lists"}