diff options
| author | 2016-11-15 14:18:46 -0300 | |
|---|---|---|
| committer | 2016-11-15 14:18:46 -0300 | |
| commit | ffb671c61a24a9086343b54bad080e145ff33fc5 (patch) | |
| tree | 2c5291f7a34edf4afdc8e07887a148291bfa3fa1 /snapcraft/README | |
| parent | 4e3224c012df9f74f010eb92203520515e8537b9 (diff) | |
New upstream version 7.8.1upstream/7.8.1
Diffstat (limited to 'snapcraft/README')
| -rw-r--r-- | snapcraft/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/snapcraft/README b/snapcraft/README new file mode 100644 index 0000000..d026ae8 --- /dev/null +++ b/snapcraft/README @@ -0,0 +1,25 @@ +The folders edge/stable contain the files needed to build a snap package for Nikola. +Edge will build from master, stable from the latest release. + +To build, in Ubuntu 16.04: + +apt install snapd snapcraft +snap login some.account@whatever.com +./build.sh + +To just use it: + +apt install snapd +snap login some.account@whatever.com +snap install nikola + + +That should leave you with a working "nikola" command (/snap/bin/nikola if /snap/bin is not in your $PATH), +which is functional with the following caveats: + +* Locales are a bit broken: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1576411 +* The -b option in nikola serve and nikola auto will not work (need to use snap-xdg-open it seems) +* Plugin installation is tricky +* Your site needs to live in your home +* You can't use "nikola deploy". +* Probaby other things I have not noticed yet. |
