-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation via snapcraft can't write to filesystem #31
Comments
Looks like we need to set confinement to Goreleaser appears to use |
Classic confinement needs manual review, so the build errors with:
|
The store requests link in the manual review process mentioned above no longer seems to be the correct way to prompt review. Last build automatically created a manual review request in the plenti project dashboard: https://dashboard.snapcraft.io/snaps/plenti/revisions/15/ |
Can continue using I had to click "reject review" at the bottom of the release 15 https://dashboard.snapcraft.io/snaps/plenti/revisions/15/. Then https://dashboard.snapcraft.io/snaps/plenti/revisions/17/ and https://dashboard.snapcraft.io/snaps/plenti/revisions/18/ had a statuses of "ready to release" so at the bottom of the page I clicked the green "Release" button for each. After that releases started working automatically when Github actions would run. I also needed to add "network-bind" plug in order to allow local webserver to work. Previously was getting the following error:
The last remain issue seems to be that the snap can't execute external scripts. This is needed in order to run |
NodeJS and NPM aren't required in v0.2.0 and later version, so we don't need to implement a “parts” declaration. |
Installing plenti manually by placing the binary at
/usr/local/bin/plenti
works on Ubuntu 20.04, however if instead you try usingsnap install plenti
it appears that it can't write to the filesystem correctly. For example, runningplenti new site test
results in:Note: If switching between installation methods, for example if you were to try to
snap remove plenti
then manually install you'll likely get an error like:To fix this you simply need to close out of your current terminal and reopen a new one.
The text was updated successfully, but these errors were encountered: