summaryrefslogtreecommitdiff
path: root/snappy/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'snappy/readme.md')
-rw-r--r--snappy/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/snappy/readme.md b/snappy/readme.md
new file mode 100644
index 0000000..348895e
--- /dev/null
+++ b/snappy/readme.md
@@ -0,0 +1,17 @@
+### Building the walinuxagent snap package
+
+1. You will need the snappy developer tools on your Ubuntu Developer Desktop:
+
+ $ sudo add-apt-repository ppa:snappy-dev/tools
+ $ sudo apt-get update
+ $ sudo apt-get upgrade
+ $ sudo apt-get install snappy-tools
+
+2. Copy the azurelinuxagent folder to snappy/lib
+
+ $ cp -rf azurelinuxagent snappy/lib
+
+3. Build the snap package under the snappy folder
+
+ $ cd snappy
+ $ snappy build \ No newline at end of file