Skip to content
/ Lynx Public

🐺 A Fast, Secure and Reliable Terraform Backend, Set up in Minutes.

License

Notifications You must be signed in to change notification settings

Clivern/Lynx

Repository files navigation

Civet Logo

Civet

Fast, Secure and Reliable Terraform Backend, Set up in Minutes.

Getting Started

To install dependencies.

$ make deps

To create and migrate your database.

$ make migrate

To start the application.

$ make run

Now you can visit localhost:4000 from your browser.

To run test cases:

$ make ci

To list all commands:

$ make

To run postgresql with docker

$ docker run -itd \
    -e POSTGRES_USER=civet \
    -e POSTGRES_PASSWORD=civet \
    -e POSTGRES_DB=civet_dev \
    -p 5432:5432 \
    --name postgresql \
    postgres:15.2

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Civet 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 Civet. 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/civet/issues

Security Issues

If you discover a security vulnerability within Civet, 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.

Civet is authored and maintained by @clivern.