summaryrefslogtreecommitdiff
path: root/server-build/my-simple-cdd/README
blob: e06f254df236e64209c8c4b3c589b828cb30e345 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
This directory contains some scripts and associated files to
create a Debian qcow2 image with a WooCommerce+Taler installation.

We use simple-cdd to non-interactively run the Debian installer,
and have a profile 'talerwoo' with WooCommerce and Taler-specific
specifications.

Dependencies:
=============

* qemu
* xorriso
* bsdtar
* simple-cdd

Make sure the user using the scripts is in the 'kvm' group.
The scripts are only written for AMD64/x86_64 CPUs.


How to use:
===========

First run:

$ ./make-iso.sh

to create the "installer.iso". Then run:

$ ./setup-system.sh

to run the Debian installer to create the 'talerwoo.img'.

Finally, boot the final image using:

$ ./run-system.sh


Bugs:
=====

This is work in progress, the actual WooCommerce and Taler setup is still
missing!!!