Grundstein (plural Grundsteine) [german]
-
A ceremonial stone set at the corner of a building.
-
By extension, that which is prominent, fundamental, noteworthy, or central. Exceptional service is the cornerstone of the hospitality industry. That is the cornerstone of any meaningful debate about budgets and projects, regulations and policies.
via: wiktionary
runs docker instances of the various webservices we use:
wip:
- postfix
- mongodb
- rocketchat
- mariadb
- wordpress
# set up project directories
mkdir grundstein grundstein/backups grundstein/bin grundstein/data
# get all docker containers
cd grundstein
git clone [email protected]:grundstein/legung legung
# admin docker containers
cd legung
# install the docker containers
make install
# build and run all containers
make deploy
# stop containers
make stop
# remove containers
make remove
# update containers
make update
# stop, then backup, then restart containers:
make backup