Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.43 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.43 KB

Bens Home Repo logo

Twitter My Work Github

Base

This is the base repo for my home server stack. This is designed so that it can be cloned onto a fresh server install and give me everything that I want. It's built up of various submodules so that I can do different versioning and branching for each feature if desired.

This is really just for my own personal use and organization.

Geting Started

Clone this repo with SSH:

git clone [email protected]:bens-home/base.git --recurse-submodules

Just for reference in the future, you can initalize all the submodules in the repo like this:

git pull --recurse-submodules

or

git submodule update --init --recursive

The submodules are added with the SSH path, so you need to have that set up on your git account.

A lot of stuff in here uses Docker or Docker Compose, be make sure to install it on your machine.