canonical / candid

Identity Manager Service
GNU Affero General Public License v3.0
41 stars 29 forks source link

Remove organize and place in INSTALL directly #187

Closed ale8k closed 1 year ago

ale8k commented 1 year ago

Description

Fixes the candid snap.

There were two issues:

  1. Git wasn't present
  2. You cannot organise directories, so instead we manually move the assets into install.

Run the following to test:

snapcraft
snap install ./*.snap --dangerous
sudo snap set candid candid.storage.type=memory 
sudo snap set candid candid.private-key=q2G3A2NjTe7MP9D8iugCH9XfBAyrnV8n8u8ACbNyNOY=
sudo snap set candid candid.public-key=OAG9EVDFgXzWQKIk+MTxpLVO1Mp1Ws/pIkzhxv5Jk1M=
sudo snap logs candid

Picture of candid started: image