Skip to content

brendanmurty/bcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,345 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcm

This repository contains a set of self-hosted systems.

Structure

Local Setup

The systems in this repository assume that your local machine:

  • Is running a Linux OS like Fedora or Ubuntu
  • Has an up-to-date version of Docker CLI installed and ready
  • Has an up-to-date version of Deno installed and ready
  • Has an up-to-date version of Just installed and ready
  • Has an up-to-date version of Homebrew installed and ready
  • Has an up-to-date version of GitHub CLI installed and ready

Note that my dotfiles repository contains install scripts for most of the above items.

Local Tools

Run bin/setup-local.sh to setup your local environment.

bash ./bin/setup-local.sh

This repository uses Just to run commands defined in justfile.

These commands can be run in a Terminal session from any sub-directory of the repository.

To list all of the available options, run:

just list