Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolthub/doltlab-issues
Issue tracking for DoltLab
https://github.com/dolthub/doltlab-issues
Last synced: about 2 months ago
JSON representation
Issue tracking for DoltLab
- Host: GitHub
- URL: https://github.com/dolthub/doltlab-issues
- Owner: dolthub
- License: mit
- Created: 2022-01-07T19:13:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T23:01:06.000Z (4 months ago)
- Last Synced: 2024-09-14T13:29:58.427Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# doltlab-issues
DoltLab is currently closed source.
This repo is used for tracking issues, publishing release notes, and tracking some auxillary DoltLab tools and scripts.For more general DoltLab information, check out [DoltLab's documentation site](https://docs.doltlab.com) or DoltHub's [blog](https://www.dolthub.com/blog).
# Installer scripts
We've written some scripts to make installing DoltLab's dependencies easier.
- [Install dependencies on Ubuntu](./scripts/ubuntu_install.sh)
- [Install dependencies on CentOS](./scripts/centos_install.sh)# Tools
Included in DoltLab's releases are some helpful tools written in `go`. You can find the source for these tools in the `go/cmd` package.
- [smtp_connection_helper](./go/cmd/smtp_connection_helper/main.go).