Skip to content

Instantly share code, notes, and snippets.

View kujenga's full-sized avatar
🚀

Aaron Taylor kujenga

🚀
View GitHub Profile
set :sync_directories, ["public/assets", "public/galleries"]
set :sync_backups, 3
@kujenga
kujenga / Makefile
Created May 22, 2021 23:28 — forked from prwhite/Makefile
Add a help target to a Makefile that will allow all targets to be self documenting
# Add the following 'help' target to your Makefile
# And add help text after each target name starting with '\#\#'
help: ## Show this help.
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\(.*\):.*##\(.*\)/\1:\t\2/'
# Everything below is an example
target00: ## This message will show up when typing 'make help'
@echo does nothing
@kujenga
kujenga / helium_etl.md
Last active April 23, 2023 01:45 — forked from dansku/helium_etl.md
Helium ETL Setup Tutorial

Setting up a Helium ETL

This documents explains a quick intro how to setup your own ETL server for the Helium Blockchain. Running an ETL is not an easy task, but hopefully this document will help you get started, and by the end you will have the blockchain up and running.

Server Requirements

  • 5TB SSD (NVME prefered) disk

Install tools