aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJohannes <johannes@cloudron.io>2016-11-17 13:00:55 +0100
committerJohannes <johannes@cloudron.io>2016-11-17 13:00:55 +0100
commitf8c3136f4a06dd35734402d4cd8458aff622d081 (patch)
tree4f8d8e6643e9d343d486c72ded9a97749d2cc43e /README.md
parente31aa8a8d9fef96357f18a33940adacecd1ca363 (diff)
downloadSurfer-f8c3136f4a06dd35734402d4cd8458aff622d081.tar.gz
Surfer-f8c3136f4a06dd35734402d4cd8458aff622d081.tar.zst
Surfer-f8c3136f4a06dd35734402d4cd8458aff622d081.zip
Update Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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
19The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). 19The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html).
20 20
21``` 21```
22git clone https://github.com/nebulade/surfer.git
22cd surfer 23cd surfer
23
24cloudron build 24cloudron build
25cloudron install 25cloudron install
26``` 26```
@@ -31,9 +31,9 @@ Surfer can also be run standlone on any server:
31git clone https://github.com/nebulade/surfer.git 31git clone https://github.com/nebulade/surfer.git
32cd surfer 32cd surfer
33npm install 33npm install
34./app.js <public folder> 34./server.js <public folder>
35``` 35```
36Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. 36Use the `admin` tool to manage local users.
37 37
38## File management 38## File management
39 39