Skip to content

Latest commit

 

History

History
427 lines (321 loc) · 19.4 KB

TODO.md

File metadata and controls

427 lines (321 loc) · 19.4 KB

TODO & NOTES

Recipe, package manager inspiration

Nix

WIN

both

games

command line tools list

various recipe to write

bash : builder - transpiler

Various

Development environment

in Atom Editor

  brew install shellcheck
  apm install linter
  apm install linter-shellcheck

then use shellcheck stella.sh

  • checkbashisms
  brew install checkbashisms
  apm install linter
  apm install linter-checkbashisms
  • shell code style guideline

in shell

  pip install bashate

use bashate stella.sh

Various List

WIN: cd your_project powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/StudioEtrange/stella/master/win/pool/stella-bridge.bat', 'stella-bridge.bat')" && stella-bridge.bat bootstrap & del /q stella-bridge.bat

WIN powershell -Command "(New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/StudioEtrange/stella/master/win/pool/stella-bridge.bat', 'stella-bridge.bat')" && stella-bridge.bat standalone & del /q stella-bridge.bat


DEPLOY PROJECTS

bare metal deploy

hadoop deploy

Kubernetes deploy

VM

terraform agnostic IaaS management : https://www.terraform.io/
libvirt : VM management library (qemu, lxc, virtualbox, vmware ...)
    https://github.com/Homebrew/homebrew-core/blob/master/Formula/libvirt.rb
terraform libvirt provider https://github.com/dmacvicar/terraform-provider-libvirt
archipel https://github.com/ArchipelProject/Archipel http://archipelproject.org/
    archipel client : https://hub.docker.com/r/schrauber/archipelclient/
nobullshitvm https://github.com/ChoHag/nbsvm

infra management

https://blog.docker.com/2017/01/infrakit-hood-high-availability/ https://github.com/docker/infrakit OS https://github.com/linuxkit/linuxkit