X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;fp=README.md;h=b9402584f41d8255d5e12d700a0d3fc4fe1159cf;hb=d56e255fb4aa98ca7dce339bd0acba361e541d40;hp=0000000000000000000000000000000000000000;hpb=8f9e3c71b2cd207bb6e02e0709955cec3c54e8d2;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..b940258 --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +# Surfer + +Surfer is a Simple static file server. It comes with a commandline tool +to upload files from your local folders. + +## Installation + +[![Install](https://cloudron.io/img/button32.png)](https://cloudron.io/button.html?app=io.cloudron.surfer) + +or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html) + +``` +cloudron install --appstore-id io.cloudron.surfer +``` + +## Building + +The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). + +``` +cd surfer + +cloudron build +cloudron install +``` + +### 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] +