From: Johannes Date: Thu, 17 Nov 2016 12:00:55 +0000 (+0100) Subject: Update Readme X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=f8c3136f4a06dd35734402d4cd8458aff622d081;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git Update Readme --- diff --git a/README.md b/README.md index ec1c108..b7e8c50 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). ``` +git clone https://github.com/nebulade/surfer.git cd surfer - cloudron build cloudron install ``` @@ -31,9 +31,9 @@ Surfer can also be run standlone on any server: git clone https://github.com/nebulade/surfer.git cd surfer npm install -./app.js +./server.js ``` -Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. +Use the `admin` tool to manage local users. ## File management