The base repository for Imagecraft projects.
Imagecraft is a craft tool used to create Ubuntu bootable images. It follows the same principles as Snapcraft, but is focused on creating bootable images instead.
Imagecraft documentation is built from reStructuredText (.rst
) files, most
of them under the docs/
folder in the source tree. Build and browse the
documentation locally if you prefer, although the product website is
recommended.
Clone the official source tree from GitHub into your computer's home directory.
Its default location will then be ~/imagecraft/
. (You may clone the
Imagecraft repository directly. However, it's protected: if you plan on
contributing to the project, consider forking it to
your own GitHub account then cloning that instead.)
Install the documentation tools:
make setup-docs
Build and serve the documentation:
make docs-auto
Point your web browser to address 127.0.0.1:8080
.