Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unclehowell committed Mar 24, 2021
1 parent b2714f3 commit 08e1afc
Showing 1 changed file with 32 additions and 11 deletions.
43 changes: 32 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 |

0 comments on commit 08e1afc

Please sign in to comment.