From: Girish Ramakrishnan Date: Tue, 7 Jul 2015 16:52:38 +0000 (-0700) Subject: Add description X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ce5fee2c0c8f8722f31c3e9d420429a28ffe604b;hp=57d67dfb110f2fefa8d618542db6468339a61fd2;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Add description --- diff --git a/CloudronManifest.json b/CloudronManifest.json index f16fb62..4798364 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -2,7 +2,7 @@ "id": "io.cloudron.surfer", "title": "Surfer", "author": "Cloudron Team", - "description": "Simple static file server. It comes with a commandline tool to upload files from your local folders.", + "description": "file://DESCRIPTION.md", "tagline": "Static file server", "tags": [ "fileserver", diff --git a/DESCRIPTION.md b/DESCRIPTION.md new file mode 100644 index 0000000..4b35e46 --- /dev/null +++ b/DESCRIPTION.md @@ -0,0 +1,21 @@ +Surfer is a Simple static file server. It comes with a commandline tool +to upload files from your local folders. + +### How to upload + +You can upload files using the commandline tool. + +First, install the surfer cli tool using npm. + + sudo npm -g install cloudron-surfer + + +Login using your Cloudron credentials: + + surfer login + + +Put some files: + + surfer put [file] +