scuti

command module
v0.5.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: MIT Imports: 1 Imported by: 0

README

Scuti Logo

Scuti

A Lightweight and Reliable Automated Patching System, Set up in Minutes.

Scuti automates the patching process for a group of virtual servers, handling updates ranging from basic operating system upgrades to customized scripts. The system offers various strategies for updating servers, including sequential updates, batch updates, or percentage-based updates to ensure optimal availability.

Scuti named after UY Scuti, The red supergiant star in the constellation Scutum. It is considered to be possibly one of the largest known stars and is also a pulsating variable star, with a volume nearly 5 billion times that of the sun.

Development

$

To run postgresql with docker or podman for development

$ docker run -itd \
    -e POSTGRES_USER=scuti \
    -e POSTGRES_PASSWORD=scuti \
    -e POSTGRES_DB=scuti_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2
$ podman run -itd \
    -e POSTGRES_USER=scuti \
    -e POSTGRES_PASSWORD=scuti \
    -e POSTGRES_DB=scuti_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2
# https://github.com/dbcli/pgcli
$ psql -h 127.0.0.1 -U scuti -d scuti_dev -W

Deployment

$

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Scuti is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Scuti. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/scuti/issues

Security Issues

If you discover a security vulnerability within Scuti, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2022, Clivern. Released under MIT License.

Scuti is authored and maintained by @clivern.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
agent
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL