aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.org b/README.org
index 0347bb6..6363e8d 100644
--- a/README.org
+++ b/README.org
@@ -4,6 +4,31 @@ This service is intended to assist with quality assurance within
Guix. That is maintaining and improving the quality of many aspects of
Guix, like packages for example.
+* Local Development
+
+Use the guix-dev.scm file to provide the dependencies.
+
+#+BEGIN_SRC shell
+guix environment -l guix-dev.scm
+#+END_SRC
+
+Then run the following commands:
+
+#+BEGIN_SRC shell
+./bootstrap.sh
+./configure
+make
+#+END_SRC
+
+After that, you can start the service via:
+
+#+BEGIN_SRC shell
+./pre-inst-env scripts/guix-qa-frontpage
+#+END_SRC
+
+Expect pages to load slowly since the QA frontpage won't have up to date
+cached data to use.
+
* Ideas
** General functionality