{"id":21331089,"url":"https://github.com/arky/iiab-dev-mode","last_synced_at":"2025-06-29T06:07:48.751Z","repository":{"id":142743235,"uuid":"102948277","full_name":"arky/iiab-dev-mode","owner":"arky","description":"This repository provides a quick setup of Internet-in-a-Box (IIAB) development environment using Vagrant.","archived":false,"fork":false,"pushed_at":"2018-10-10T07:37:17.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-16T00:41:56.916Z","etag":null,"topics":["ansible","centos","debian","fedora","internet-in-a-box","ubuntu","vagrant","vagrant-machine","virtualbox"],"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/arky.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":"2017-09-09T10:48:40.000Z","updated_at":"2018-10-10T07:37:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"485a2197-8e69-43af-9b14-7c9537df1997","html_url":"https://github.com/arky/iiab-dev-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arky/iiab-dev-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arky%2Fiiab-dev-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arky%2Fiiab-dev-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arky%2Fiiab-dev-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arky%2Fiiab-dev-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arky","download_url":"https://codeload.github.com/arky/iiab-dev-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arky%2Fiiab-dev-mode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545036,"owners_count":23326660,"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":["ansible","centos","debian","fedora","internet-in-a-box","ubuntu","vagrant","vagrant-machine","virtualbox"],"created_at":"2024-11-21T22:29:05.003Z","updated_at":"2025-06-29T06:07:48.730Z","avatar_url":"https://github.com/arky.png","language":null,"readme":"# Internet-in-a-Box (IIAB) Development Mode\n\nThis repository provides a quick setup of Internet-in-a-Box (IIAB) development environment using Vagrant. You will\nneed a computer with virtualization enabled and git, Vagrant (2.0 or later) and VirtualBox installed.\n\n## Requirements\n\n * [git](https://git-scm.com/)\n * [Vagrant (2.0 or later)](https://www.vagrantup.com/)\n * [Virtualbox](https://www.virtualbox.org/wiki/Downloads)\n * Editor ([Atom](www.atom.io), Emacs, Vi etc)\n * [Ansible](http://www.ansible.com/)\n * [Ansible-lint](https://github.com/willthames/ansible-lint) and [Ansible-review)[https://github.com/willthames/ansible-review] tools\n\n\n## Usage\n1. Check out this repository and its submodules on to your development machine.\n`git clone --recursive https://github.com/arky/iiab-dev-mode.git`\n\n2. Change directory into 'iiab-dev-mode' with `cd iiab-dev-mode`. You can update all the submodules to latest master using `git submodule foreach git pull origin master`\n\n3. Setup a vagrant machine with `vagrant up` and provision it with `vagrant provision`. Please select the available bridge network interface (wlan0 or eth0) that connects your host machine to the Internet.\n\n4. You can now connect to your vagrant machine with `vagrant ssh`. All your local development files available as shared folder in `/opt/iiab` directory.\n\n5. You can setup IIAB from the Ansible Playbooks following the [installation wiki page.](https://github.com/iiab/iiab/wiki/IIAB-Installation)\n\n          cd /opt/iiab/iiab/scripts/\n          ./ansible\n\n          cd /opt/iiab/iiab/\n          ./runansible\n\n          cd /opt/iiab/iiab-admin-console/\n          ./install\n\n          cd /opt/iiab/iiab-menu/\n          ./cp-menus\n6. Hack away! You can commit your local changes and send pull request to IIAB project by setting a default git remote push setting with `cd \u003crepo\u003e \u0026\u0026 git remote set-url --push origin git@github.com:\u003cyour_username\u003e/\u003cyour_forked_iiab_repo_name\u003e.git`.  Learn more by reading this [blog post](http://blog.yuriy.tymch.uk/2012/05/different-git-push-pullfetch-urls.html) and [Working with Remotes in Pro Git Book](https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes)\n\n7. Once you are done, you can stop your vagrant machine with `vagrant halt` or remove it completely with `vagrant destroy`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farky%2Fiiab-dev-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farky%2Fiiab-dev-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farky%2Fiiab-dev-mode/lists"}