aboutsummaryrefslogtreecommitdiffstats
path: root/snapcraft/README
diff options
context:
space:
mode:
authorLibravatarDererk <dererk@satellogic.com>2016-11-15 14:18:53 -0300
committerLibravatarDererk <dererk@satellogic.com>2016-11-15 14:18:53 -0300
commit1ad5102b7ddd181bb9c632b124d3ea4c7db28be6 (patch)
tree73dda18465d0f4b8eb52d4482282a387c9f67c95 /snapcraft/README
parentb67294f76809a681ff73f209ed691a3e3f00563d (diff)
parentffb671c61a24a9086343b54bad080e145ff33fc5 (diff)
Merge tag 'upstream/7.8.1'
Upstream version 7.8.1 # gpg: Firmado el mar 15 nov 2016 14:18:48 ART # gpg: usando RSA clave A6C7B88B9583046A11C5403E0B00FB6CEBE2D002 # gpg: Firma correcta de "Ulises Vitulli <dererk@debian.org>" [absoluta] # gpg: alias "Dererk <dererk@torproject.org>" [absoluta] # gpg: alias "Ulises Vitulli <uvitulli@fi.uba.ar>" [absoluta] # gpg: alias "Ulises Vitulli <dererk@satellogic.com>" [absoluta]
Diffstat (limited to 'snapcraft/README')
-rw-r--r--snapcraft/README25
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.