From 08e1afcc688a67d84fa35394de080b3588857df0 Mon Sep 17 00:00:00 2001 From: unclehowell Date: Wed, 24 Mar 2021 00:18:18 -0400 Subject: [PATCH] Update README.md --- README.md | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7ad261964..a1e1451c2 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,41 @@ -# DATRO Net-Installer(s) +# DATRO Consortium: 'net-installer' Branch -All the source code on this branch include our collection of autonomous, self-building MicroSD and (Persistent-Live) USB Disk Images. -We've even made the compiling of the abovementioned disk images (source code > img.xz) a full automated process. -Just visit the subdirectory corresponding to your requirements and run the `compiler.bash` script. -Alternatively visit our [Latest Releases](https://github.com/unclehowell/datro/releases/ "DATRO Net-Installer Latest Release") for pre-compiled disk images. +Welcome to the DATRO Consortium Monorepo. +This public repository contains **[Four Branches](#Branches)** in total. +This particular branch is entitled: 'net-installer' *(short for unattended, network-based, self-installing/building, disk images)* -### Directory Structure +### Detailed Structure +The table below shows the content of this branch includes all the websites, the Hβnβ Dashboard(gui), the technical documents and some media e.g. academy videos etc + +| Path | Details | +|:--------------------------|:------------------------------------------------------------------------------------| +|[hbnb/arm/](https://github.com/unclehowell/datro/tree/net-installer/hbnb/arm/ "Hotspotβnβ on ARM") | Hβnβ (ARM e.g. RPi/All Models) Autonomous, Self-Building Disk-Image Source Code | +|[hbnb/x86-64/](https://github.com/unclehowell/datro/tree/net-installer/hbnb/x86-64 "Hotspotβnβ on x86-64") | Hβnβ (x86-64 e.g. Desktop/Laptop) Autonomous, Self-Building (Persistent-Live) USB Disk-Image Source Code | -Here's the directory structure: - -[/hbnb/Arm/](https://github.com/unclehowell/datro/tree/net-installer/hbnb/arm/ "Hotspotβnβ on ARM") # Hotspotβnβ ARM/RaspberryPi (All Models) Fully Autonomous, Self-Building Disk Image Source Code - -[/hbnb/x86-64/](https://github.com/unclehowell/datro/tree/net-installer/hbnb/x86-64 "Hotspotβnβ on x86-64") # Hotspotβnβ x86-64/Desktop/Laptop Fully Autonomous, Self-Building (Persistent-Live USB) Disk Image Source Code [/togo/x86-64/](https://github.com/unclehowell/datro/tree/net-installer/togo/x86-64 "To-Go USB on x86-64") # To-Go x86-64/Desktop/Laptop Fully Autonomous, Self-Building (Persistent-Live USB) Disk Image Source Code [/cacher/arm/](https://github.com/unclehowell/datro/tree/net-installer/cacher/arm "Cacher on ARM") # Cacher ARM/RaspberryPi (All Models) Fully Autonomous, Self-Building Disk Image Source Code [/cacher/x86-64/](https://github.com/unclehowell/datro/tree/net-installer/cacher/x86-64 "Cacher on x86-64") # Cacher x86-64/Desktop/Laptop Fully Autonomous, Self-Building (Persistent-Live USB) Disk Image Source Code + + +All the source code on this branch include our collection of autonomous, self-building MicroSD and (Persistent-Live) USB Disk Images. +We've even made the compiling of the abovementioned disk images (source code > img.xz) a full automated process. +Just visit the subdirectory corresponding to your requirements and run the `compiler.bash` script. +Alternatively visit our [Latest Releases](https://github.com/unclehowell/datro/releases/ "DATRO Net-Installer Latest Release") for pre-compiled disk images. + +#Datro's Branches + +### Branches + +DATRO's full list of branches are displayed in the table below: + +| Branch | Details | +|:--------------------------|:------------------------------------------------------------------------------------| +|[gh-pages](https://github.com/unclehowell/datro/tree/gh-pages "gh-pages branch") | Website, Document, Dashboard, Media & more source code | +|[net-installer](https://github.com/unclehowell/datro/tree/net-installer "DATRO Net-Installer Branch") | Autonomous compiler script (creates fresh autonomous, self-building disk image e.g. Hotspotβnβ) | +|[netlify](https://github.com/unclehowell/datro/tree/netlify "DATRO Netlify Branch") | A modified version of the HBnB Dashboard, used to showcase our collection of websites | +|[subrepos](https://github.com/unclehowell/datro/tree/subrepos "DATRO SubRepos Branch") | Stores Subrepos, giving DATRO a staging server of sorts, between users and developers | + +