I work within a linux vagrant box all day long for the most part. I ask programs for help, so this is my help page.
I have always wanted to help others and I love what I do for work everyday. I would like to basically try to give out anything I've learned in the broad categories of IT, and this will be where I start writing those things out. I also like to continue learning, so this will also be a place where I can attempt to learn more.
-
Create Vagrant Dev Environment, which can be found at:
-
Edit hosts file
127.0.0.1 pg-h.io prometheus.pg-h.io alertmanager.pg-h.io blog.pg-h.io cadvisor.pg-h.io grafana.pg-h.io influxdb.pg-h.io node-exporter.pg-h.io
-
Once in Vagrant host, install git
yum install -y git
-
Git clone repo
git clone https://github.com/silentpete/pg-h.io.git
-
Run the Prep Script
./0-prep-env.sh
- the setup for alertmanager asks for gmail app settings.
-
Run the Start Script with the DEV switch. This will give nginx a different configuration.
DEV="nossl." ./1-start-env.sh
I am currently running this site on Linode.com. I am used to working with CentOS 7, so that is the OS for the host I'm writing this for. The host is the minimum template with 1 CPU, 1GB of memory, and 20/25GB of Disk.
-
Stand up Linode Host and SSH in
-
Install git
yum install -y git
-
Git clone repo
git clone https://github.com/silentpete/pg-h.io.git
-
Run the Prep Script
./0-prep-env.sh
- the setup for alertmanager asks for gmail app settings.
-
Run the Start Script
./1-start-env.sh
Currently this process takes about 10 minutes, but I have plans to reduce it.