Skip to content

Commit 2b5e7dc

Browse files
committedJun 16, 2016
reminder
1 parent 3fb22e2 commit 2b5e7dc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
 

‎snapcraft/README

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ See that --devmode there? That makes Nikola run unconfined, giving it access
1313
to all your files. That sounds bad, but it's the same way you have run it
1414
in the past.
1515

16-
If you want to run it in confined mode ... you can!
17-
The only problems are:
1816

19-
* Your site needs to live in ~/snaps/nikola/x1/whatever (the x1 may change)
20-
* If you uninstall nikola it will kill your site ;-)
2117

2218
To just use it:
2319

@@ -30,5 +26,12 @@ That should leave you with a woring "nikola" command, which is functional with t
3026
following caveats:
3127

3228
* Locales are broken: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1576411
33-
* The -b option in nikola serve and nikola auto will not work
29+
* The -b option in nikola serve and nikola auto will not work (need to use snap-xdg-open it seems)
30+
* Plugin installation is tricky
3431
* Probaby other things I have not noticed yet.
32+
33+
Additionally, if used on strict mode:
34+
35+
* Your site needs to live in ~/snaps/nikola/x1/whatever (the x1 may change)
36+
* If you uninstall nikola it will kill your site ;-)
37+
* You can't use "nikola deploy".

0 commit comments

Comments
 (0)
Please sign in to comment.