LimeMicro:LimeSDR App Store: Difference between revisions
AndrewBack (talk | contribs) (Created page with "== Accessing the LimeSDR store == === snapd === Systems running Ubuntu version 16.04 and later will already have [http://snapcraft.io/ snapd] installed. With previous versio...") |
AndrewBack (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
== Packaging snaps == | == Packaging snaps == | ||
See [[ | See [[Snap Packaging]]. | ||
== Uploading snaps == | == Uploading snaps == | ||
Line 39: | Line 39: | ||
# Go to the available stores in your account at [https://myapps.developer.staging.ubuntu.com/dev/store/list/]. | # Go to the available stores in your account at [https://myapps.developer.staging.ubuntu.com/dev/store/list/]. | ||
# Select | # Select LimeSDR from the list of available stores. | ||
# The icon on the top left will change to Ubuntu LimeSDR | # The icon on the top left will change to Ubuntu LimeSDR | ||
Line 72: | Line 72: | ||
On the upload snap page, you will be presented with a list of channels to publish your snap to. You should also select the license for your application. For series, just select 16. | On the upload snap page, you will be presented with a list of channels to publish your snap to. You should also select the license for your application. For series, just select 16. | ||
In general, a review by the Lime team is not required for publishing applications, but if your application requires special permissions, it may trigger a security review. If this is the case, | In general, a review by the Lime team is not required for publishing applications, but if your application requires special permissions, it may trigger a security review. If this is the case, you will receive an e-mail stating that your application is waiting for a review. | ||
Once a member of the | Once a member of the LimeSDR reviewers team has approved your upload, or if your application was automatically approved, you will get an email announcing that the snap is ready to be published. | ||
==== Publishing your snap ==== | ==== Publishing your snap ==== | ||
Line 83: | Line 83: | ||
After editing the mandatory metadata, click again on “Publish your application” to finish to make it available in the store. | After editing the mandatory metadata, click again on “Publish your application” to finish to make it available in the store. | ||
{{LimeMicro}} |
Latest revision as of 08:23, 22 December 2016
Accessing the LimeSDR store
snapd
Systems running Ubuntu version 16.04 and later will already have snapd installed. With previous versions of Ubuntu this will need to be installed and support is also provided for many other Linux distributions.
Configuration
An environment variable needs to be set to point snapd at the LimeSDR store. This can be done by editing /etc/environment and adding:
UBUNTU_STORE_ID=LimeSDR
Packaging snaps
See Snap Packaging.
Uploading snaps
Creating a SSO account
To publish snaps to the Ubuntu Store you will need to create an account on login.ubuntu.com.
Please, make sure you have your email address verified.
Login to [1] as the user created in the step above. This is your developer portal where you can customize how your snaps are presented, review your uploads, and control publishing.
Once you log in, go to your account details page to accept the terms and conditions.
You’ll need to choose a unique “developer namespace” as part of the account creation process. This name will be visible by users and associated with your published snaps. Once you have active packages in the store, this namespace cannot be changed.
Once you’ve confirmed your account, you’re ready to start pushing your snaps to the Store.
Publishing snaps
Selecting the LimeSDR Store
Before uploading any snaps to the store we will need to switch to the LimeSDR store.
- Go to the available stores in your account at [2].
- Select LimeSDR from the list of available stores.
- The icon on the top left will change to Ubuntu LimeSDR
Reserving a name for a snap
Before uploading your snap you will need to register a name in the store for it.
To register your snap name click on New Snap at the top of the Store.
Once you register a name in the store, you will be the only developer able to use this name in the store. Note that the store allows you to share snaps management (push and release) with other developers on a per-snap basis.
Uploading a snap
Before you upload your snap, have a quick look at your snapcraft.yaml file again. Two settings (grade and confinement) will define which channels you can release your snap to.
confinement:strict | confinement:devmode | |
grade:stable | all channels | beta and edge only |
grade:devel | beta and edge only | beta and edge only |
It’s worth noting that the user of your snaps will have to use --devmode to install a snap using confinement: devmode. This means that they have to willingly accept that the snap is breaking out of confinement.
On the upload snap page, you will be presented with a list of channels to publish your snap to. You should also select the license for your application. For series, just select 16.
In general, a review by the Lime team is not required for publishing applications, but if your application requires special permissions, it may trigger a security review. If this is the case, you will receive an e-mail stating that your application is waiting for a review.
Once a member of the LimeSDR reviewers team has approved your upload, or if your application was automatically approved, you will get an email announcing that the snap is ready to be published.
Publishing your snap
Uploading a snap doesn’t make it immediately available for installation. You have to explicitly publish it to make it available.
Click on “Publish your application” and add some metadata to it:
After editing the mandatory metadata, click again on “Publish your application” to finish to make it available in the store.
|