https://github.com/cncf/devstats-example
📈Example DevStats deployment for single project - Homebrew
https://github.com/cncf/devstats-example
Last synced: about 1 year ago
JSON representation
📈Example DevStats deployment for single project - Homebrew
- Host: GitHub
- URL: https://github.com/cncf/devstats-example
- Owner: cncf
- Created: 2018-08-22T10:51:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T05:14:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T08:11:35.555Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 MB
- Stars: 20
- Watchers: 15
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example DevStats deployment - Homebrew
This is installed [here](http://147.75.105.130:3001), it uses neither DNS nor SSL.
It runs on Ubuntu 18.04 LTS on an ARM64 architecture.
- To install: `vim INSTALL_UBUNTU18.md`.
- To deploy use: `PG_PASS=... PG_PASS_RO=... PG_PASS_TEAM=... ./deploy.sh`.
- To run sync manually (update since last run without cron) use: `PG_PASS=... ./run.sh`.
- To run sync from cron copy `devstats.sh` to your PATH and install cron via `crontab -e` using `crontab` file as an example (changing PATH, passwords etc.).
- To start grafana process (for example after server restart) run `./grafana.sh &`.
# Other projects
- Follow `SETUP_OTHER_PROJECT.md`.