Skip to content
/ oplus Public

A simple software for managing operation team such as health check, monitoring, sending sms, and managing application change.

Notifications You must be signed in to change notification settings

abbasimo/oplus

Repository files navigation

development guideline

  • postgres run command: sudo docker run --name postgres_oplus -e POSTGRES_USER=oplus -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
  • postgres://oplus:password@localhost/oplus?sslmode=disable
  • migrate create -seq -ext=.sql -dir=./migrations
  • migrate -path=./migrations -database=$OPLUS_DB_DSN up | or
  • migrate -path=./migrations -database=postgres://oplus:password@localhost/oplus?sslmode=disable up

About

A simple software for managing operation team such as health check, monitoring, sending sms, and managing application change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published