X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git;a=blobdiff_plain;f=README.md;h=e4061dfe87b3017cf22b3ba0029f888d550b1491;hp=79697a215e96cb706b28a068bbf34840ba25ca4a;hb=HEAD;hpb=98e34a58a23079ccfa6300ba72f0d3d0bcf3b676 diff --git a/README.md b/README.md index 79697a2..e4061df 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://git.cloudron.io/cloudron/surfer.git cd surfer - cloudron build cloudron install ``` @@ -28,12 +28,12 @@ cloudron install ### Standalone Surfer can also be run standlone on any server: ``` -git clone https://github.com/nebulade/surfer.git +git clone https://git.cloudron.io/cloudron/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 @@ -64,4 +64,3 @@ cd surfer npm install USERNAME= PASSWORD= mocha --bail test/test.js ``` -