diff options
author | Johannes <johannes@cloudron.io> | 2016-11-17 13:00:55 +0100 |
---|---|---|
committer | Johannes <johannes@cloudron.io> | 2016-11-17 13:00:55 +0100 |
commit | f8c3136f4a06dd35734402d4cd8458aff622d081 (patch) | |
tree | 4f8d8e6643e9d343d486c72ded9a97749d2cc43e | |
parent | e31aa8a8d9fef96357f18a33940adacecd1ca363 (diff) | |
download | Surfer-f8c3136f4a06dd35734402d4cd8458aff622d081.tar.gz Surfer-f8c3136f4a06dd35734402d4cd8458aff622d081.tar.zst Surfer-f8c3136f4a06dd35734402d4cd8458aff622d081.zip |
Update Readme
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer | |||
19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). | 19 | The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). |
20 | 20 | ||
21 | ``` | 21 | ``` |
22 | git clone https://github.com/nebulade/surfer.git | ||
22 | cd surfer | 23 | cd surfer |
23 | |||
24 | cloudron build | 24 | cloudron build |
25 | cloudron install | 25 | cloudron install |
26 | ``` | 26 | ``` |
@@ -31,9 +31,9 @@ Surfer can also be run standlone on any server: | |||
31 | git clone https://github.com/nebulade/surfer.git | 31 | git clone https://github.com/nebulade/surfer.git |
32 | cd surfer | 32 | cd surfer |
33 | npm install | 33 | npm install |
34 | ./app.js <public folder> | 34 | ./server.js <public folder> |
35 | ``` | 35 | ``` |
36 | Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. | 36 | Use the `admin` tool to manage local users. |
37 | 37 | ||
38 | ## File management | 38 | ## File management |
39 | 39 | ||