XWiki Snap developer guide
Building XWiki snap
Prerequisites to build
You'll need to perform 3 mandatory steps to build the snap :
- install snapd
- installing snapcraft and multipass
- building the XWiki snap
Run the following commands to install snapcraft and multipass after installing snapd :
sudo snap install snapcraft --classic
sudo snap install multipass
Building the snap
- clone the repository
- cd into xwiki-jetty
- run snapcraft
This will build the xwiki_13.10.8_amd64.snap
Installing the snap
Make sure you are in the directory where the snap is built
sudo snap install xwiki_13.10.8_amd64.snap --dangerous