Fast, Secure and Reliable Terraform Backend, Set up in Minutes.
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
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.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/civet/issues
If you discover a security vulnerability within Civet
, please send an email to hello@clivern.com
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2022, Clivern. Released under MIT License.
Civet is authored and maintained by @clivern.