Server CONfiguration Engine
Go to file
Olivier 'reivilibre' e7c47fe3ff
continuous-integration/drone the build was successful Details
Use mdbook image to publish mdbook docs
2022-03-17 23:39:33 +00:00
.ci Build and deploy manual in CI 2021-09-18 07:30:25 +01:00
contrib Fix script to install scone sous 2021-09-17 21:28:15 +01:00
docs Documentation improvements 2021-10-24 15:07:07 +01:00
scone Support adding HE DNS entries 2022-03-17 23:18:33 +00:00
scripts-dev Initial commit before I start messing around 2020-09-24 18:53:31 +01:00
.drone.yml Experimental work towards adding Drone CI ...? 2022-03-16 12:54:23 +00:00
.gitignore Move book closer to root 2021-09-18 07:25:48 +01:00
.woodpecker.yml Use mdbook image to publish mdbook docs 2022-03-17 23:39:33 +00:00
COPYING GPLv3.0-or-later licence 2020-11-01 20:01:13 +00:00
MANIFEST.in Include Jinja2 files in manifest 2021-09-19 13:43:49 +01:00
README.md Scone 0.2.0 2021-07-03 11:39:24 +01:00
book.toml Move book closer to root 2021-09-18 07:25:48 +01:00
mypy.ini Antilint 2020-11-09 12:04:09 +00:00
requirements.txt Initial commit before I start messing around 2020-09-24 18:53:31 +01:00
setup.cfg Initial commit before I start messing around 2020-09-24 18:53:31 +01:00
setup.py Add head-only recipes, plus start one to do Hurricane DNS 2022-03-16 12:54:42 +00:00
tox.ini Initial commit before I start messing around 2020-09-24 18:53:31 +01:00

README.md

scone: Server CONfiguration Engine

Scone is a tool for configuring servers (or even other computers).

The idea is that you write a declarative configuration using Scone Menu Language (.scoml) files and run scone on it.

Scone will, ideally speaking, do whatever is necessary to bring your declarative configuration into reality.

You can track your configuration in git, for example, and should be able to re-apply this to your server whenever you need to recreate it (or update it!).

Scone tries to be quick, owing to the fact that iterative development is more engaging and productive. To do this, Scone runs multiple recipes (jobs) in parallel (Scone has a fairly rich dependency tracking system to allow ordering recipes fairly intuitively to allow this). Scone also caches outcomes of recipes, so a small change to the configuration does NOT need to re-execute all recipes afterwards.

Scone is currently alpha-grade software; the author uses it to configure their servers (fully), mobile phone (mostly fully) and laptop/desktop computers (partially).