From 1bd007e02d943a0ae40f867ddfc1bb987ff3e2c2 Mon Sep 17 00:00:00 2001 From: Arky Date: Sun, 1 Oct 2017 17:48:56 +0700 Subject: [PATCH 1/4] Fixing broken symlink Perhaps xsce-admin is renamed to iiab-admin-console. Fixing bug #348 by removing symlink. --- roles/httpd/templates/iiab-console.conf.j2 | 1 - 1 file changed, 1 deletion(-) delete mode 120000 roles/httpd/templates/iiab-console.conf.j2 diff --git a/roles/httpd/templates/iiab-console.conf.j2 b/roles/httpd/templates/iiab-console.conf.j2 deleted file mode 120000 index 0148dab1d..000000000 --- a/roles/httpd/templates/iiab-console.conf.j2 +++ /dev/null @@ -1 +0,0 @@ -/opt/schoolserver/xsce/roles/xsce-admin/templates/console/xs-console.conf.j2 \ No newline at end of file From 40a58925071083ad2ab6cfc91b7fe396b899ccf9 Mon Sep 17 00:00:00 2001 From: Arky Date: Tue, 3 Oct 2017 23:21:49 +0700 Subject: [PATCH 2/4] Disable pip caching for ka_lite_static Patch for downloading ka_lite_static failure. Fixes #372 --- roles/kalite/tasks/install.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/kalite/tasks/install.yml b/roles/kalite/tasks/install.yml index 43ea1141b..af064b584 100644 --- a/roles/kalite/tasks/install.yml +++ b/roles/kalite/tasks/install.yml @@ -8,22 +8,24 @@ - name: Grab the requirements file get_url: url={{ kalite_requirements }} dest={{ pip_packages_dir }}/kalite.txt - when: internet_available + when: internet_available - name: Install ka-lite dependencies with pip pip: requirements={{ pip_packages_dir }}/kalite.txt virtualenv={{ kalite_venv }} virtualenv_site_packages=no + extra_args="--no-cache-dir" # extra_args="--disable-pip-version-check" - when: internet_available + when: internet_available - name: Install ka-lite with pip pip: name=ka-lite-static version={{ kalite_version }} virtualenv={{ kalite_venv }} virtualenv_site_packages=no + extra_args="--no-cache-dir" # extra_args="--disable-pip-version-check" - when: internet_available + when: internet_available - name: Default is to have cronserve started with kalite set_fact: From 59eff1eac11f9feb5aef45acc23d1a5dd7f265b4 Mon Sep 17 00:00:00 2001 From: Arky Date: Thu, 5 Oct 2017 17:25:54 +0700 Subject: [PATCH 3/4] Updated README Created a informative readme file from exisiting content using this template: https://gist.github.com/PurpleBooth/109311bb0361f32d87a2 --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 895c73200..003d8309f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# iiab -Internet in a Box - NEW VERSION orig from http://github.com/iiab +# Internet-in-a-Box (IIAB) + +Welcome to the Git repository of the Internet-in-a-Box (IIAB) project. This is a community-based project developed and supported by volunteers from around the world. The Internet-in-a-Box(IIAB) is small, inexpensive device which provides essential Internet resources without any Internet connection. It provides a local content server of the world’s Free information. + +The older version of this repository is at [github.com/xsce](http://github.com/xsce) . We are using [Ansible](https://www.ansible.com) as the underlying technology to install, deploy, configure and manage the various software components. + + +## Installation + +Please read [Installation](https://github.com/iiab/iiab/wiki/IIAB-Installation) wiki page for details about installation of Internet-in-a-Box (IIAB). + +## Built With + +* [Ansible](http://www.ansible.com) - Ansible + +## Contributing + +Please read [Contributors Guide](https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide) learn more about contributing to Internet-in-a-Box (IIAB) repository. + +## Versioning + +You can track the latest Internet-in-a-Box (IIAB)[releases here](https://github.com/iiab/iiab/releases). From c7c1134c3c6131dcd5bf2e647417fe57af9c5e0b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 5 Oct 2017 10:04:33 -0400 Subject: [PATCH 4/4] typos, grammar & basic editorial suggestions --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 003d8309f..3de62a82f 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ # Internet-in-a-Box (IIAB) -Welcome to the Git repository of the Internet-in-a-Box (IIAB) project. This is a community-based project developed and supported by volunteers from around the world. The Internet-in-a-Box(IIAB) is small, inexpensive device which provides essential Internet resources without any Internet connection. It provides a local content server of the world’s Free information. +Welcome to the Git repository of the Internet-in-a-Box (IIAB) project. This is a community-based project developed and supported by volunteers from around the world. The Internet-in-a-Box (IIAB) is small, inexpensive device which provides essential Internet resources (like Wikipedia, OpenStreetMap, Khan Academy and others) without any Internet connection. It provides a local content server of the world’s Free Knowledge. -The older version of this repository is at [github.com/xsce](http://github.com/xsce) . We are using [Ansible](https://www.ansible.com) as the underlying technology to install, deploy, configure and manage the various software components. +The older version of this repository is at [github.com/xsce](http://github.com/xsce). We are using [Ansible](https://www.ansible.com) as the underlying technology to install, deploy, configure and manage the various software components. ## Installation -Please read [Installation](https://github.com/iiab/iiab/wiki/IIAB-Installation) wiki page for details about installation of Internet-in-a-Box (IIAB). +Please read the [Installation](https://github.com/iiab/iiab/wiki/IIAB-Installation) wiki page for details about installation of Internet-in-a-Box (IIAB). ## Built With -* [Ansible](http://www.ansible.com) - Ansible +* [Ansible](http://www.ansible.com) ## Contributing -Please read [Contributors Guide](https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide) learn more about contributing to Internet-in-a-Box (IIAB) repository. +Please read our [Contributors Guide](https://github.com/iiab/iiab/wiki/IIAB-Contributors-Guide) to learn more about contributing to Internet-in-a-Box (IIAB) repository. ## Versioning -You can track the latest Internet-in-a-Box (IIAB)[releases here](https://github.com/iiab/iiab/releases). +You can track the latest Internet-in-a-Box (IIAB) [releases here](https://github.com/iiab/iiab/releases).