From 9d3fc3c8e63e098d89580e0ff2c57726b2d4cac0 Mon Sep 17 00:00:00 2001 From: Mael GRAMAIN Date: Sun, 13 Dec 2020 15:55:45 -0400 Subject: [PATCH] install steps --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17355a8..0424c5f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,15 @@ Sacrebleu is a DNS authoritative nameserver made in Go with ``github.com/miekg/d Records are stored in a MySQL Database and cached using REDIS. +This software requires MySQL and REDIS servers. + This software is currently in development and NOT ready for production. +## Initialization +- Move ``./extra/config.ini.example`` to ``./config.ini`` and edit it. +- Import to your configured database the SQL structure dump from ``./extra/db.sql`` +- ``make build`` + ## What is working - Read records (stricts & wildcard) from MySQL - Read and write records (stricts & wildcard) in REDIS @@ -20,4 +27,4 @@ This software is currently in development and NOT ready for production. - DNSSEC - Unit tests - CI with auto packaging -- Optimization \ No newline at end of file +- Optimization